Clifford.dot¶
- Clifford.dot(other, qargs=None)[source]¶
Return the right multiplied operator self * other.
- Parameters
other (Clifford) – an operator object.
qargs (list or None) – a list of subsystem positions to apply other on. If None apply on all subsystems [default: None].
- Returns
The operator self * other.
- Return type
- Raises
QiskitError – if operators have incompatible dimensions for composition.