Skip to content

Commit

Permalink
Update block_calldmrg.C
Browse files Browse the repository at this point in the history
Improve convergence
  • Loading branch information
quanp authored and bogdanoff committed Oct 22, 2019
1 parent d7d7f52 commit a1b4198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molcas/block_calldmrg.C
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void block_calldmrg (
fcon << "end" << endl;

if(Restart == 0) {
fcon << "warmup local_3site" << endl;
fcon << "warmup local_4site" << endl;
}
else {
if(Restart == 1 && N_roots > 1)
Expand Down

0 comments on commit a1b4198

Please sign in to comment.