Define some type aliases and string constants for the KadanoffBaym library.

Numerical Types

KadanoffBaym.APRType
APR

Alias of Integer and Float types (Arbitrary Precision). Here R means Real.

See also: N32, N64, APN.

KadanoffBaym.N32Type
N32

Alias of Integer, Float, and Complex types (32 bit). Here N means Number.

See also: R32, R64, APR.

KadanoffBaym.N64Type
N64

Alias of Integer, Float, and Complex types (64 bit). Here N means Number.

See also: R32, R64, APR.

KadanoffBaym.APNType
APN

Alias of Integer, Float, and Complex types (Arbitrary Precision). Here N means Number.

See also: R32, R64, APR.

String Constants

Utilities