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

Functions

def _build_correctness_package_payload_cached ()
 
def _build_performance_evidence_benchmark_package_payload_cached ()
 
def _build_phase31_correctness_package_payload_cached ()
 
def _build_planner_calibration_calibration_bundle_payload_cached ()
 
def build_correctness_evidence_correctness_package_payload ()
 
def build_correctness_package_payload ()
 
def build_performance_evidence_benchmark_package_payload ()
 
def build_phase31_correctness_package_payload ()
 
def build_planner_calibration_calibration_bundle_payload ()
 

Variables

 maxsize
 
string PLANNER_CALIBRATION_CALIBRATION_BUNDLE_SCHEMA_VERSION = "phase3_planner_calibration_bundle_v1"
 

Function Documentation

◆ _build_correctness_package_payload_cached()

def bundle._build_correctness_package_payload_cached (   dict)
private

Definition at line 20 of file correctness_evidence/bundle.py.

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

◆ _build_performance_evidence_benchmark_package_payload_cached()

def bundle._build_performance_evidence_benchmark_package_payload_cached (   dict)
private

Definition at line 23 of file performance_evidence/bundle.py.

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

◆ _build_phase31_correctness_package_payload_cached()

def bundle._build_phase31_correctness_package_payload_cached (   dict)
private

Definition at line 66 of file correctness_evidence/bundle.py.

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

◆ _build_planner_calibration_calibration_bundle_payload_cached()

def bundle._build_planner_calibration_calibration_bundle_payload_cached (   dict)
private

Definition at line 16 of file planner_calibration/bundle.py.

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

◆ build_correctness_evidence_correctness_package_payload()

def bundle.build_correctness_evidence_correctness_package_payload (   dict)

Definition at line 61 of file correctness_evidence/bundle.py.

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

◆ build_correctness_package_payload()

def bundle.build_correctness_package_payload (   dict)

Definition at line 57 of file correctness_evidence/bundle.py.

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

◆ build_performance_evidence_benchmark_package_payload()

def bundle.build_performance_evidence_benchmark_package_payload (   dict)

Definition at line 66 of file performance_evidence/bundle.py.

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

◆ build_phase31_correctness_package_payload()

def bundle.build_phase31_correctness_package_payload (   dict)
Stage-A bounded Phase 3.1 package (six positive cases + shared negative boundary records).

Definition at line 109 of file correctness_evidence/bundle.py.

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

◆ build_planner_calibration_calibration_bundle_payload()

def bundle.build_planner_calibration_calibration_bundle_payload (   dict)

Definition at line 54 of file planner_calibration/bundle.py.

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

Variable Documentation

◆ maxsize

bundle.maxsize

Definition at line 19 of file correctness_evidence/bundle.py.

◆ PLANNER_CALIBRATION_CALIBRATION_BUNDLE_SCHEMA_VERSION

string bundle.PLANNER_CALIBRATION_CALIBRATION_BUNDLE_SCHEMA_VERSION = "phase3_planner_calibration_bundle_v1"

Definition at line 12 of file planner_calibration/bundle.py.