A Python package for quantum optimal control.
The python package can be installed with pip as follows:
pip install qugrad
If on Linux and using a conda environment you may encounter an error
version `GLIBCXX_...' not found
to fix this you also need to execute:
conda install -c conda-forge libstdcxx-ng
Requires:
Documentation including worked examples can be found at: https://QuGrad.readthedocs.io
Source code can be found at: https://github.com/Christopher-K-Long/QuGrad
The current version is 1.0.1
. Please see the Change Log for more details. QuGrad uses semantic versioning.