Skip to content

Commit

Permalink
Rewrite readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jul 22, 2024
1 parent 2997c0d commit dfbb5dc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion extras/heavy_em_n3lo/README.md
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
```

0 comments on commit dfbb5dc

Please sign in to comment.