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

Functions

def _audit_case
 
def build_artifact_bundle
 
def build_cases ()
 
def main
 
def write_artifact_bundle
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "runtime_handoff_bundle.json"
 
tuple DEFAULT_OUTPUT_DIR
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "phase3_partitioned_runtime_runtime_handoff"
 

Detailed Description

Runtime handoff validation: stable partition handoff records across workload classes.

Emits audit-oriented runtime handoff records for one continuity case, one
microcase, and one structured-family case. Validates that the partitioned
runtime consumes the planner-surface descriptor contract directly and records a
stable partition handoff surface.

Run with:
python benchmarks/density_matrix/partitioned_runtime/runtime_handoff_validation.py

Function Documentation

◆ _audit_case()

def runtime_handoff_validation._audit_case (   descriptor_set,
  metadata 
)
private

Definition at line 60 of file runtime_handoff_validation.py.

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

◆ build_artifact_bundle()

def runtime_handoff_validation.build_artifact_bundle (   cases)

Definition at line 83 of file runtime_handoff_validation.py.

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

◆ build_cases()

def runtime_handoff_validation.build_cases (   list,
  dict 
)

Definition at line 68 of file runtime_handoff_validation.py.

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

◆ main()

def runtime_handoff_validation.main (   argv)

Definition at line 130 of file runtime_handoff_validation.py.

Here is the call graph for this function:

◆ write_artifact_bundle()

def runtime_handoff_validation.write_artifact_bundle (   bundle)

Definition at line 123 of file runtime_handoff_validation.py.

Here is the caller graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

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

Definition at line 51 of file runtime_handoff_validation.py.

◆ ARTIFACT_FILENAME

string runtime_handoff_validation.ARTIFACT_FILENAME = "runtime_handoff_bundle.json"

Definition at line 42 of file runtime_handoff_validation.py.

◆ DEFAULT_OUTPUT_DIR

tuple runtime_handoff_validation.DEFAULT_OUTPUT_DIR
Initial value:
1 = (
2  REPO_ROOT
3  / "benchmarks"
4  / "density_matrix"
5  / "artifacts"
6  / "partitioned_runtime"
7  / "runtime_handoff"
8 )

Definition at line 43 of file runtime_handoff_validation.py.

◆ REPO_ROOT

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

Definition at line 20 of file runtime_handoff_validation.py.

◆ SUITE_NAME

string runtime_handoff_validation.SUITE_NAME = "phase3_partitioned_runtime_runtime_handoff"

Definition at line 41 of file runtime_handoff_validation.py.