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

Functions

def build_benchmark_matrix_bundle
 
def build_benchmark_matrix_cases ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "benchmark_matrix_bundle.json"
 
 DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_matrix")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "performance_evidence_benchmark_matrix"
 

Detailed Description

Benchmark matrix validation for performance evidence.

Freezes the dual-anchor benchmark matrix and representative review-set membership
through one stable machine-reviewable surface.

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

Function Documentation

◆ build_benchmark_matrix_bundle()

def benchmark_matrix_validation.build_benchmark_matrix_bundle (   cases)

Definition at line 53 of file benchmark_matrix_validation.py.

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

◆ build_benchmark_matrix_cases()

def benchmark_matrix_validation.build_benchmark_matrix_cases (   list,
  dict 
)

Definition at line 49 of file benchmark_matrix_validation.py.

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

◆ main()

def benchmark_matrix_validation.main (   argv)

Definition at line 95 of file benchmark_matrix_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

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

Definition at line 39 of file benchmark_matrix_validation.py.

◆ ARTIFACT_FILENAME

string benchmark_matrix_validation.ARTIFACT_FILENAME = "benchmark_matrix_bundle.json"

Definition at line 37 of file benchmark_matrix_validation.py.

◆ DEFAULT_OUTPUT_DIR

benchmark_matrix_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_matrix")

Definition at line 38 of file benchmark_matrix_validation.py.

◆ REPO_ROOT

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

Definition at line 16 of file benchmark_matrix_validation.py.

◆ SUITE_NAME

string benchmark_matrix_validation.SUITE_NAME = "performance_evidence_benchmark_matrix"

Definition at line 36 of file benchmark_matrix_validation.py.