Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
List of all members | Public Member Functions | Static Public Attributes
noisy_runtime_core.NoisyRuntimeExecutionResult Class Reference

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
 

Detailed Description

Partitioned runtime outcome. runtime_path is realized (may downgrade to baseline).

Definition at line 115 of file noisy_runtime_core.py.

Member Function Documentation

◆ actual_fused_execution()

def noisy_runtime_core.NoisyRuntimeExecutionResult.actual_fused_execution (   self,
  bool 
)

Definition at line 216 of file noisy_runtime_core.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build_exact_output_record()

def noisy_runtime_core.NoisyRuntimeExecutionResult.build_exact_output_record (   self,
  include_density_matrix 
)

Definition at line 239 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ deferred_region_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.deferred_region_count (   self,
  int 
)

Definition at line 193 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ density_matrix_numpy()

def noisy_runtime_core.NoisyRuntimeExecutionResult.density_matrix_numpy (   self,
  np,
  ndarray 
)

Definition at line 235 of file noisy_runtime_core.py.

Here is the call graph for this function:

◆ descriptor_member_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.descriptor_member_count (   self,
  int 
)

Definition at line 145 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ fused_gate_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.fused_gate_count (   self,
  int 
)

Definition at line 200 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ fused_region_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.fused_region_count (   self,
  int 
)

Definition at line 179 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ gate_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.gate_count (   self,
  int 
)

Definition at line 149 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ max_partition_span()

def noisy_runtime_core.NoisyRuntimeExecutionResult.max_partition_span (   self,
  int 
)

Definition at line 157 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ noise_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.noise_count (   self,
  int 
)

Definition at line 153 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ parameter_routing_segment_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.parameter_routing_segment_count (   self,
  int 
)

Definition at line 172 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ partition_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.partition_count (   self,
  int 
)

Definition at line 141 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ partition_member_counts()

def noisy_runtime_core.NoisyRuntimeExecutionResult.partition_member_counts (   self,
  tuple,
  int 
)

Definition at line 161 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ provenance()

def noisy_runtime_core.NoisyRuntimeExecutionResult.provenance (   self,
  dict,
  str,
  Any 
)

Definition at line 134 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ purity()

def noisy_runtime_core.NoisyRuntimeExecutionResult.purity (   self,
  float 
)

Definition at line 232 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ remapped_partition_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.remapped_partition_count (   self,
  int 
)

Definition at line 165 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ rho_is_valid()

def noisy_runtime_core.NoisyRuntimeExecutionResult.rho_is_valid (   self,
  bool 
)

Definition at line 228 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ supported_unfused_gate_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.supported_unfused_gate_count (   self,
  int 
)

Definition at line 208 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ supported_unfused_region_count()

def noisy_runtime_core.NoisyRuntimeExecutionResult.supported_unfused_region_count (   self,
  int 
)

Definition at line 186 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ to_dict()

def noisy_runtime_core.NoisyRuntimeExecutionResult.to_dict (   self,
  include_density_matrix 
)

Definition at line 259 of file noisy_runtime_core.py.

Here is the call graph for this function:

◆ trace()

def noisy_runtime_core.NoisyRuntimeExecutionResult.trace (   self,
  complex 
)

Definition at line 220 of file noisy_runtime_core.py.

Here is the caller graph for this function:

◆ trace_deviation()

def noisy_runtime_core.NoisyRuntimeExecutionResult.trace_deviation (   self,
  float 
)

Definition at line 224 of file noisy_runtime_core.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ NoisyPartitionDescriptorSet

noisy_runtime_core.NoisyRuntimeExecutionResult.NoisyPartitionDescriptorSet
static

Definition at line 127 of file noisy_runtime_core.py.

◆ record

noisy_runtime_core.NoisyRuntimeExecutionResult.record
static

Definition at line 241 of file noisy_runtime_core.py.

◆ repr

noisy_runtime_core.NoisyRuntimeExecutionResult.repr
static

Definition at line 127 of file noisy_runtime_core.py.

◆ rho_np

noisy_runtime_core.NoisyRuntimeExecutionResult.rho_np
static

Definition at line 254 of file noisy_runtime_core.py.


The documentation for this class was generated from the following file: