The azure-quantum python package submits jobs to the Azure Quantum service.
126
stars
92
forks
source link
backend.run and backend.estimate_cost input argument names are not consistent between IonQ and Quantinuum backends #269
Closed
guenp closed 2 years ago
backend.run
andbackend.estimate_cost
should takeshots
as input argument; for the Honeywell backend, this is currentlycount
.Switching these around raises confusing warning messages:
We should change the interface such that usage is consistent between the two providers:
and
This is a breaking change. After the fix, only
shots
should be used to specify the number of shots, both forestimate_cost
andrun
.