|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
| def | actual_fused_execution (self) |
| def | build_exact_output_record |
| def | deferred_region_count (self) |
| def | density_matrix_numpy (self) |
| def | descriptor_member_count (self) |
| def | fused_gate_count (self) |
| def | fused_region_count (self) |
| def | gate_count (self) |
| def | max_partition_span (self) |
| def | noise_count (self) |
| def | parameter_routing_segment_count (self) |
| def | partition_count (self) |
| def | partition_member_counts (self) |
| def | provenance (self) |
| def | purity (self) |
| def | remapped_partition_count (self) |
| def | rho_is_valid (self) |
| def | supported_unfused_gate_count (self) |
| def | supported_unfused_region_count (self) |
| def | to_dict |
| def | trace (self) |
| def | trace_deviation (self) |
Static Public Attributes | |
| NoisyPartitionDescriptorSet | |
| record | |
| repr | |
| rho_np | |
Partitioned runtime outcome. runtime_path is realized (may downgrade to baseline).
Definition at line 115 of file noisy_runtime_core.py.
| def noisy_runtime_core.NoisyRuntimeExecutionResult.actual_fused_execution | ( | self, | |
| bool | |||
| ) |
Definition at line 216 of file noisy_runtime_core.py.


| def noisy_runtime_core.NoisyRuntimeExecutionResult.build_exact_output_record | ( | self, | |
| include_density_matrix | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.deferred_region_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.density_matrix_numpy | ( | self, | |
| np, | |||
| ndarray | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.descriptor_member_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.fused_gate_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.fused_region_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.gate_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.max_partition_span | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.noise_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.parameter_routing_segment_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.partition_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.partition_member_counts | ( | self, | |
| tuple, | |||
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.provenance | ( | self, | |
| dict, | |||
| str, | |||
| Any | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.purity | ( | self, | |
| float | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.remapped_partition_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.rho_is_valid | ( | self, | |
| bool | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.supported_unfused_gate_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.supported_unfused_region_count | ( | self, | |
| int | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.to_dict | ( | self, | |
| include_density_matrix | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.trace | ( | self, | |
| complex | |||
| ) |
| def noisy_runtime_core.NoisyRuntimeExecutionResult.trace_deviation | ( | self, | |
| float | |||
| ) |
Definition at line 224 of file noisy_runtime_core.py.


|
static |
Definition at line 127 of file noisy_runtime_core.py.
|
static |
Definition at line 241 of file noisy_runtime_core.py.
|
static |
Definition at line 127 of file noisy_runtime_core.py.
|
static |
Definition at line 254 of file noisy_runtime_core.py.
1.8.13