Skip to content

Commit

Permalink
Fix bug in excited state calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
quanp authored and bogdanoff committed Oct 22, 2019
1 parent 57dcb27 commit 482bda2
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 @@ -139,7 +139,7 @@ void block_calldmrg (
}
else {
if(Restart == 1 && N_roots > 1)
fcon << "restart" << endl;
fcon << "fullrestart" << endl;
else
fcon << "fullrestart" << endl;
fcon << "reset_iter" << endl;
Expand Down

0 comments on commit 482bda2

Please sign in to comment.