forked from quantumlib/Cirq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.3 API + debiasing (quantumlib#6077)
* Upgrade to API v0.3 This new version of the API separates job status and metadata from actual results into two different endpoints. v0.3 also includes support for error_mitigation settings like symmetrization as described in https://arxiv.org/pdf/2301.07233.pdf Because of that: - added a new error_mitigation parameter on job submission so users can configure it - added a new aggregation parameter on results that would allow getting results aggregated under the two different methods described in the paper. Averaging and Plurality voting * fix formatting and linting * pass cirq linting * update job_retry_409 to v0.3 * add _IonQClient.get_results test * rename symmetrization to debiasing * rename aggregation to sharpen * update ionq cirq docs * add extra_request_payload param * fix tests * fix typing * test get_results with extra payload * rename to extra_query_params * Updates access and service docs files for IonQ service. * Changes access.md and service.md docs for IonQ service * Updates to service.md for IonQ service docs * improve sharpen docstring * fix api_versioning failure * test run_sweep * fix run_sweep test --------- Co-authored-by: Mauricio Muñoz <[email protected]> Co-authored-by: Patrick Deuley <[email protected]>
- Loading branch information
1 parent
b70b2fc
commit 0e80fa5
Showing
11 changed files
with
351 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.