Remove instrument interaction from the Platform
class
#302
AlbertMitjans
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the
Platform
class contains methods likeconnect
,initial_setup
andturn_on_instruments
, which act on all instruments of the platform.Ideally we'd like to use only the instruments needed to execute the given circuit for several reasons, mainly to have more control of what is going on in the lab.
We could move all these methods inside the
ExecutionManager
class, such that internally it only interacts with the buses needed to execute the experiment.Beta Was this translation helpful? Give feedback.
All reactions