Published November 29, 2019
| Version v0.8.1
Software
Open
QCoDeS/Qcodes: QCoDeS 0.8.1
Authors/Creators
- Jens Hedegaard Nielsen1
- William H.P. Nielsen2
- Mikhail Astafev3
- alexcjohnson
- sohail chatoor4
- AUC Hardal
- lakhotiaharshit
- Giulio Ungaretti2
- Dominik Vogel
- Adriaan
- Sebastian Pauka5
- qSaevar
- Pieter Eendebak
- Pieter Eendebak
- Stefan Droege6
- Ruben van Gulik
- Natalie Pearson
- damazter
- Andrea Corna
- damazter2
- ThorvaldLarsen
- GeneralSarsby
- Victor Hartong
- Alan Geller4
- euchas
- Gerco Versloot
- Serwan Asaad
- Chris Granade7
- Luka Drmić8
- mltls
- 1. @qdev-dk
- 2. @microsoft
- 3. @QCoDeS
- 4. Microsoft
- 5. The University of Sydney
- 6. Riscure B.V.
- 7. @Microsoft
- 8. IST Austria
Description
This is a bug fix release fixing the following issues
- QDac cache returns invalid data (#1844)
- Station config validation raises exception if validation failed (#1846)
- Make sure
start_all_loggingdoes not try to reach the internet (#1847) - Fix type annotation for
Parameter.__call__(#1839) - Add Keysight 34410A driver (#1835)
- Keysight 344xxA driver: support the fact that DIG option is always enabled with firmware version 3.0, also add support for MEM option (#1845)
The QDac driver received a thorough overhauling of the vrange and v parameters. read_state has been deprecated.
The Station validation logs the full config file on validation warnings. There has been a bug which caused an exception, when creating the log message if the station config is read from a file.
start_all_logging does a call to pip list, which times out if there is no internet connection, because it tries to
update the index. Passing --no-index fixes this.
Files
QCoDeS/Qcodes-v0.8.1.zip
Files
(9.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:56c3d29214a29578d0fdf1d2088772a5
|
9.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/QCoDeS/Qcodes/tree/v0.8.1 (URL)