Welcome to the repository, containing source code of PyCCE - a Python library for computing qubit dynamics in the central spin model with cluster-correlation expansion (CCE) method.
Run
python setup.py install
in the main folder.
- Gyromagnetic ratios are given in rad / ms / G.
- Magnetic field in G.
- Timesteps in ms.
- Distances in A.
- All coupling constants are given in kHz.
Usage consists of two steps: preparation of spin bath BathArray
from BathCell
and calculations with Simulator
class.
See examples
folder for tutorials and scripts of calculations.
Full documentation is available online at Read the Docs.