toolsforexperiments / labcore

Collection of tools developed and maintained by Pfaff Lab
https://toolsforexperiments.github.io/labcore/
2 stars 13 forks source link

Added missing import and making sure opx config gets saved with our msmts #24

Closed marcosfrenkel closed 1 month ago

marcosfrenkel commented 7 months ago

Added a missing from dataclasses import dataclass as well as re defined run_measurement in the setup_opx_measurements.py to make sure that we are saving the qmconfig with every measurement. I don't know when we stopped doing that, but with this PR we will begin doing it again