-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2997c0d
commit dfbb5dc
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
In order to compute all the N3LO grids run | ||
``` | ||
python produce_grids.py | ||
cores=4 | ||
order=3 | ||
for nf in 3 4 5; do for kind in 2 L ; do for channel in g q ; do python yad_grids.py $nf $cores $kind $channel $order gm ; done ; done ; done | ||
for nf in 3 4 5; do | ||
for kind in 2 L; do | ||
for channel in g q; do | ||
python yad_grids.py $nf $cores $kind $channel $order gm; | ||
done | ||
done | ||
done | ||
``` |