|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Functions | |
| def | _build_fused_kernel |
| def | _build_gate_matrix_for_member |
| def | _build_noise_boundary_record |
| def | _build_unitary_region_record |
| def | _embed_cnot_gate |
| def | _embed_single_qubit_gate |
| def | _execute_partition_with_optional_fusion |
| : execute a partition with optional fusion explain: this function is used to execute a partition with optional fusion. More... | |
| def | _iter_member_segments |
| def | _kernel_indices_for_fused_cnot |
| def | _u3_unitary |
| def | _u3_unitary_from_local_parameter_slice |
| def | _unique_local_qbits |
|
private |
Definition at line 201 of file noisy_runtime_fusion.py.


|
private |
Definition at line 126 of file noisy_runtime_fusion.py.


|
private |
Definition at line 300 of file noisy_runtime_fusion.py.


|
private |
Definition at line 265 of file noisy_runtime_fusion.py.


|
private |
Definition at line 113 of file noisy_runtime_fusion.py.


|
private |
Definition at line 99 of file noisy_runtime_fusion.py.


|
private |
: execute a partition with optional fusion explain: this function is used to execute a partition with optional fusion.
Definition at line 342 of file noisy_runtime_fusion.py.


|
private |
Definition at line 29 of file noisy_runtime_fusion.py.


|
private |
Definition at line 87 of file noisy_runtime_fusion.py.


|
private |
Definition at line 65 of file noisy_runtime_fusion.py.


|
private |
Definition at line 79 of file noisy_runtime_fusion.py.


|
private |
1.8.13