get_variable

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

CalibrationGraph.get_variable(name)

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

Parameters:

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

Returns:

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

Return type:

Variable