Target

class boulderopal.graph.Target(operation, value_shape)

A target gate for an infidelity calculation.

Variables:

value_shape (tuple[int, ...]) – The shape of the target gate operation.

See also

Graph.target

Operation to define the target operation of a time evolution.

Notes

The value of Target nodes is not fetchable from graphs. Therefore, they do not have a name attribute.