Skip to main content

+=

Symbol of RealMPO.

(RealMPO lhs += const RealMPO rhs) -> RealMPO

In-place addition of two Matrix Product Operators (MPO) with Real values.

Adds the right-hand side MPO to the left-hand side MPO, modifying the left operand in-place.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand side Matrix Product Operator to add.

Returns

Reference to the modified MPO.