Configuration of devices #23
Replies: 5 comments
-
Hi @jusschwitalla , That is a good idea! Depending on your availability, we could also implement this on our side this week. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
That is excellent @jusschwitalla, then we will take that branch as a starting point, and add we will check the effects on the plotting. Best |
Beta Was this translation helpful? Give feedback.
-
Thanks @jusschwitalla! Unfortunately, because of some delayed action on my part, we will only be able to open a pull request next week. Let's discuss that in the open call on Thursday. Looking forward to meeting you there! |
Beta Was this translation helpful? Give feedback.
-
Discussion resolved with PR#50 |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I would like to implement devices which have some parameters. For example a device could be some parametrized QPU simulator. Therefore I suggest that devices should get a "get_parameter_options" method like the other QUARK components. The benchmark manager could ask the user to provide the corresponding values (the same way as it does it for the solver for instance) and than could pass the selected parameter values as a device_config object to the solvers run method.
If you agree that this is a sensible feature I could contribute the code.
Best wishes,
Jürgen
Beta Was this translation helpful? Give feedback.
All reactions