qiskit.ignis.verification.CNOTDihedral.dot¶
-
CNOTDihedral.
dot
(other, qargs=None)[source]¶ Return the right multiplied operator self * other.
- Parameters
other (CNOTDihedral) – an operator object.
qargs (None) – using specific qargs is not implemented for this operator.
- Returns
The operator self * other.
- Return type
- Raises
QiskitError – if operators have incompatible dimensions for composition.
NotImplementedError – if qargs is not None.