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

Functions

def build_performance_evidence_benchmark_package ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "benchmark_package_bundle.json"
 
 DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_package")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "performance_evidence_benchmark_package"
 

Detailed Description

Shared benchmark package validation for performance evidence.

Packages counted, diagnosis-only, and excluded evidence together with explicit
boundary records for downstream publication consumers.

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

Function Documentation

◆ build_performance_evidence_benchmark_package()

def benchmark_bundle_validation.build_performance_evidence_benchmark_package (   dict)

Definition at line 48 of file benchmark_bundle_validation.py.

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

◆ main()

def benchmark_bundle_validation.main (   argv)

Definition at line 68 of file benchmark_bundle_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

tuple benchmark_bundle_validation.ARTIFACT_CORE_FIELDS
Initial value:
1 = (
2  "suite_name",
3  "status",
4  "schema_version",
5  "software",
6  "selected_candidate",
7  "summary",
8  "required_artifacts",
9  "cases",
10  "negative_cases",
11 )

Definition at line 35 of file benchmark_bundle_validation.py.

◆ ARTIFACT_FILENAME

string benchmark_bundle_validation.ARTIFACT_FILENAME = "benchmark_package_bundle.json"

Definition at line 33 of file benchmark_bundle_validation.py.

◆ DEFAULT_OUTPUT_DIR

benchmark_bundle_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_package")

Definition at line 34 of file benchmark_bundle_validation.py.

◆ REPO_ROOT

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

Definition at line 17 of file benchmark_bundle_validation.py.

◆ SUITE_NAME

string benchmark_bundle_validation.SUITE_NAME = "performance_evidence_benchmark_package"

Definition at line 32 of file benchmark_bundle_validation.py.