/QEDFeynman.jl

ABC and QED models (deprecated)

Primary LanguageJuliaMIT LicenseMIT

QEDFeynman.jl

Build Status Doc Stable Code Style: Blue

A QED model scattering process calculator, using QED.jl and ComputableDAGs.jl.

Usage

For all the julia calls, use -t n to give julia n threads.

Instantiate the project first:

julia --project=./ -e 'import Pkg; Pkg.instantiate()'

Run Tests

To run all tests, run

julia --project=./ -e 'import Pkg; Pkg.test()' -O0