/=
Symbol of ComplexMPO.
Overloads
| Name | Description |
|---|---|
(ComplexMPO lhs /= complex scalar) -> ComplexMPO | In-place scalar division of an Matrix Product Operator (MPO) with Complex values. |
(ComplexMPO lhs /= real scalar) -> ComplexMPO | In-place scalar division of an Matrix Product Operator (MPO) with Complex values. |
(ComplexMPO lhs /= integer scalar) -> ComplexMPO | In-place scalar division of an Matrix Product Operator (MPO) with Complex values. |
(ComplexMPO lhs /= complex scalar) -> ComplexMPO
In-place scalar division of an Matrix Product Operator (MPO) with Complex values.
warning
Repeated use of this operation can make the numerics unstable, leading to poor accuracy.
Parameters
- lhs: Left-hand side value.
- scalar: The scalar value to divide by.
Returns
Reference to the modified MPO.
(ComplexMPO lhs /= real scalar) -> ComplexMPO
In-place scalar division of an Matrix Product Operator (MPO) with Complex values.
warning
Repeated use of this operation can make the numerics unstable, leading to poor accuracy.
Parameters
- lhs: Left-hand side value.
- scalar: The scalar value to divide by.
Returns
Reference to the modified MPO.
(ComplexMPO lhs /= integer scalar) -> ComplexMPO
In-place scalar division of an Matrix Product Operator (MPO) with Complex values.
warning
Repeated use of this operation can make the numerics unstable, leading to poor accuracy.
Parameters
- lhs: Left-hand side value.
- scalar: The scalar value to divide by.
Returns
Reference to the modified MPO.