Metadata-Version: 2.1
Name: c3-toolset
Version: 1.1
Summary: Toolset for control, calibration and characterization of physical systems
Home-page: http://www.q-optimize.org
Author-email: c3@q-optimize.org
License: UNKNOWN
Description: # 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).
        
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
