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

Functions

def _apply_member_to_qiskit
 
def _build_planner_calibration_calibration_records_cached ()
 
def _flatten_members (descriptor_set)
 
def _member_parameter_value
 
def _requires_external_reference
 
def build_planner_calibration_calibration_record
 
def build_planner_calibration_calibration_records ()
 
def execute_qiskit_density_reference
 

Variables

string PLANNER_CALIBRATION_CALIBRATION_RECORD_SCHEMA_VERSION = "phase3_planner_calibration_record_v1"
 
tuple PLANNER_CALIBRATION_EXTERNAL_REFERENCE_CONTINUITY_QUBITS = (4,)
 
string PLANNER_CALIBRATION_REFERENCE_BACKEND = "qiskit_aer_density_matrix"
 

Function Documentation

◆ _apply_member_to_qiskit()

def calibration_records._apply_member_to_qiskit (   qc)
private

Definition at line 51 of file calibration_records.py.

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

◆ _build_planner_calibration_calibration_records_cached()

def calibration_records._build_planner_calibration_calibration_records_cached (   tuple,
  dict 
)
private

Definition at line 203 of file calibration_records.py.

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

◆ _flatten_members()

def calibration_records._flatten_members (   descriptor_set)
private

Definition at line 39 of file calibration_records.py.

Here is the caller graph for this function:

◆ _member_parameter_value()

def calibration_records._member_parameter_value (   parameters)
private

Definition at line 45 of file calibration_records.py.

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

◆ _requires_external_reference()

def calibration_records._requires_external_reference (   metadata)
private

Definition at line 108 of file calibration_records.py.

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

◆ build_planner_calibration_calibration_record()

def calibration_records.build_planner_calibration_calibration_record (   metadata)

Definition at line 116 of file calibration_records.py.

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

◆ build_planner_calibration_calibration_records()

def calibration_records.build_planner_calibration_calibration_records (   list,
  dict 
)

Definition at line 216 of file calibration_records.py.

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

◆ execute_qiskit_density_reference()

def calibration_records.execute_qiskit_density_reference (   descriptor_set,
  parameters 
)

Definition at line 97 of file calibration_records.py.

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

Variable Documentation

◆ PLANNER_CALIBRATION_CALIBRATION_RECORD_SCHEMA_VERSION

string calibration_records.PLANNER_CALIBRATION_CALIBRATION_RECORD_SCHEMA_VERSION = "phase3_planner_calibration_record_v1"

Definition at line 34 of file calibration_records.py.

◆ PLANNER_CALIBRATION_EXTERNAL_REFERENCE_CONTINUITY_QUBITS

tuple calibration_records.PLANNER_CALIBRATION_EXTERNAL_REFERENCE_CONTINUITY_QUBITS = (4,)

Definition at line 36 of file calibration_records.py.

◆ PLANNER_CALIBRATION_REFERENCE_BACKEND

string calibration_records.PLANNER_CALIBRATION_REFERENCE_BACKEND = "qiskit_aer_density_matrix"

Definition at line 35 of file calibration_records.py.