get_node

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

CalibrationGraph.get_node(name)

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

Parameters:

name (str) – The name of the node to fetch.

Returns:

The node from the graph whose name matches the name provided.

Return type:

CalibrationNode