Hi
PBE0 is indeed much more expensive than PBE, especially with MOLOPT basis sets if you do not take advantage of the ADMM implementation (4th task in the tutorial).
Matthias
--
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/72a8b76f-1c3b-4ae3-b09a-1f72da1a036d%40googlegroups.com.
! use ADMM &AUXILIARY_DENSITY_MATRIX_METHOD ! recommended, i.e. use a smaller basis for HFX ! each kind will need an AUX_FIT_BASIS_SET. METHOD BASIS_PROJECTION ! recommended, this method is stable and allows for MD. ! can be expensive for large systems ADMM_PURIFICATION_METHOD MO_DIAG &EN
Hi
Check
CP2K_INPUT
/
FORCE_EVAL
/
DFT
/
AUXILIARY_DENSITY_MATRIX_METHOD
and have a look at
https://manual.cp2k.org/cp2k-7_1-branch/CP2K_INPUT/FORCE_EVAL/SUBSYS/KIND.html#BASIS_SET and
https://manual.cp2k.org/cp2k-7_1-branch/CP2K_INPUT/FORCE_EVAL/DFT.html#list_BASIS_SET_FILE_NAME or
as well to define the auxiliary basis set using BASIS_SET AUX <FIT…>
Matthias
Von: cp...@googlegroups.com <cp...@googlegroups.com>
Im Auftrag von Nat
Gesendet: Mittwoch, 26. Februar 2020 19:09
An: cp2k <cp...@googlegroups.com>
Betreff: Re: [CP2K:12930] How to set up an input file that uses the PBE0 functional: my version runs extremely slowly.
Dear Matthias,
Thank you very much for your reply. I saw that section in the tutorial and didn't understand the significance of it. If you have time, do you exactly where in the input file to put these lines (below) from the ADMM section? Should anywhere in the &XC section be OK?
I knew a PBE0 simulation would take longer than PBE, but I'm very surprised to find it's so much longer. I think I would have to live to 100 for my current simulation to finish! Thank you.
! use ADMM
&AUXILIARY_DENSITY_MATRIX_METHOD
! recommended, i.e. use a smaller basis for HFX
! each kind will need an AUX_FIT_BASIS_SET.
METHOD BASIS_PROJECTION
! recommended, this method is stable and allows for MD.
! can be expensive for large systems
ADMM_PURIFICATION_METHOD MO_DIAG
&EN
--
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/84c8c781-102b-45d7-888b-377e0930690c%40googlegroups.com.