Got more than one wavefunction backupcopies for one MD step

28 views
Skip to first unread message

wk li

unread,
Apr 29, 2023, 10:17:20 AM4/29/23
to cp2k
Dear all,
        I want  to print the wavefunction each MD step by using the keywords below:
         
        &SCF
            ......
            &PRINT
                &RESTART 
                    BACKUP_COPIES  10000
                    &EACH
                        MD  1
                    &END EACH
                &END RESTART
           &END PRINT
        &END SCF
However, I got 33 backupcopies(wfn.bak) and one restart wfn for 9 MD steps and  36 backupcopies for 10 MD steps.  Furthermore, I got 3276 backupcopies of wavefunction for 3273 MD steps. 
My question is why the wavefunction not print each MD step and according to which factor it prints(computing time? MD step?) How can I only get one wavefunction for one MD step?  
       Thank you!
        Best regards,
                                                                                                                    WK Li

Krack Matthias

unread,
May 2, 2023, 4:03:40 AM5/2/23
to cp...@googlegroups.com

Hi

 

The following should print the wfn restart file of the converged wavefunction after each MD step

...

&SCF

  …

  &PRINT

   &RESTART

    BACKUP_COPIES 0

    COMMON_ITERATION_LEVELS 1

    LOG_PRINT_KEY yes

   &END RESTART

  &END PRINT

&END SCF

 

M.

--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/47d87822-834f-4e45-8ce6-53299cc361fcn%40googlegroups.com.

wk li

unread,
May 3, 2023, 5:40:32 AM5/3/23
to cp2k

Dear Matthias,

 Thanks for your help! I will modify my input.
 
And something maybe  helpful to others that the CP2K print the backupcopies of wavefunction every 20 iterations before converged(eg, 40 iterations for one SCF generate 2 backupcopies while 42 iterations generate 3 backupcopies).

best regards,

                                               WK LI
Reply all
Reply to author
Forward
0 new messages