Change values of dpdata.LabeledSystem() and multi frames for ‘abacus/scf’ #454
Replies: 4 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Please see the implementation of the following method, and I guess you just need it |
Beta Was this translation helpful? Give feedback.
-
Thanks! These two methods, .data() and .correction(), can solve my first issue. |
Beta Was this translation helpful? Give feedback.
-
Hi, @AroundPeking For multiple frames, you can append all
|
Beta Was this translation helpful? Give feedback.
-
Two questions I wanna ask:
and issue showed:
So I wanna ask how to change the values conveniently?
dsys = dpdata.LabeledSystem(dir,fmt="abacus/scf") to load and then transform them to deepmd format for training. But it seems that dpdata.LabeledSystem(dir,fmt="abacus/scf") do not support multi frames.
How can I load them conveniently?
Beta Was this translation helpful? Give feedback.
All reactions