Skip to content

SimeonEhrig/QED.jl

This branch is 1 commit ahead of, 70 commits behind QEDjl-project/QuantumElectrodynamics.jl:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ddd18b · Oct 12, 2023

History

12 Commits
Oct 12, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Jun 14, 2023
Sep 25, 2023
Sep 28, 2023
Sep 25, 2023
Aug 21, 2023
Jun 14, 2023
Jun 19, 2023
Aug 27, 2023

Repository files navigation

QED

Stable Dev Code Style: Blue

Installation

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

julia> using Pkg

# add local registry, where QED is registered
julia> Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/QEDjl-project/registry"))
# add general registry again to have it join the local registry
julia> Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/JuliaRegistries/General"))

julia> Pkg.add("QED")

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

# add local registry, where QED is registered
(@v1.9) pkg> registry add https://github.com/QEDjl-project/registry
# add general registry again to have it join the local registry
(@v1.9) pkg> registry add https://github.com/JuliaRegistries/General

(@v1.9) pkg> add QED

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

(@v1.9) pkg> add ./QED.jl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%