A QED model scattering process calculator, using QED.jl and ComputableDAGs.jl.
For all the julia calls, use -t n
to give julia n
threads.
Instantiate the project first:
julia --project=./ -e 'import Pkg; Pkg.instantiate()'
To run all tests, run
julia --project=./ -e 'import Pkg; Pkg.test()' -O0