Metadata-Version: 2.1
Name: quara
Version: 0.1.0
Summary: Quara, which stands for "Quantum Characterization", is an open-source library for characterizing elementary quantum operations.
Home-page: https://github.com/tknrsgym/quara
Author: Tomoko Furuki, Satoyuki Tsukano, Takanori Sugiyama
Author-email: quara@googlegroups.com
License: Apache License 2.0
Keywords: quara,lsqpt,quantum process tomography
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.7
Requires-Dist: numpy (>=1.18)
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: plotly
Requires-Dist: plotly-express
Requires-Dist: xhtml2pdf
Requires-Dist: psutil
Requires-Dist: kaleido (<=0.1.0.post1,>=0.1.0)
Requires-Dist: jinja2

=================
Quara
=================

.. _start_of_about:

Quara, which stands for "Quantum Characterization", is an open-source library for characterizing elementary quantum operations. Currently protocols of standard tomography for quantum states, POVMs, and gates are implemented.

.. _end_of_about:

- **Documentation:** https://quara.readthedocs.io/en/latest/
- **Tutorials:** https://github.com/tknrsgym/quara/tree/master/tutorials
- **Source code:** https://github.com/tknrsgym/quara
- **Bug reports:** https://github.com/tknrsgym/quara/issues
- **Contributing:** https://github.com/tknrsgym/quara/blob/master/docs/contributing.rst

.. _start_of_install:

Install
=================================

**Python version:** 3.7+

.. code-block::

   pip install quara

.. _end_of_install:

Citation
=================================
If you use Quara in your research, please cite Quara with DOI. 


License
=================================

Apache License 2.0 `LICENSE <https://github.com/tknrsgym/quara/blob/master/LICENSE>`_

Supports
=================================

Quara development is supported by `JST, PRESTO Grant Number JPMJPR1915, Japan. <https://www.jst.go.jp/kisoken/presto/en/project/1112090/1112090_2019.html>`_


