Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zurich Instruments drivers #2025

Merged
merged 3 commits into from Jun 3, 2020

Conversation

YakBizzarro
Copy link
Contributor

This PR add support for Zurich Instruments devices as drivers inside of QCodes.

The actual implementation is in https://github.com/zhinst/zhinst-qcodes/ as described in
https://blogs.zhinst.com/andrea/2020/05/24/control-your-measurements-with-qcodes-and-labber/
Here we propose to add stubs in Qcodes to help user to find and install such drivers.

We propose deprecation of the existing ZIUHF, since its functionality is replaced by this PR.

A new optional installation option, 'ZurichInstruments' is introduced. That add the package zhinst-qcodes as optional dependency of Qcodes, if the user wish so.

@jenshnielsen

The new drivers are based on the external package zhinst-qcodes,
this commit add only stubs to import them within Qcodes.
Support for MFLI, UHFLI, UHFQA, and HDAWG instrument is added.
The new drivers depends on the external package zhinst-qcodes.
With this modification it can be installed togheter with Qcodes
as extra package with 'pip install qcodes[ZurichInstrument]'
@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #2025 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2025      +/-   ##
==========================================
+ Coverage   71.11%   71.15%   +0.03%     
==========================================
  Files         145      149       +4     
  Lines       19489    19515      +26     
==========================================
+ Hits        13860    13886      +26     
  Misses       5629     5629              

setup.py Show resolved Hide resolved
@jenshnielsen
Copy link
Collaborator

@astafan8 Please have a look

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks a lot!

@jenshnielsen jenshnielsen merged commit 1b14b6f into microsoft:master Jun 3, 2020
@YakBizzarro
Copy link
Contributor Author

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants