Settings for the first principles calculation to be performed during MLFF.

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Locked
Message
Author
kai_oshiro
Newbie
Newbie
Posts: 19
Joined: Mon Apr 18, 2022 7:05 am

Settings for the first principles calculation to be performed during MLFF.

#1 Post by kai_oshiro » Wed May 18, 2022 9:53 am

Dear all,

I would like to apply machine learning force fields (MLFF) to the study of strongly correlated electron systems.
So, I'm considering settings for the first principles (FP) calculation to be performed during the MLFF(ML_ISTART=0).

My question is whether the DFT+U method can be used for the FP calculation when learning force fields.
Also, some tags such as GGA or ISPIN were not included in the tutorial INCAR, can they be appled to the FP calculation?

Would you tell me what DFT calculation settings can be applied?

Best regards,
Kai

kai_oshiro
Newbie
Newbie
Posts: 19
Joined: Mon Apr 18, 2022 7:05 am

Re: Settings for the first principles calculation to be performed during MLFF.

#2 Post by kai_oshiro » Thu May 19, 2022 7:48 am

I confirmed that those settings were applied to my MLFF job with " Startparameter for this run:" in OUTCAR.

andreas.singraber
Global Moderator
Global Moderator
Posts: 234
Joined: Mon Apr 26, 2021 7:40 am

Re: Settings for the first principles calculation to be performed during MLFF.

#3 Post by andreas.singraber » Wed May 25, 2022 9:22 am

Hello Kai,

in principle all ab initio features which provide energies and forces (and stresses) can be combined with the machine learning force fields. However, mind that from the perspective of the ML force field there is only structural information from atomic positions. No information about electronic (electronic densities, bands,...) or spin degrees of freedom is passed on to the ML force field. For example, consider a system with multiple spin configurations corresponding to different energies and forces but identical atom positions and lattice. In such case the ML force field cannot distinguish the spin configurations and will be unable to learn them correctly. Does this answer your question?

All the best,

Andreas Singraber and Ferenc Karsai

kai_oshiro
Newbie
Newbie
Posts: 19
Joined: Mon Apr 18, 2022 7:05 am

Re: Settings for the first principles calculation to be performed during MLFF.

#4 Post by kai_oshiro » Tue May 31, 2022 3:11 am

Dear Andreas Singraber and Ferenc Karsai,

Thank you very much for kind reply.

I'd like to confirm about your reply, just in case.

Do you mean that detailed settings of DFT can be applied to the FP calculations when creating the Force Field, but the "trained" Force Field (ML_FF) does not include information such as electronic state or spin?

In other words, the settings of DFT can be used when ML_ISTART=0 or 1, but they do not apply when ML_ISTART=2?

Is my understanding correct?

Best regards,
Kai

andreas.singraber
Global Moderator
Global Moderator
Posts: 234
Joined: Mon Apr 26, 2021 7:40 am

Re: Settings for the first principles calculation to be performed during MLFF.

#5 Post by andreas.singraber » Tue Jun 07, 2022 2:16 pm

Hello Kai,

indeed, ab initio settings in the INCAR file are ignored when VASP is started with ML_ISTART = 2 because this executes the ML force field in "prediction-only" mode. Then, energies and forces are always used directly from the ML prediction to drive the MD simulation and no ab initio calculation is ever performed.

On the other hand, with ML_ISTART = 0 or 1, whenever an ab initio calculation is triggered (check column 5 "doabin" of STATUS line in ML_LOGFILE) the corresponding INCAR settings are applied to carry out first principles calculations.

Best,
Andreas Singraber

kai_oshiro
Newbie
Newbie
Posts: 19
Joined: Mon Apr 18, 2022 7:05 am

Re: Settings for the first principles calculation to be performed during MLFF.

#6 Post by kai_oshiro » Wed Jun 15, 2022 8:45 am

Dear Andreas Singraber,

My problems were solved!

Thank you for all your help!!!

Best,
Kai

Locked