Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
This pull request introduces a new way of doing measurements, called the `MeasurementLoop`, that sits somewhere in between the current `Measurement` class and the `do1d/do2d/dond` functions. The key idea of...
And remove ignore of pandas import errors
Updates the requirements on [h5netcdf](https://github.com/h5netcdf/h5netcdf) to permit the latest version. Release notes Sourced from h5netcdf's releases. release 1.0.2 Bugfix release Fix failing tests when using h5py 3.7.0. Adapt boolean indexing...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.4. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
* Agilent https://github.com/QCoDeS/Qcodes/pull/4371 * AimTTi https://github.com/QCoDeS/Qcodes/pull/4435 * AlazarTech https://github.com/QCoDeS/Qcodes/pull/4582 * AMI https://github.com/QCoDeS/Qcodes/pull/4536 * Basel https://github.com/QCoDeS/Qcodes/pull/4482 * Galil * Harvard * HP https://github.com/QCoDeS/Qcodes/pull/4461 * Ithaco https://github.com/QCoDeS/Qcodes/pull/4459 * Keysight https://github.com/QCoDeS/Qcodes/pull/4608 * Lakeshore...
In the process refactor Sweeps and Measurements to be a bit more modular TODO - [ ] More robust parsing of Parameters (see todos in code) - [ ] Document...
Add a label to InstrumentBase that can store a nicely-formatted instrument name. The implementation is similar to the label in Parameter. Previously discussed [here](https://github.com/QCoDeS/Qcodes/discussions/4411). - [x] Make sure that the...
Once #4412 lands it would be nice to transform all call of the form ``` self.add_parameter(name="foo", ...) ``` to ``` self.foo = self._add_parameter(name="foo" ....) """ Parameter foo """ ``` So...
``` ___________________________ test_triangle_inequality ___________________________ [gw0] linux -- Python 3.7.13 /opt/hostedtoolcache/Python/3.7.13/x64/bin/python @given( > random_coordinates["cylindrical"], random_coordinates["spherical"] ) /opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/qcodes/tests/test_field_vector.py:95: _ _ _ _ _ _ _ _ _ _ _ _ _ _...