Target

class boulderopal.graph.Target(operation, value_shape)

A target gate for an infidelity calculation.

Variables

value_shape (tuple) – 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.

Was this useful?