Change values of dpdata.LabeledSystem() and multi frames for ‘abacus/scf’ #454
AroundPeking
started this conversation in
General
Replies: 4 comments 1 reply
|
0 replies
|
Please see the implementation of the following method, and I guess you just need it |
0 replies
|
Thanks! These two methods, .data() and .correction(), can solve my first issue. |
0 replies
|
Hi, @AroundPeking For multiple frames, you can append all |
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.
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?
All reactions