|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
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" |
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
|
private |
Definition at line 60 of file runtime_handoff_validation.py.


| def runtime_handoff_validation.build_artifact_bundle | ( | cases | ) |
Definition at line 83 of file runtime_handoff_validation.py.


| def runtime_handoff_validation.build_cases | ( | list, | |
| dict | |||
| ) |
Definition at line 68 of file runtime_handoff_validation.py.


| def runtime_handoff_validation.main | ( | argv | ) |
Definition at line 130 of file runtime_handoff_validation.py.

| def runtime_handoff_validation.write_artifact_bundle | ( | bundle | ) |
Definition at line 123 of file runtime_handoff_validation.py.

| tuple runtime_handoff_validation.ARTIFACT_CORE_FIELDS |
Definition at line 51 of file runtime_handoff_validation.py.
| string runtime_handoff_validation.ARTIFACT_FILENAME = "runtime_handoff_bundle.json" |
Definition at line 42 of file runtime_handoff_validation.py.
| tuple runtime_handoff_validation.DEFAULT_OUTPUT_DIR |
Definition at line 43 of file runtime_handoff_validation.py.
| runtime_handoff_validation.REPO_ROOT = Path(__file__).resolve().parents[3] |
Definition at line 20 of file runtime_handoff_validation.py.
| string runtime_handoff_validation.SUITE_NAME = "phase3_partitioned_runtime_runtime_handoff" |
Definition at line 41 of file runtime_handoff_validation.py.
1.8.13