Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.07 KB

File metadata and controls

40 lines (26 loc) · 1.07 KB

image

PyCCE code repository

Welcome to the repository, containing the source code of PyCCE - a Python library for computing qubit dynamics in the central spin model with the cluster-correlation expansion (CCE) method.

Installation

Run pip install . in the main folder.

Base Units

  • 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

  1. Prepare spin bath BathArray from BathCell.
  2. Run calculations with Simulator.

See the examples folder for tutorials and scripts of calculations.

Documentation

The tutorial and documentation are hosted on GitHub Pages.

See also aiida-pycce, a plugin for running PyCCE in a high-throughput manner using the AiiDA framework.

Contact

Please use the GitHub issue tracker for bug reports. Contributions to new features are welcome.