# c3 **Repository Path**: sustech-quantum/c3 ## Basic Information - **Project Name**: c3 - **Description**: Toolset for control, calibration and characterization of physical systems - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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).