Metadata-Version: 2.4
Name: quantify-zurich-instruments
Version: 0.0.2
Summary: Zurich Instruments backend for Quantify.
Author-email: Orange Quantum Systems <info@orangeqs.com>, Zurich Instruments Development Team <info@zhinst.com>
License: BSD 3-Clause License
        
        Copyright (c) 2023-2024, Orange Quantum Systems.
        Copyright (c) 2023-2024, Zurich Instruments.
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Keywords: orange-quantum-systems,orangeqs,quantify,zurich-instruments,laboneq,quantum
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: quantify_scheduler
Requires-Dist: laboneq
Requires-Dist: eval_type_backport
Requires-Dist: pydantic>=2.6
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: astroid<3.0; extra == "docs"
Requires-Dist: jupyter_sphinx>=0.4.0; extra == "docs"
Requires-Dist: jupytext; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: hvplot; extra == "docs"
Requires-Dist: pylint; extra == "docs"
Requires-Dist: rich[jupyter]; extra == "docs"
Requires-Dist: scanpydoc; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-jsonschema; extra == "docs"
Requires-Dist: sphinx-togglebutton; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: nbstripout; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# Quantify Zurich Instruments

## Getting started

To get started, take a look at our [documentation](https://opensource.orangeqs.info/quantify-zurich-instruments/latest/)

## Description
quantify-zurich-instruments is a backend for [quantify](https://quantify-os.org/) that allows the user to compile and execute [quantify schedules](https://quantify-os.org/docs/quantify-scheduler/v0.17.1/user/user_guide.html) on [Zurich Instruments](https://zhinst.com) hardware.
This quantify backend makes use of the [LabOne Q](https://docs.zhinst.com/labone_q_user_manual/) framework.

This backend is developed by [Orange QS](https://orangeqs.com) and [Zurich Instruments](https://zhinst.com).

## License
This project is licensed under the [BSD 3-Clause "New" or "Revised" License](https://code.orangeqs.com/opensource/quantify-zurich-instruments/-/blob/main/LICENSE).

