Tobias Hangleiter
Tobias Hangleiter
Today I experienced the same problem as https://github.com/codecov/codecov-action/issues/561, however, migrating from v1 to v2 did not help me. Instead, I get [a new error](https://github.com/qutech/filter_functions/runs/3998713843?check_suite_focus=true#step:6:43) with the uploader exiting with code...
`expm1(1j*x)` has the same (low) accuracy for small complex arguments as `exp(1j*x) - 1`. For real arguments, the accuracy is as expected and on par with numpy: Code to reproduce:...
Fixes #418.
`_list_maybe_running_servers()` finds 20 possible servers on my system when no notebook is running. This means that `name()` will run for around 20 seconds because every `urllib.request.urlopen()` call will only timeout...
This is another backlog driver project that started before the recent (#244) Thorlabs merge. Unfortunately, this and #244 diverge in the design of the underlying glue code and also have...
`Parameter`s can be indexed to return `SweepFixedValues`. This is a handy shortcut if you know it exists and use it correctly. However, it can lead to extremely unpredictable behavior when...
This PR significantly extends the capabilities of the Andor iDus camera driver. A fairly large part of the SDK is now covered. Since the central data parameter, `ccd_data`, is dynamic...
This PR adds a driver for the Swabian Intsruments Time Tagger. See the [module docstring](https://github.com/qutech-lab/Qcodes_contrib_drivers/blob/feature/swabian_time_tagger_driver/src/qcodes_contrib_drivers/drivers/SwabianInstruments/Swabian_Instruments_Time_Tagger.py) for design decisions.
This PR makes several bugfixes and small improvements. ### Attocube ANC350 - Adds a setter for the Attocube ANC350 position parameter. ### Horiba FHR - Adds an `active_grating` parameter. -...
This PR adds a driver for the Attocube AMC100 controller.