-
Hello! Context and models trained: DPLR MD with Lammps:
=> Nothing works, the two first tries output the same error: Code snippet 1:
Code snippet 2:
Do you have any experience with different atoms associated with their own Wannier centroid? From the fact that Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I would suggest that you set the Wannier centroids (WCs) for different atom types also as different types. For example, if your system is NaCl solution. You can set O as atom type 1, H as atom type 2, Na as atom type 3, Cl as atom type 4, the WCs of O as type 5, the WCs of Na as type 6, and the WCs of Cl as type 7. Then, there are 3 bond types, bond type 1 between atom types 1 and 5, bond type 2 between atom types 3 and 6, and bond type 3 between atom types 4 and 7. In Lammps input, just one "fix dplr" is enough. Following are some settings for this system. Training DW model: Training DPLR model: Lammps input: |
Beta Was this translation helpful? Give feedback.
Hi,
I would suggest that you set the Wannier centroids (WCs) for different atom types also as different types. For example, if your system is NaCl solution. You can set O as atom type 1, H as atom type 2, Na as atom type 3, Cl as atom type 4, the WCs of O as type 5, the WCs of Na as type 6, and the WCs of Cl as type 7. Then, there are 3 bond types, bond type 1 between atom types 1 and 5, bond type 2 between atom types 3 and 6, and bond type 3 between atom types 4 and 7. In Lammps input, just one "fix dplr" is enough.
Following are some settings for this system.
Training DW model:
"fitting_net": {
"type": "dipole",
"sel_type": [
0,
2,
3
],
Training DPLR model:
"modifier": {
"type": "dipole…