Passes events in a given quadrant of a 2d-plot.
| Parameters: | vert : tuple
channels : [‘channel 1 name’, ‘channel 2 name’]
region : [‘top left’, ‘top right’, ‘bottom left’, ‘bottom right’]
name : str
|
|---|
Methods
| plot([flip, ax_channels, ax]) | Plots the gate. |
| validiate_input() | Optional method to be defined by derived class |
Plots the gate.
| Parameters: | ax : axes to use for plotting the gate on flip : boolean
|
|---|---|
| Returns: | Reference to created artists. : |