Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions | Variables
signals Namespace Reference

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"
 

Function Documentation

◆ apply_density_scores_and_rankings()

def signals.apply_density_scores_and_rankings (   records)

Definition at line 100 of file signals.py.

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

◆ build_density_aware_score()

def signals.build_density_aware_score (   record)

Definition at line 91 of file signals.py.

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

◆ build_density_partition_cost()

def signals.build_density_partition_cost (   descriptor_set,
  float 
)

Definition at line 21 of file signals.py.

Here is the caller graph for this function:

◆ build_density_signal_record()

def signals.build_density_signal_record (   metadata)

Definition at line 38 of file signals.py.

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

◆ build_state_vector_proxy_score()

def signals.build_state_vector_proxy_score (   descriptor_set,
  float 
)

Definition at line 13 of file signals.py.

Here is the caller graph for this function:

◆ calibrate_memory_weight()

def signals.calibrate_memory_weight (   records)

Definition at line 83 of file signals.py.

Here is the caller graph for this function:

◆ count_eligible_unitary_regions()

def signals.count_eligible_unitary_regions (   runtime_result,
  int 
)

Definition at line 29 of file signals.py.

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

Variable Documentation

◆ PLANNER_CALIBRATION_DENSITY_AWARE_OBJECTIVE_NAME

string signals.PLANNER_CALIBRATION_DENSITY_AWARE_OBJECTIVE_NAME = "phase3_benchmark_cost_v1"

Definition at line 10 of file signals.py.

◆ PLANNER_CALIBRATION_DENSITY_SIGNAL_SCHEMA_VERSION

string signals.PLANNER_CALIBRATION_DENSITY_SIGNAL_SCHEMA_VERSION = "phase3_planner_calibration_density_signal_v1"

Definition at line 8 of file signals.py.

◆ PLANNER_CALIBRATION_STATE_VECTOR_PROXY_NAME

string signals.PLANNER_CALIBRATION_STATE_VECTOR_PROXY_NAME = "state_vector_partition_proxy_v1"

Definition at line 9 of file signals.py.