QEDjl-project / QuantumElectrodynamics.jl

[WIP] QuantumElectrodynamics.jl: A strong-field particle physics framework
https://qedjl-project.github.io/QuantumElectrodynamics.jl/
MIT License
8 stars 3 forks source link

QuantumElectrodynamics

Doc Stable Doc Dev Code Style: Blue

Installation

To install the current stable version of QuantumElectrodynamics.jl, you may use the standard julia package manager within the julia REPL:

julia> using Pkg

julia> Pkg.add("QuantumElectrodynamics")

or you use the Pkg prompt by hitting ] within the Julia REPL and then type

(@v1.10) pkg> add QuantumElectrodynamics

To install the locally downloaded package on Windows, change to the parent directory and type within the Pkg prompt

(@v1.10) pkg> add ./QuantumElectrodynamics.jl