QuGradLab

Lab An extension to the Python package QuGrad (doi:10.5281/zenodo.17116721) that implements common Hilbert space structures, Hamiltonians, and pulse shapes for quantum control.

DOI

Unit Tests

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:

Additional requirements for testing

Documentation

Documentation including worked examples can be found at: https://QuGradLab.readthedocs.io

Source Code

Source code can be found at: https://github.com/Christopher-K-Long/QuGradLab

Version and Changes

The current version is 0.1.2. Please see the Change Log for more details. QuGradLab uses semantic versioning.