/QControl.jl

Quantum Optimal Control using Trajectory Optimization

Primary LanguageJupyter NotebookMIT LicenseMIT

QControl.jl

Optimal Quantum Control

Presentation: https://www.youtube.com/watch?v=_Hdch7UruTo

Contributing

To install QControl in develop mode, please run:

git clone https://github.com/Phionx/QControl.jl.git
cd QControl.jl
julia
pkg> develop ./QControl

or run the following in a Jupyter notebook:

using Pkg
Pkg.develop(path="./QControl")