Metadata-Version: 2.4
Name: quantify
Version: 0.0.4
Summary: A framework for controlling quantum computing and solid-state physics experiments.
Maintainer-email: Olga Lebiga <olga@orangeqs.com>, Amirtha Varshiny Arumugam <amirthavarshiny@orangeqs.com>, Gabriel Chatelain <gabriel@orangeqs.com>
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://quantify-os.org/quantify
Project-URL: Website, https://quantify-os.org
Project-URL: Source, https://gitlab.com/quantify-os/quantify
Project-URL: Issue tracker, https://gitlab.com/quantify-os/quantify/-/issues
Project-URL: Slack, https://join.slack.com/t/quantify-hq/shared_invite/zt-1nd78r4e9-rbWdna53cW4DO_YbtMhVuA
Keywords: quantum,quantify
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: netCDF4
Requires-Dist: adaptive
Requires-Dist: appnope
Requires-Dist: columnar
Requires-Dist: dataclasses-json
Requires-Dist: deepdiff
Requires-Dist: dill
Requires-Dist: fastjsonschema
Requires-Dist: filelock
Requires-Dist: h5netcdf
Requires-Dist: jinja2>=3.1.2
Requires-Dist: jsonschema
Requires-Dist: lmfit>=1.3.3
Requires-Dist: matplotlib!=3.5.0
Requires-Dist: methodtools
Requires-Dist: networkx
Requires-Dist: numpy!=1.19.4
Requires-Dist: pandas[output_formatting]
Requires-Dist: pathvalidate
Requires-Dist: plotly
Requires-Dist: pydantic>=2.0
Requires-Dist: pyqt5>5.15.2
Requires-Dist: pyqtgraph
Requires-Dist: qcodes>=0.37.0
Requires-Dist: qcodes-loop
Requires-Dist: rich[jupyter]
Requires-Dist: scikit-learn
Requires-Dist: scipy!=1.6.0,>=1.5.0
Requires-Dist: typing-extensions
Requires-Dist: uncertainties<v3.2.3
Requires-Dist: xarray>=0.19.0
Requires-Dist: xxhash
Provides-Extra: dev
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pre-commit-hooks; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: typos; extra == "dev"
Provides-Extra: docs
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: jupyter-sphinx; extra == "docs"
Requires-Dist: jupytext; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: hvplot; extra == "docs"
Requires-Dist: plotly; extra == "docs"
Requires-Dist: scanpydoc; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-jsonschema; extra == "docs"
Requires-Dist: sphinx-togglebutton; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
Requires-Dist: quantify_scheduler[zhinst]; extra == "docs"
Provides-Extra: test
Requires-Dist: diff-cover>=9.2.0; extra == "test"
Requires-Dist: pytest>=8.3.0; extra == "test"
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
Requires-Dist: pytest-mock>=3.14.0; extra == "test"
Requires-Dist: pytest-mpl>=0.17.0; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Dynamic: license-file

# Quantify

![Quantify logo](https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/QUANTIFY_LANDSCAPE.svg)

[![Pipeline Status](https://gitlab.com/quantify-os/quantify/badges/main/pipeline.svg)](https://gitlab.com/quantify-os/quantify/-/pipelines)
[![Coverage](https://gitlab.com/quantify-os/quantify/badges/main/coverage.svg)](https://quantify-os.org/quantify/coverage/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bd24bae47c5d4c66855d78ad3b217f51)](https://app.codacy.com/gl/quantify-os/quantify/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-005FFF.svg)](https://github.com/astral-sh/ruff)
[![PyPi](https://img.shields.io/pypi/v/quantify.svg)](https://pypi.org/pypi/quantify)
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://quantify-os.gitlab.io/quantify/)
[![Slack](https://img.shields.io/badge/slack-chat-green.svg)](https://quantify-os.org/slack.html)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://gitlab.com/quantify-os/quantify/-/blob/main/LICENSE)

Quantify is a Python-based data acquisition framework focused on Quantum Computing and
solid-state physics experiments.
Currently it is a metapackage for [quantify-core](https://pypi.org/project/quantify-core/)
([git repo](https://gitlab.com/quantify-os/quantify-core/))
and [quantify-scheduler](https://pypi.org/project/quantify-scheduler/)
([git repo](https://gitlab.com/quantify-os/quantify-scheduler/)).
They are built on top of [QCoDeS](https://qcodes.github.io/Qcodes/) and are a spiritual
successor of [PycQED](https://github.com/DiCarloLab-Delft/PycQED_py3).

Take a look at the latest documentation for
[quantify-core](https://quantify-quantify-core.readthedocs-hosted.com/) and
[quantify-scheduler](https://quantify-quantify-scheduler.readthedocs-hosted.com/)
for the usage instructions.

## Overview and Community

For a general overview of Quantify and connecting to its open-source community,
see [quantify-os.org](https://quantify-os.org/).
Quantify is maintained by the Quantify Consortium consisting of Qblox and
Orange Quantum Systems.

[<img src="https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/Qblox_logo.svg" alt="Qblox logo" width=200px/>](https://qblox.com)
&nbsp;
&nbsp;
&nbsp;
&nbsp;
[<img src="https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/OQS_logo_with_text.svg" alt="Orange Quantum Systems logo" width=200px/>](https://orangeqs.com)

&nbsp;

The software is licensed under a [BSD 3-clause license](https://gitlab.com/quantify-os/quantify/-/raw/main/LICENSE).
