get_dependencies

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

CalibrationGraph.get_dependencies(node)

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

Parameters:

node (CalibrationNode) – The node whose dependents you want to determine. It must belong to this calibration graph.

Returns:

A list of nodes on which this node depends.

Return type:

list[CalibrationNode]