Using VASP's ML-FF in 3rd party MD packages
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 11
- Joined: Sun Nov 17, 2019 7:39 pm
Using VASP's ML-FF in 3rd party MD packages
Hi VASP Community,
Is there anyway by which we can export the Machine Learning Force Field(ML-FF) generated by VASP ML module to be used as a force fields in 3rd party MD package i.e. LAMMPS, AMBER etc.
If there is no direct way, could ASE[1] can be use to wrap external MD package with VASP's ML FF files.
Thank you.
[1]
https://wiki.fysik.dtu.dk/ase/
Is there anyway by which we can export the Machine Learning Force Field(ML-FF) generated by VASP ML module to be used as a force fields in 3rd party MD package i.e. LAMMPS, AMBER etc.
If there is no direct way, could ASE[1] can be use to wrap external MD package with VASP's ML FF files.
Thank you.
[1]
https://wiki.fysik.dtu.dk/ase/
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Using VASP's ML-FF in 3rd party MD packages
At the moment there is no way to run the force field in any other MD program. In principle a separate interface has to be written to every program separately.
We are currently working on an interface for LAMMPS, but it will take some time since LAMMPS enforces very different parallelization schemes.
We are currently working on an interface for LAMMPS, but it will take some time since LAMMPS enforces very different parallelization schemes.
-
- Newbie
- Posts: 1
- Joined: Fri Nov 15, 2019 4:01 pm
Re: Using VASP's ML-FF in 3rd party MD packages
Hi there,
Any update on this? Can ML_FF now be interfaced with LAMMPS?
Thank you,
Kiran
Any update on this? Can ML_FF now be interfaced with LAMMPS?
Thank you,
Kiran
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Using VASP's ML-FF in 3rd party MD packages
We are working on a rewrite of the code in C++. This will be used for the interfacing.
Unfortunately it will still take a while until the interface is ready.
Unfortunately it will still take a while until the interface is ready.
-
- Newbie
- Posts: 2
- Joined: Sat Oct 28, 2023 12:26 am
Re: Using VASP's ML-FF in 3rd party MD packages
Hi there,
I really need the interface with Lammps soon. Sorry for asking so frequently. Would you mind sharing the current C++ version on GitHub?
Thanks!
I really need the interface with Lammps soon. Sorry for asking so frequently. Would you mind sharing the current C++ version on GitHub?
Thanks!
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Using VASP's ML-FF in 3rd party MD packages
Unfortunately our C++ code is not finished. We are working strongly on the interfacing. The interface itself is easy, so in principle as soon as the C++ is done the interface is ready.
-
- Newbie
- Posts: 1
- Joined: Mon Dec 05, 2022 9:59 pm
Re: Using VASP's ML-FF in 3rd party MD packages
Hello,
Has there been any update on this? Can ML_FF now be interfaced with LAMMPS?
Thank you,
Elizabeth
Has there been any update on this? Can ML_FF now be interfaced with LAMMPS?
Thank you,
Elizabeth
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Using VASP's ML-FF in 3rd party MD packages
We are still not finished with the C++ code. We will anounce it as soon as it is ready and will possibly have a separate realease for it.