StabilizerTable.multiply¶
- StabilizerTable.multiply(other)¶
Return the linear operator other * self.
DEPRECATED: use
other * operator
instead.- Parameters
other (complex) – a complex number.
- Returns
the linear operator other * self.
- Return type
BaseOperator
- Raises
NotImplementedError – if subclass does not support multiplication.