|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Functions | |
| def | apply_density_scores_and_rankings |
| def | build_density_aware_score |
| def | build_density_partition_cost (descriptor_set) |
| def | build_density_signal_record |
| def | build_state_vector_proxy_score (descriptor_set) |
| def | calibrate_memory_weight |
| def | count_eligible_unitary_regions (runtime_result) |
Variables | |
| string | PLANNER_CALIBRATION_DENSITY_AWARE_OBJECTIVE_NAME = "phase3_benchmark_cost_v1" |
| string | PLANNER_CALIBRATION_DENSITY_SIGNAL_SCHEMA_VERSION = "phase3_planner_calibration_density_signal_v1" |
| string | PLANNER_CALIBRATION_STATE_VECTOR_PROXY_NAME = "state_vector_partition_proxy_v1" |
| def signals.apply_density_scores_and_rankings | ( | records | ) |
Definition at line 100 of file signals.py.


| def signals.build_density_aware_score | ( | record | ) |
Definition at line 91 of file signals.py.


| def signals.build_density_partition_cost | ( | descriptor_set, | |
| float | |||
| ) |
| def signals.build_density_signal_record | ( | metadata | ) |
Definition at line 38 of file signals.py.


| def signals.build_state_vector_proxy_score | ( | descriptor_set, | |
| float | |||
| ) |
| def signals.calibrate_memory_weight | ( | records | ) |
| def signals.count_eligible_unitary_regions | ( | runtime_result, | |
| int | |||
| ) |
Definition at line 29 of file signals.py.


| string signals.PLANNER_CALIBRATION_DENSITY_AWARE_OBJECTIVE_NAME = "phase3_benchmark_cost_v1" |
Definition at line 10 of file signals.py.
| string signals.PLANNER_CALIBRATION_DENSITY_SIGNAL_SCHEMA_VERSION = "phase3_planner_calibration_density_signal_v1" |
Definition at line 8 of file signals.py.
| string signals.PLANNER_CALIBRATION_STATE_VECTOR_PROXY_NAME = "state_vector_partition_proxy_v1" |
Definition at line 9 of file signals.py.
1.8.13