Skip to main content

/=

Symbol of RealMPO.

Overloads

NameDescription
(RealMPO lhs /= integer scalar) -> RealMPOIn-place scalar division of an Matrix Product Operator (MPO) with Real values.
(RealMPO lhs /= real scalar) -> RealMPOIn-place scalar division of an Matrix Product Operator (MPO) with Real values.

(RealMPO lhs /= integer scalar) -> RealMPO

In-place scalar division of an Matrix Product Operator (MPO) with Real 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.

(RealMPO lhs /= real scalar) -> RealMPO

In-place scalar division of an Matrix Product Operator (MPO) with Real 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.