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

Functions

def build_artifact_bundle ()
 
def build_cases ()
 
def main
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "correctness_package_bundle.json"
 
 DEFAULT_OUTPUT_DIR = correctness_evidence_output_dir("correctness_package")
 
string SUITE_NAME = "correctness_evidence_correctness_package"
 

Detailed Description

Validation: density-matrix correctness-evidence package.

Builds the shared correctness-evidence package by joining positive supported
records and stage-separated unsupported-boundary evidence through one stable
machine-reviewable surface.

Run with:
python benchmarks/density_matrix/correctness_evidence/correctness_bundle_validation.py

Function Documentation

◆ build_artifact_bundle()

def correctness_bundle_validation.build_artifact_bundle (   dict)

Definition at line 50 of file correctness_bundle_validation.py.

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

◆ build_cases()

def correctness_bundle_validation.build_cases (   list,
  dict 
)

Definition at line 46 of file correctness_bundle_validation.py.

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

◆ main()

def correctness_bundle_validation.main (   argv)

Definition at line 73 of file correctness_bundle_validation.py.

Here is the call graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

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

Definition at line 34 of file correctness_bundle_validation.py.

◆ ARTIFACT_FILENAME

string correctness_bundle_validation.ARTIFACT_FILENAME = "correctness_package_bundle.json"

Definition at line 32 of file correctness_bundle_validation.py.

◆ DEFAULT_OUTPUT_DIR

correctness_bundle_validation.DEFAULT_OUTPUT_DIR = correctness_evidence_output_dir("correctness_package")

Definition at line 33 of file correctness_bundle_validation.py.

◆ SUITE_NAME

string correctness_bundle_validation.SUITE_NAME = "correctness_evidence_correctness_package"

Definition at line 31 of file correctness_bundle_validation.py.