This is a Julia package registry for the JuliaQuantumControl organization.
It contains packages that are not (or not yet) in the Julia General Registry. This is for development and testing purposes only.
To use the registry, run
pkg> registry add https://github.com/JuliaQuantumControl/QuantumControlRegistry.git
or, using Pkg
's API,
using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaQuantumControl/QuantumControlRegistry.git"))
This needs to be done only once per Julia installation.
using LocalRegistry
register("./GRAPELinesearchAnalysis.jl/", registry="QuantumControlRegistry")
See the LocalRegistry
documentation for more details.