Metadata-Version: 2.1
Name: zhinst-qcodes
Version: 0.4.1
Summary: Zurich Instruments drivers for QCoDeS
Home-page: https://github.com/zhinst/zhinst-qcodes
Author: Zurich Instrument
Author-email: info@zhinst.com
Project-URL: Bug Tracker, https://github.com/zhinst/zhinst-qcodes/issues
Project-URL: Documentation, https://docs.zhinst.com/zhinst-qcodes/en/latest/
Project-URL: Release notes, https://docs.zhinst.com/zhinst-qcodes/en/latest/changelog/index.html
Project-URL: Source, https://github.com/zhinst/zhinst-qcodes
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# Zurich Instruments Drivers for QCoDeS (zhinst-qcodes)
The Zurich Instruments drivers for QCoDeS (zhinst-qcodes) is a package of
instrument drivers for devices produced by [Zurich Instruments](https://www.zhinst.com)
for QCoDeS. [QCoDeS](http://qcodes.github.io/Qcodes) is a Python-based data
acquisition framework developed to serve the needs of nanoelectronic device
experiments, but not limited to that. It is intended to be used within QCoDeS
and not as standalone package. The QCoDeS instrument drivers are based on the
[Zurich Instruments Toolkit](https://github.com/zhinst/zhinst-toolkit). So if
you are looking for a framework independent high level python API, zhinst-toolkit
it the right place for you.

## Status
The zhinst-qcodes is well tested and considered stable enough for general usage.
The interfaces may have some incompatible changes between releases. Please check
the changelog when updating.

### Refactoring with version 0.3
Version 0.3 is a more or less complete new driver and breaks the API compared
to the previous version in many ways. If you upgrade from an older version take
a look at the dedicated
[documentation page](https://docs.zhinst.com/zhinst-qcodes/en/latest/refactoring/index.html)
for more information.

## Install

Install the package with pip:

```
pip install zhinst-qcodes
```

## Documentation
See the documentation page [here](https://docs.zhinst.com/zhinst-qcodes/en/latest).
Since zhinst-qcodes is based on zhinst-toolkit and has exactly the same interface
and functions, the [documentation](https://docs.zhinst.com/zhinst-toolkit/en/latest)
for zhinst-toolkit can be applied nearly one to one and has much more examples.

## Contributing
We welcome contributions by the community, either as bug reports, fixes and new
code. Please use the GitHub issue tracker to report bugs or submit patches.
Before developing something new, please get in contact with us.

## License
This software is licensed under the terms of the MIT license.
See [LICENSE](LICENSE) for more detail.
