Metadata-Version: 2.1
Name: c3-toolset
Version: 1.1.1
Summary: Toolset for control, calibration and characterization of physical systems
Home-page: http://www.q-optimize.org
Author: q-optimize
Author-email: c3@q-optimize.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: adaptive (==0.11.1)
Requires-Dist: cma (==3.0.3)
Requires-Dist: cython
Requires-Dist: ipython (==7.15.0)
Requires-Dist: gast (==0.3.3)
Requires-Dist: hjson (==3.0.2)
Requires-Dist: rich (==9.2.0)
Requires-Dist: numpy (==1.18.5)
Requires-Dist: scipy (==1.5.2)
Requires-Dist: tensorflow (==2.3.1)
Requires-Dist: tensorflow-estimator (==2.3.0)
Requires-Dist: tensorflow-probability (==0.11.1)

# C3 - An integrated tool-set for Control, Calibration and Characterization

[![codecov](https://codecov.io/gh/q-optimize/c3/branch/master/graph/badge.svg)](https://codecov.io/gh/q-optimize/c3)
[![Documentation Status](https://readthedocs.org/projects/c3-toolset/badge/?version=latest)](https://c3-toolset.readthedocs.io/en/latest/?badge=latest)
[![PyPI version fury.io](https://badge.fury.io/py/c3-toolset.svg)](https://pypi.python.org/pypi/c3-toolset/)
[![PyPI license](https://img.shields.io/pypi/l/c3-toolset.svg)](https://pypi.python.org/pypi/c3-toolset/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/c3-toolset.svg)](https://pypi.python.org/pypi/c3-toolset/)

The C3 package is intended to close the loop between open-loop control optimization, control pulse calibration, and model-matching based on calibration data.

## Installation

```bash
pip install c3-toolset
```

C3  provides a simple Python API through which it may integrate with virtually any experimental setup.
Contact us at [c3@q-optimize.org](mailto://quantum.c3po@gmail.com).

The paper introducing C3 as a concept can be found on the [arxiv](https://arxiv.org/abs/2009.09866).

Documentation is available [here](https://c3-toolset.readthedocs.io).

The source code is available on Github at [https://github.com/q-optimize/c3](https://github.com/q-optimize/c3).


