HEP-PBSP / SIMUnet

The public code for SIMUnet, a NNPDF based tool to perform simultaneous determination of PDFs and EFT Wilson coefficients.
https://hep-pbsp.github.io/SIMUnet/
GNU General Public License v3.0
2 stars 2 forks source link

Added theory_270 index in theory.db #58

Closed ElieHammou closed 4 months ago

ElieHammou commented 4 months ago

This PR addresses issue #57 . I have added the theory_270 index in theory.db in the following way:

sqlite3 theory.db ".dump" > database.dat

Manually added index 270 matching the 200 one. Then after removing old theory.db file:

sqlite3 theory.db < database.dat