Skip to content

Commit

Permalink
Merge pull request #14 from xrq-phys/patch-2
Browse files Browse the repository at this point in the history
Add cTPQ comment to sample calcmod.def
  • Loading branch information
k-yoshimi authored Jul 29, 2022
2 parents ea75a42 + 48086a8 commit 9296776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StdFace_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static void PrintCalcMod(struct StdIntList *StdI)
}

fp = fopen("calcmod.def", "w");
fprintf(fp, "#CalcType = 0:Lanczos, 1:TPQCalc, 2:FullDiag, 3:CG, 4:Time-evolution\n");
fprintf(fp, "#CalcType = 0:Lanczos, 1:TPQCalc, 2:FullDiag, 3:CG, 4:Time-evolution 5:cTPQ\n");
fprintf(fp, "#CalcModel = 0:Hubbard, 1:Spin, 2:Kondo, 3:HubbardGC, 4:SpinGC, 5:KondoGC\n");
fprintf(fp, "#Restart = 0:None, 1:Save, 2:Restart&Save, 3:Restart\n");
fprintf(fp, "#CalcSpec = 0:None, 1:Normal, 2:No H*Phi, 3:Save, 4:Restart, 5:Restart&Save\n");
Expand Down

0 comments on commit 9296776

Please sign in to comment.