A general package on Quantum Optimal Control for Julia.
Disclaimer
Currently this package should be regarded as experimental --- a proving ground for new features for the Julia documentation ecosystem rather than a mature and proven piece of software.
This project aims at developing a general purpose library for implementing gates in the presence of noise or other physical/hardware restrictions. A few examples are engineering an arbitrary single qubit gate in the presence of stochastic fluctuation in frequency parameters. Another example is engineering a pulse sequence to effectively decoupe a system of interacting spins. Or, designing an optimum pulse sequence to rotate an ensemble of electrons in the presence of an inhomogeneous magnetic field.
To jump straight in and begin using QOptCtrl
run the following in your Julia REPL:
pkg> add <Package>
julia> using <Package>