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

Functions

def build_counted_supported_bundle
 
def build_counted_supported_cases ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "counted_supported_bundle.json"
 
 DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("counted_supported")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "performance_evidence_counted_supported"
 

Detailed Description

Counted-supported gate validation for performance evidence.

Verifies that positive benchmark evidence closes only from correctness-preserving
supported cases with stable provenance and explicit runtime-path identity.

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

Function Documentation

◆ build_counted_supported_bundle()

def counted_supported_validation.build_counted_supported_bundle (   cases)

Definition at line 53 of file counted_supported_validation.py.

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

◆ build_counted_supported_cases()

def counted_supported_validation.build_counted_supported_cases (   list,
  dict 
)

Definition at line 49 of file counted_supported_validation.py.

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

◆ main()

def counted_supported_validation.main (   argv)

Definition at line 80 of file counted_supported_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

tuple counted_supported_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 38 of file counted_supported_validation.py.

◆ ARTIFACT_FILENAME

string counted_supported_validation.ARTIFACT_FILENAME = "counted_supported_bundle.json"

Definition at line 36 of file counted_supported_validation.py.

◆ DEFAULT_OUTPUT_DIR

counted_supported_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("counted_supported")

Definition at line 37 of file counted_supported_validation.py.

◆ REPO_ROOT

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

Definition at line 16 of file counted_supported_validation.py.

◆ SUITE_NAME

string counted_supported_validation.SUITE_NAME = "performance_evidence_counted_supported"

Definition at line 35 of file counted_supported_validation.py.