|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Functions | |
| def | _build_candidate_summary |
| def | _build_planner_calibration_claim_selection_payload_cached () |
| def | _p90 |
| def | build_claim_selection_payload () |
| def | build_planner_calibration_claim_selection_payload () |
| def | select_supported_candidate |
Variables | |
| tuple | PLANNER_CALIBRATION_CLAIM_SELECTION_RULE |
| string | PLANNER_CALIBRATION_CLAIM_SELECTION_SCHEMA_VERSION = "phase3_planner_calibration_claim_selection_v1" |
| string | PLANNER_CALIBRATION_CLAIM_STATUS_COMPARISON = "comparison_baseline" |
| string | PLANNER_CALIBRATION_CLAIM_STATUS_SUPPORTED = "supported_claim" |
|
private |
Definition at line 26 of file claim_selection.py.


|
private |
Definition at line 60 of file claim_selection.py.


|
private |
| def claim_selection.build_claim_selection_payload | ( | dict | ) |
Definition at line 101 of file claim_selection.py.


| def claim_selection.build_planner_calibration_claim_selection_payload | ( | dict | ) |
Definition at line 97 of file claim_selection.py.


| def claim_selection.select_supported_candidate | ( | candidate_summaries | ) |
| tuple claim_selection.PLANNER_CALIBRATION_CLAIM_SELECTION_RULE |
Definition at line 13 of file claim_selection.py.
| string claim_selection.PLANNER_CALIBRATION_CLAIM_SELECTION_SCHEMA_VERSION = "phase3_planner_calibration_claim_selection_v1" |
Definition at line 12 of file claim_selection.py.
| string claim_selection.PLANNER_CALIBRATION_CLAIM_STATUS_COMPARISON = "comparison_baseline" |
Definition at line 17 of file claim_selection.py.
| string claim_selection.PLANNER_CALIBRATION_CLAIM_STATUS_SUPPORTED = "supported_claim" |
Definition at line 16 of file claim_selection.py.
1.8.13