-
[QCoDeS](https://github.com/microsoft/Qcodes) has native support for Get and Set methods with a single argument parameter. At the moment Instrument Framework (IF) instruments have methods e.g.
- `set…
-
The following functions are added/overridden in SilQ init
- `DataSet`
- `get_pulse_sequence`
- `load_traces`
- `save_config`
- `Parameter`
- `sweep`
At this point they should be i…
-
```python
import qcodes as qc
from qcodes import ParamSpec, new_data_set, new_experiment
dataSet = new_data_set("sweep gate")
exp = new_experiment("majorana-qbuit", sample_name="flying brdige")
p…
-
### Steps to reproduce
1. run a loop where you sweep yoko.voltage
2. try this a few times, it's not clear if it's random or specific values
```
File "", line 35, in
do1d(yoko.voltage, y…
-
### Steps to reproduce
```
import qcodes as qc
from qcodes.dataset.sqlite_base import init_db, connect
dataDB = 'C:/Users/Junkie/Documents/Programming/Python/QCoDeS/datapool/experiments.db';
…
-
Hello,
I'm currently following the YouTube video tutorial titled "QCoDes - Plotting loop data." However, when I execute loop.run(), I encounter the following error message followed by a "UnicodeDec…
-
Hey,
I would like to write a functionality to mock some instruments based on this framework. Something akin to what QCoDeS refers to as a [Manual Instrument](http://qcodes.github.io/Qcodes/user/int…
-
See here:
https://github.com/QCoDeS/Qcodes/blob/f7b173fa88afae1248a732aeb2051a8e1c169b3c/qcodes/instrument_drivers/agilent/E8267C.py#L80-L81
And here:
https://github.com/QCoDeS/Qcodes/blob/f7b173…
-
When calling the `write_copy` method of the dataset on an existing location an error is generated.
A minimal example:
```
import numpy as np
import qcodes
from qcodes.tests.data_mocks import …
-
Importing a dataset with `import_dat_file` fails for simple datasets.
A minimal example:
```
import os
from qcodes.dataset.legacy_import import import_dat_file
from qcodes.dataset.database im…