Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions | Variables
claim_selection Namespace Reference

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"
 

Function Documentation

◆ _build_candidate_summary()

def claim_selection._build_candidate_summary (   candidate_id)
private

Definition at line 26 of file claim_selection.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _build_planner_calibration_claim_selection_payload_cached()

def claim_selection._build_planner_calibration_claim_selection_payload_cached (   dict)
private

Definition at line 60 of file claim_selection.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _p90()

def claim_selection._p90 (   values)
private

Definition at line 20 of file claim_selection.py.

Here is the caller graph for this function:

◆ build_claim_selection_payload()

def claim_selection.build_claim_selection_payload (   dict)

Definition at line 101 of file claim_selection.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build_planner_calibration_claim_selection_payload()

def claim_selection.build_planner_calibration_claim_selection_payload (   dict)

Definition at line 97 of file claim_selection.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ select_supported_candidate()

def claim_selection.select_supported_candidate (   candidate_summaries)

Definition at line 47 of file claim_selection.py.

Here is the caller graph for this function:

Variable Documentation

◆ PLANNER_CALIBRATION_CLAIM_SELECTION_RULE

tuple claim_selection.PLANNER_CALIBRATION_CLAIM_SELECTION_RULE
Initial value:
1 = (
2  "min_median_density_aware_score_then_min_p90_then_smaller_span_budget"
3 )

Definition at line 13 of file claim_selection.py.

◆ PLANNER_CALIBRATION_CLAIM_SELECTION_SCHEMA_VERSION

string claim_selection.PLANNER_CALIBRATION_CLAIM_SELECTION_SCHEMA_VERSION = "phase3_planner_calibration_claim_selection_v1"

Definition at line 12 of file claim_selection.py.

◆ PLANNER_CALIBRATION_CLAIM_STATUS_COMPARISON

string claim_selection.PLANNER_CALIBRATION_CLAIM_STATUS_COMPARISON = "comparison_baseline"

Definition at line 17 of file claim_selection.py.

◆ PLANNER_CALIBRATION_CLAIM_STATUS_SUPPORTED

string claim_selection.PLANNER_CALIBRATION_CLAIM_STATUS_SUPPORTED = "supported_claim"

Definition at line 16 of file claim_selection.py.