Skip to content

ariaradick/LFDM_at_MuC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFDM_at_MuC

Code to reproduce plots for paper [2312.03826].

Steps:

  1. Install Julia, as all files (including .ipynb files) use Julia v1.9.3.

  2. Open a terminal and navigate to one_flav_env/ and run julia --project=.. This launches Julia with the virtual environment one_flav_env. Once Julia opens, press ] to go into package mode and run instantiate. This will install all the packages necessary to run this code.

  3. You now need to run all of the madgraph scripts. madgraph/madgraph_scripts.jl will automatically create and run such scripts and move the outputs to madgraph/data/, but you'll need to make sure to input the location of your Madgraph executable MADGRAPH_EXE and the location where Madgraph should save the outputs initially MADGRAPH_OUTPUT (this is because Madgraph can't handle outputting to folders with spaces). Then run /summarize_runs.jl. Alternatively, you can download all the madgraph data from dropbox and make sure to put the data/ folder into madgraph/.

  4. Now you can run whatever .ipynb files you want. If you don't have Jupyter set up, you can open julia in a terminal, press ], and then type add IJulia. After that's done, press backspace, then

using IJulia
notebook()

About

Code to reproduce plots for arXiv:[2312.03826]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published