Getting Started¶
What is QuGradLab¶
An extension to the Python package QuGrad that implements common Hilbert space structures, Hamiltonians, and pulse shapes for quantum control.
Installation¶
The python package can be installed with pip as follows:
pip install qugradlab
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
Requirements¶
Requires:
QuGrad (== 1.*) (doi:10.5281/zenodo.17116721)
PySTE (== 1.*) (doi:10.5281/zenodo.17116431)
TensorFlow (== 2.*)
NumPy (>= 1.21, < 3)
SciPy (== 1.*)