Datatypes & Common Macros
-
type gf_complex_t
[source] Green’s function complex type. uses
complex128_tif USE_GF_FLOATS is not defined. Otherwise,complex64_tis used
-
IDX8(i, j, k, l, m, n, o, p, nj, nk, nl, nm, nn, no, np)
[source] rank-8 tensor index in C-style ordering
-
XORSWAP_UNSAFE(a, b)
[source] swap operands using the XOR-swap algorithm, fails if applied on the same element.
-
XORSWAP(a, b)
[source] swap operands using the XOR-swap algorithm, but first check if their addresses are equal.