Replies: 1 comment 2 replies
-
You should use the same box as that in the DFT calculation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working with DeepMD-kit v2.2.10 on a periodic system with a hexagonal lattice, but I'm struggling with the box definition in
box.raw
.The system has the following box parameters:
I've tried two different representations for
box.raw
(xx xy xz yx yy yz zx zy zz):15.297 0 0 −7.6485 13.2476 0 0 0 11.219
7.6485 -13.2475906 0 7.6485 13.2475906 0 0 0 11.219
(from CASTEP)In both cases, I get exactly the same fitting on 1000 frames:

For comparison, I also trained on a similar system in a cubic box:
box.raw = (16 0 0 0 16 0 0 0 16)
The fitting is better (not perfect since it's trained on 250,000 steps with only 400 frames):

Could someone help me understand what I'm doing wrong with the hexagonal lattice? Any insights would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions