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

Functions

def build_artifact_bundle
 
def build_cases ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "phase31_counted_matrix_bundle.json"
 
 DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("phase31_counted_matrix")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "performance_evidence_phase31_counted_matrix"
 

Detailed Description

Phase 3.1 counted performance matrix validation (P31-S11-E01).

Freezes the full bounded 26-row Phase 3.1 counted performance inventory and
one comparable row schema for every counted case.

Run with:
python benchmarks/density_matrix/performance_evidence/phase31_counted_matrix_validation.py

Function Documentation

◆ build_artifact_bundle()

def phase31_counted_matrix_validation.build_artifact_bundle (   cases)

Definition at line 57 of file phase31_counted_matrix_validation.py.

Here is the call graph for this function:

◆ build_cases()

def phase31_counted_matrix_validation.build_cases (   list,
  dict 
)

Definition at line 53 of file phase31_counted_matrix_validation.py.

Here is the call graph for this function:

◆ main()

def phase31_counted_matrix_validation.main (   argv)

Definition at line 142 of file phase31_counted_matrix_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

tuple phase31_counted_matrix_validation.ARTIFACT_CORE_FIELDS
Initial value:
1 = (
2  "suite_name",
3  "status",
4  "record_schema_version",
5  "software",
6  "selected_candidate",
7  "summary",
8  "cases",
9 )

Definition at line 42 of file phase31_counted_matrix_validation.py.

◆ ARTIFACT_FILENAME

string phase31_counted_matrix_validation.ARTIFACT_FILENAME = "phase31_counted_matrix_bundle.json"

Definition at line 40 of file phase31_counted_matrix_validation.py.

◆ DEFAULT_OUTPUT_DIR

phase31_counted_matrix_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("phase31_counted_matrix")

Definition at line 41 of file phase31_counted_matrix_validation.py.

◆ REPO_ROOT

phase31_counted_matrix_validation.REPO_ROOT = Path(__file__).resolve().parents[3]

Definition at line 16 of file phase31_counted_matrix_validation.py.

◆ SUITE_NAME

string phase31_counted_matrix_validation.SUITE_NAME = "performance_evidence_phase31_counted_matrix"

Definition at line 39 of file phase31_counted_matrix_validation.py.