Replies: 1 comment 1 reply
-
Thanks for the question!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to use DeepMD-kit to fit per-atom properties, such as charge, magnetization for each atom.
I plan to use
model[standard]/fitting_net[property]
. In the example (https://github.com/deepmodeling/deepmd-kit/tree/r3.0/examples/property), it fits the global intensive properties withintensive=True
. If I want to fit per-atom properties, should I setintensive=False
, and prepare theproperty.npy
file in(nframes, ndim*natoms)
shape?Beta Was this translation helpful? Give feedback.
All reactions