User contributed drivers for QCoDeS
Project description
This repository contains QCoDeS instrument drivers developed by members of the QCoDeS community. These drivers are not supported by the QCoDeS developers but instead supported on a best effort basis by the developers of the individual drivers.
Default branch is now main
The default branch in qcodes_contrib_drivers has been remamed to main. If you are working with a local clone of qcodes_contrib_drivers you should update it as follows.
Run git fetch origin and git checkout main
Run git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main to update your HEAD reference.
Getting started
Prerequisites
The drivers in this repository work with and heavily depend on QCoDeS. Start by installing QCoDeS .
Installation
Install the contrib drivers with pip
pip install qcodes_contrib_drivers
Drivers documentation
The documentations of the drivers in this repository can be read here.
Contributing
This repository is open for contribution of new drivers, as well as improvements to existing drivers. Each driver should contain an implementation of the driver and a Jupyter notebook showing how the driver should be used. In addition we strongly encourage writing tests for the drivers. An introduction for writing tests with PyVISA-sim can be found in the QCoDeS documentation linked below.
Drivers are expected to be added to qcodes_contrib_drivers/drivers/MakerOfInstrument/ folder while examples should be added to the docs/examples folder and tests placed in the qcodes_contrib_drivers/tests/MakerOfInstrument folder. Please follow naming conventions for consistency.
For general information about writing drivers and how to write tests refer to the QCoDeS documentation. Especially the examples here are useful.
LICENSE
QCoDeS-Contrib-drivers is licensed under the MIT license except the Tektronix AWG520 and Tektronix Keithley 2700 drivers which are licensed under the GPL 2 or later License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for qcodes_contrib_drivers-0.18.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d55156742385400e6bbec372e792b418b3cf7a6433f806d68c68c1cf6358387 |
|
MD5 | 34e8f5e6300a45b2bfd05e9466e61424 |
|
BLAKE2b-256 | 14cbc20a034c55631a6deb298a72975b92f57ed32b21335f6779c7783c1c7bb4 |
Hashes for qcodes_contrib_drivers-0.18.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acd0bf2f734a6cc9e056d3365319655d672f2f24441d59e6287595dbf930fbc5 |
|
MD5 | c2c42ab10823c42ec3dc736db24f8a54 |
|
BLAKE2b-256 | 821c1f604662b84f6df7527392e3c40c57c3c7c0794ed6a390c9d3859c2583b9 |