You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would want to be careful that we match the correct provider to the corresponding device (as there could potentially be some ambiguity in what provider is mapped to what device).
The text was updated successfully, but these errors were encountered:
This has a very good value with enforcing that exactly the same benchmark (with the same parameters) is run across different devices (that is, same input json)
Perhaps instead of the third pattern, we want to support one that is easier to parse, that is,
... --provider ibm --device [ibm_strasbourg, ibm_kyiv] --provider aws --device arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-3
Right now, when we dispatch a job, we dispatch a single benchmark to a single device:
We could support dispatching a single benchmark to a set of devices. For instance
Or even something like
We would want to be careful that we match the correct provider to the corresponding device (as there could potentially be some ambiguity in what provider is mapped to what device).
The text was updated successfully, but these errors were encountered: