Skip to main content

/

Symbol of RealMPS.

Overloads

NameDescription
(const RealMPS lhs / integer scalar) -> RealMPSScalar division of an Matrix Product State (MPS) with Real values.
(const RealMPS lhs / real scalar) -> RealMPSScalar division of an Matrix Product State (MPS) with Real values.

(const RealMPS lhs / integer scalar) -> RealMPS

Scalar division of an Matrix Product State (MPS) 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 MPS with all tensors divided by the scalar.

(const RealMPS lhs / real scalar) -> RealMPS

Scalar division of an Matrix Product State (MPS) 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 MPS with all tensors divided by the scalar.