CalibrationGraph

The Q-CTRL Experiment Scheduler is currently in alpha phase of development. Breaking changes may be introduced.

class CalibrationGraph

A class that defines a graph with all the steps of a calibration.

Methods

create_node

Add a node to the calibration graph.

create_variable

Add a variable to the calibration graph.

execute

Execute calibrations in a graph in sequence, with the intention of keeping the selected node in a calibrated state.

get_dependencies

Return a list of nodes on which the provided node depend.

get_node

Return the node with this name, if present in the graph.

get_variable

Return the variable with this name, if present in the graph.

visualize

Create a visualization of the CalibrationGraph as a directed graph, where each edge is an arrow between exactly two nodes.