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

Functions

def build_positive_threshold_bundle
 
def build_positive_threshold_cases ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "positive_threshold_bundle.json"
 
 DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("positive_threshold")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "performance_evidence_positive_threshold"
 

Detailed Description

Positive-threshold review surface validation for performance evidence.

Evaluates the bounded representative structured review set against the sequential
baseline and records per-case positive-threshold verdicts without turning the
result into a universal acceleration claim.

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

Function Documentation

◆ build_positive_threshold_bundle()

def positive_threshold_validation.build_positive_threshold_bundle (   cases)

Definition at line 57 of file positive_threshold_validation.py.

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

◆ build_positive_threshold_cases()

def positive_threshold_validation.build_positive_threshold_cases (   list,
  dict 
)

Definition at line 49 of file positive_threshold_validation.py.

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

◆ main()

def positive_threshold_validation.main (   argv)

Definition at line 83 of file positive_threshold_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

tuple positive_threshold_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 positive_threshold_validation.py.

◆ ARTIFACT_FILENAME

string positive_threshold_validation.ARTIFACT_FILENAME = "positive_threshold_bundle.json"

Definition at line 36 of file positive_threshold_validation.py.

◆ DEFAULT_OUTPUT_DIR

positive_threshold_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("positive_threshold")

Definition at line 37 of file positive_threshold_validation.py.

◆ REPO_ROOT

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

Definition at line 17 of file positive_threshold_validation.py.

◆ SUITE_NAME

string positive_threshold_validation.SUITE_NAME = "performance_evidence_positive_threshold"

Definition at line 35 of file positive_threshold_validation.py.