Hello,
I apologize for providing my response so late. I have already tested the first two approaches you suggested and obtained the following conclusions.
1.For the first approach, the improvement in computational speed is not very significant. This may be because I am running the calculations on a supercomputing platform; the speed-up might be much more noticeable on a local machine.
I then adjusted the values of ML_RCUT1 and ML_RCUT2. When using ML_RCUT1 = 5.0 and ML_RCUT2 = 4.0, the corresponding log file is shown in lammps-1, and the simulation speed is roughly twice that of the initial setup.
Subsequently, following your method, I determined that the value corresponding to two shells is approximately 3.7 Å. Therefore, I set ML_RCUT1 = 3.7 and ML_RCUT2 = 4.4. The log file for this configuration is shown in lammps-2, and the speed is about four times faster than the original case.
2.However, the MSD results obtained from these two simulations differ substantially. How can I determine whether the force field I have trained is truly suitable for use in LAMMPS and capable of reliably producing the results required for my target study? In addition, when examining the training performance of my ML_AB file, I obtained the following output:
[a0s002271@ln24%bscc-a SiC-refit-revise]$ grep '^ERR' ML_LOGFILE | awk '{print $1,$2,$3,$4,$5}'
ERR 0 2.00516992E-02 2.53558790E-01 3.31577788E+00
According to the guidelines you provided:https://vasp.at/wiki/Best_practices_for ... rce_fields
the force error is quite large. When I perform ML_MODE = refit using different combinations of ML_RCUT1 and ML_RCUT2, the resulting errors do vary, but they remain relatively large in all cases. My sampling was conducted under an NPT ensemble with temperatures ranging from 2000 K to 3000 K. How can I improve this situation? For sampling, I performed separate ab initio molecular dynamics (AIMD) simulations from scratch. My structures (POSCAR files) include pure SiC, and SiC doped with 1%, 3%, 5%, 8%, and 10% Ag. I then merged the ML_AB files generated under these different configurations using the method described on your website:https://vasp.at/wiki/ML_AB.
After that, I executed ML_MODE=select and ML_MODE=refit to generate the final ML_FF file.
Below are the ML_AB files for each configuration, the merged ML_AB file, the final ML_FF file, as well as the corresponding LAMMPS input files.
https://1drv.ms/f/c/b8ec5e7d661b03f9/Ig ... A?e=I7uICZ
Best wishes!