Metadata-Version: 2.1
Name: quara
Version: 0.1.1
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
=================

|license| |tests| |docs publish| |release| |downloads| |DOI|

.. |license| image:: https://img.shields.io/github/license/tknrsgym/quara
    :alt: license
    :target: https://opensource.org/licenses/Apache-2.0

.. |tests| image:: https://img.shields.io/circleci/build/github/tknrsgym/quara
    :alt: tests
    :target: https://circleci.com/gh/tknrsgym/quara

.. |docs publish| image:: https://readthedocs.org/projects/quara/badge/?version=stable
    :alt: Documentation Status
    :target: https://quara.readthedocs.io/en/stable/

.. |release| image:: https://img.shields.io/github/release/tknrsgym/quara
    :alt: release
    :target: https://github.com/tknrsgym/quara/releases

.. |downloads| image:: https://pepy.tech/badge/quara
    :alt: downloads
    :target: https://pypi.org/project/quara/

.. |DOI| image:: https://zenodo.org/badge/230030298.svg
    :target: https://zenodo.org/badge/latestdoi/230030298

.. _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/stable/
- **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 as per the included `BibTeX file <https://github.com/tknrsgym/quara/blob/master/quara.bib>`_. 


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>`_


