32 template <
class SymmGroup>
35 if (parms[
"COMPLEX"]) {
36 run_eigenstate_sim<cmatrix, SymmGroup>(parms, write_xml, rt);
38 run_eigenstate_sim<matrix, SymmGroup>(parms, write_xml, rt);
definition of matrix types used for compiling the spezialized functions
compute requested eigenstates and perform measurements
wrapper of eigenstate_sim for symmetry factory
void run(DmrgParameters &parms, bool write_xml, run_type rt)