barrier

barrier#

Barrier metaoperation.

The barrier is an n-qubit metaoperation that forces a specific temporal ordering on the quantum operations on different sides of it (the ones preceding the barrier are always executed first).

Full path: iqm.pulse.gates.barrier

Classes

Barrier

GateImplementation for the n-qudit barrier metaoperation.

Inheritance

digraph inheritance639e10fa75 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [URL="https://docs.python.org/3.11/library/abc.html#abc.ABC",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Helper class that provides a standard way to create an ABC using"]; "Barrier" [URL="iqm.pulse.gates.barrier.Barrier.html#iqm.pulse.gates.barrier.Barrier",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="GateImplementation for the n-qudit ``barrier`` metaoperation."]; "GateImplementation" -> "Barrier" [arrowsize=0.5,style="setlinewidth(0.5)"]; "GateImplementation" [URL="iqm.pulse.gate_implementation.GateImplementation.html#iqm.pulse.gate_implementation.GateImplementation",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="ABC for implementing quantum gates and other quantum operations using instruction schedules."]; "ABC" -> "GateImplementation" [arrowsize=0.5,style="setlinewidth(0.5)"]; }