Skip to main content

/

Symbol of RealMPO.

Overloads

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

(const RealMPO lhs / integer scalar) -> RealMPO

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

A new MPO with all tensors divided by the scalar.

(const RealMPO lhs / real scalar) -> RealMPO

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

A new MPO with all tensors divided by the scalar.