Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 796 Bytes

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