--
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/da9f11a5-671d-42c6-b12a-8e89aa3e4330%40googlegroups.com.
Dear Brandon,the printing of the wavefunction file is controlled in the sub-section:FORCE_EVAL / DFT / SCF / PRINT / RESTARTYou want something like this:&FORCE_EVAL&DFT&SCF&RESTART&EACHMD 1&END EACH&RESTART...&END PRINT...&END SCF...&END DFT...$END FORCE_EVAL
On Sat, 10 Aug 2019 at 18:16, Brandon Meza Gonzalez <bran...@gmail.com> wrote:
Dear, CP2K users,--I am calculating AIMD, and I wonder:Is it possible to print a wfn/wfx file in each step of trajectory?How could I do it?
Thanks for your value timeBest regardsBrandon Meza
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 cp...@googlegroups.com.
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/2d284e94-f623-4b77-b99d-2132030b2aae%40googlegroups.com.
Dear Brandon,
The aforementioned wave function file serves as a restart point for the solution of the KS equations. For the purpose you mention, take a look at the .cube files generated in the section:You can print the final electronic density as well (and also spin density in the case of spin polarized calculations):Just for the sake of completness, cube files are human-readable, and represent volumetric data on a regular grid. The format is explained here: http://paulbourke.net/dataformats/cube/There is a handy tool on the CP2K website to process cube files: https://www.cp2k.org/tools:cubecruncherAlternatively, you can easily write your own scripts to handle them.Yours sincerely,Patrick Gono
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/2d284e94-f623-4b77-b99d-2132030b2aae%40googlegroups.com.