Skip to content

nlft_qsp.numerics

Module dealing with floating point types and error tolerance.

Attributes:

Name Type Description
complex_type TypeAlias

Type used throughout the package for real numbers.

float_type TypeAlias

Smallest possible error possible with the working floating-point type.

complex_type: TypeAlias = np.complex128 module-attribute

Type used throughout the package for real numbers.

float_type: TypeAlias = np.float64 module-attribute

Smallest possible error possible with the working floating-point type.