Metadata-Version: 2.4
Name: quantify
Version: 0.0.0a0
Summary: A framework for controlling quantum computing and solid-state physics experiments.
Maintainer-email: Robert Sokolewicz <rsokolewicz@qblox.com>, Olga Lebiga <olga@orangeqs.com>, Gabor Oszkar Denes <viacheslav@orangeqs.com>, Amirtha Varshiny Arumugam <amirthavarshiny@orangeqs.com>, Gabriel Chatelain <gabriel@orangeqs.com>
License: BSD-3-Clause
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: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: adaptive
Requires-Dist: appnope
Requires-Dist: columnar
Requires-Dist: dataclasses-json
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.0.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: pre-commit
Requires-Dist: pre-commit-hooks
Requires-Dist: pydantic>=2.0
Requires-Dist: pyqt5>5.15.2
Requires-Dist: pyqtgraph
Requires-Dist: pyright
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
Requires-Dist: xarray>=0.19.0
Requires-Dist: xxhash
Requires-Dist: lmfit>=1.3.3
Dynamic: license-file

# Quantify

![Quantify logo](https://orangeqs.com/logos/QUANTIFY_LANDSCAPE.svg)

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://cdn.sanity.io/images/ostxzp7d/production/f9ab429fc72aea1b31c4b2c7fab5e378b67d75c3-132x31.svg" alt="Qblox logo" width=200px/>](https://qblox.com)
&nbsp;
&nbsp;
&nbsp;
&nbsp;
[<img src="https://orangeqs.com/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).
