![]() |
Tensor Network Theory Library
Beta release 1.2.0
A library of routines for performing TNT-based operations
|
tntComplex type definition as a structure with real (.re) and imaginary (.im) parts.
Data Fields | |
double | im |
double | re |
double tntComplex::im |
Imaginary component
Definition at line 67 of file tnt.h.
Referenced by tntAtoC(), tntComplexToReal(), tntMpsCreateMpo(), tntMpsCreatePropArray(), tntMpsCreatePropST2sc(), tntMpsProcessSysOptions(), and tntNodeScaleReal().
double tntComplex::re |
Real component
Definition at line 66 of file tnt.h.
Referenced by tntAtoC(), tntComplexToReal(), tntDmrgLocalOps(), tntMpsCreateMpo(), tntMpsCreatePropArray(), tntMpsCreatePropST2sc(), tntMpsProcessSysOptions(), tntMpsSelfProduct(), and tntNodeScaleReal().