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

Functions

def build_artifact_bundle ()
 
def build_summary_consistency_bundle ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "summary_consistency_bundle.json"
 
 DEFAULT_OUTPUT_DIR = correctness_evidence_output_dir("summary_consistency")
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "correctness_evidence_summary_consistency"
 

Detailed Description

Summary consistency validation for the correctness-evidence package.

Interprets the shared correctness package bundle and verifies that downstream
rollups and closure flags stay consistent with the underlying per-case evidence.

Run with:
python benchmarks/density_matrix/correctness_evidence/summary_consistency_validation.py
Summary-consistency guardrails for performance evidence.

Interprets the shared benchmark package and verifies that downstream rollups,
limitation carry-forward, and claim-closure flags stay consistent with the
underlying per-case evidence.

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

Function Documentation

◆ build_artifact_bundle()

def summary_consistency_validation.build_artifact_bundle (   dict)

Definition at line 45 of file correctness_evidence/summary_consistency_validation.py.

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

◆ build_summary_consistency_bundle()

def summary_consistency_validation.build_summary_consistency_bundle (   dict)

Definition at line 48 of file performance_evidence/summary_consistency_validation.py.

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

◆ main()

def summary_consistency_validation.main (   argv)

Definition at line 106 of file correctness_evidence/summary_consistency_validation.py.

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

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

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

Definition at line 33 of file correctness_evidence/summary_consistency_validation.py.

◆ ARTIFACT_FILENAME

string summary_consistency_validation.ARTIFACT_FILENAME = "summary_consistency_bundle.json"

◆ DEFAULT_OUTPUT_DIR

summary_consistency_validation.DEFAULT_OUTPUT_DIR = correctness_evidence_output_dir("summary_consistency")

◆ REPO_ROOT

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

◆ SUITE_NAME

string summary_consistency_validation.SUITE_NAME = "correctness_evidence_summary_consistency"