|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
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" |
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
| def positive_threshold_validation.build_positive_threshold_bundle | ( | cases | ) |
Definition at line 57 of file positive_threshold_validation.py.


| def positive_threshold_validation.build_positive_threshold_cases | ( | list, | |
| dict | |||
| ) |
Definition at line 49 of file positive_threshold_validation.py.


| def positive_threshold_validation.main | ( | argv | ) |
Definition at line 83 of file positive_threshold_validation.py.

| tuple positive_threshold_validation.ARTIFACT_CORE_FIELDS |
Definition at line 38 of file positive_threshold_validation.py.
| string positive_threshold_validation.ARTIFACT_FILENAME = "positive_threshold_bundle.json" |
Definition at line 36 of file positive_threshold_validation.py.
| positive_threshold_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("positive_threshold") |
Definition at line 37 of file positive_threshold_validation.py.
| positive_threshold_validation.REPO_ROOT = Path(__file__).resolve().parents[3] |
Definition at line 17 of file positive_threshold_validation.py.
| string positive_threshold_validation.SUITE_NAME = "performance_evidence_positive_threshold" |
Definition at line 35 of file positive_threshold_validation.py.
1.8.13