|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Functions | |
| def | build_performance_evidence_benchmark_package () |
| def | main |
Variables | |
| tuple | ARTIFACT_CORE_FIELDS |
| string | ARTIFACT_FILENAME = "benchmark_package_bundle.json" |
| DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_package") | |
| REPO_ROOT = Path(__file__).resolve().parents[3] | |
| string | SUITE_NAME = "performance_evidence_benchmark_package" |
Shared benchmark package validation for performance evidence. Packages counted, diagnosis-only, and excluded evidence together with explicit boundary records for downstream publication consumers. Run with: python benchmarks/density_matrix/performance_evidence/benchmark_bundle_validation.py
| def benchmark_bundle_validation.build_performance_evidence_benchmark_package | ( | dict | ) |
Definition at line 48 of file benchmark_bundle_validation.py.


| def benchmark_bundle_validation.main | ( | argv | ) |
Definition at line 68 of file benchmark_bundle_validation.py.

| tuple benchmark_bundle_validation.ARTIFACT_CORE_FIELDS |
Definition at line 35 of file benchmark_bundle_validation.py.
| string benchmark_bundle_validation.ARTIFACT_FILENAME = "benchmark_package_bundle.json" |
Definition at line 33 of file benchmark_bundle_validation.py.
| benchmark_bundle_validation.DEFAULT_OUTPUT_DIR = performance_evidence_output_dir("benchmark_package") |
Definition at line 34 of file benchmark_bundle_validation.py.
| benchmark_bundle_validation.REPO_ROOT = Path(__file__).resolve().parents[3] |
Definition at line 17 of file benchmark_bundle_validation.py.
| string benchmark_bundle_validation.SUITE_NAME = "performance_evidence_benchmark_package" |
Definition at line 32 of file benchmark_bundle_validation.py.
1.8.13