ScalarOp.dot¶
- ScalarOp.dot(other, qargs=None)¶
Return the right multiplied operator self * other.
- Parameters
other (BaseOperator) – 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
BaseOperator
- Raises
QiskitError – if other cannot be converted to an operator, or has incompatible dimensions for specified subsystems.