Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Partial version of EstimatorV2 input schema * Full EstimatorV2 schema * Added SamplerV2 schema and added `seed_estimator` to estimator schema * Updating the estimator schema after options changes in qiskit runtime * Updated SamplerV2 schema * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Fixes according to PR review * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/sampler_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/sampler_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Update schemas/estimator_v2_schema.json Co-authored-by: Jessie Yu <[email protected]> * Starting to add tests * Added a framework to test schema vs runtime validator * Added dynamical decoupling tests and fixed some bugs in the framework * Test for resilience boolean values and schema fix based on the test * Tests for zne options; extended the schema to validate correct number of noise factors (currently disagrees with `EstimatorOptions` on behaviour in case of empty noise factor list) * Improving the test framework * Updated the schema to verify zne implies zne_mitigation=True, and measure_noise_mitigation implies measure_noise_mitigation=True * Added pec options tests and updated the schema to require `pec_mitigation=True` if `pec` options are used * Added noise learning tests * Added execution and twirling tests * Added Sampler tests * linting * Schema fix: `noise_gain` is inclusive minimum * Added default shots/precision * Added `support_qiskit` * Additional data on PUBS * Allow longer line length with flake8 * linting * Switching to test against the `main` branch of `qiskit-ibm-runtime` * use https instead of ssh * Fixes * Fixes * Fix shots * Added `meas_type` to Sampler schema * QuantumCircuit can be either object or string * Change back to shots --------- Co-authored-by: Jessie Yu <[email protected]>
- Loading branch information