DiCarloLab-Delft / PycQED_py3

Python3 version of PycQED using QCoDeS as backend
MIT License
68 stars 41 forks source link

DIO timing map for CCL device object #533

Closed AdriaanRol closed 3 years ago

AdriaanRol commented 5 years ago

Make the mapping for the timing configuration select one of two defaults so that the timing settings are properly set when using the device object.

Currently the map to CCL DIO channels is hardcoded for the CCL.

AdriaanRol commented 5 years ago

While implementing this I found that the device object, which controls the DIO/coarse timing also controls the fine timing (used by setting channel per channel latencies). The problem here is that it uses a single parameter to set this for all qubits. This is incorrect and should be addressed.

MiguelSMoreira commented 3 years ago

Closed due to inactivity