-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from scarlehoff/jacobian_factors
Add factors
- Loading branch information
Showing
13 changed files
with
77 additions
and
32 deletions.
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
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
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
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
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/bash | ||
|
||
# Script to generate all pineappl tables for NNPDF Theory 400 | ||
|
||
# NOTE: pineappl optimize will fail if the target grid already exists | ||
# that's a feature and not a bug, either remove it yourself or use a different name | ||
|
||
exe=../build/Vrap | ||
kinfolder=input_kinematics | ||
output_placeholder=test.pineappl.lz4 | ||
|
||
${exe} inputE605nlo.dat input_kinematics/E605.dat | ||
pineappl optimize ${output_placeholder} E605nlo.pineappl.lz4 | ||
|
||
## E886P | ||
${exe} inputE866nlo.dat input_kinematics/E866P.dat | ||
pineappl optimize ${output_placeholder} E866nlo.pineappl.lz4 | ||
|
||
## E886R | ||
${exe} inputE866nlo.dat input_kinematics/E866R.dat | ||
pineappl optimize ${output_placeholder} E866Rnlo.pineappl.lz4 | ||
|
||
${exe} inputE866deutnlo.dat input_kinematics/E866R.dat | ||
pineappl optimize ${output_placeholder} E866deutRnlo.pineappl.lz4 | ||
|
||
## E906 | ||
./run_E906.sh inputE906nlo.dat | ||
./run_E906.sh inputE906deutnlo.dat |
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
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
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
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
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