deltakit.circuit.gates.SymmetricTwoQubitGate#
- class deltakit.circuit.gates.SymmetricTwoQubitGate(operand1: UT | T, operand2: VT | T, *, tag: str | None = None)#
Bases:
TwoOperandGate[Qubit[T],Qubit[T]]Abstraction of a two-qubit gate which is symmetric in the control and target qubits. This means equality can be relaxed between two symmetric gates.
- Parameters:
- stim_string#
The string that stim associates with this gate.
- Type:
str
Methods#
Yield an class instance for each pair in a flattened sequence of data. |
|
Get the stim gate targets which define this operation. |
|
Transform this gates's qubits according to the id mapping. |