Re: Problems with MD restart and rmm-diisv ( No.1 ) |
- Date: 2021/08/04 21:40
- Name: T. Ozaki
- Hi,
Thank you very much for your report. In fact, this is a bug which will be fixed in an upcoming patch.
Temporary, one can correct the bug by changing the line 48 of Mixing_V.c:
if (MD_iter==1 && SCF_iter==1){
to
if (SCF_iter==1){
I have confirmed that it works for the example of Gly_NH.dat.
Regards,
TO
|
Re: Problems with MD restart and rmm-diisv ( No.2 ) |
- Date: 2021/08/04 21:40
- Name: Pavel Ondracka <pavel.ondracka@email.cz>
- Just to be 100% sure, this should not have any negative consequences when I'm using rmm-diisv and with the core-hole final-state calculations (when restarting from the initial state), right? The MD_iter==1 condition should be fulfilled IMO.
|
Re: Problems with MD restart and rmm-diisv ( No.3 ) |
- Date: 2021/08/04 21:44
- Name: T. Ozaki
- Hi,
There is no negative effect by the modification for the line 48 of Mixing_V.c.
Regards,
TO
|