-
I am training an element PD, I have many structures with different atom numbers. I have many OUTCARs. Is it possible to use these OUTCARS(only with one step self-consistent computing), to train a initial *pd.file ? After I run the script: from dpdata import LabeledSystem,MultiSystems ms.to_deepmd_raw('deepmd') $ cd deepmd;tree, I got: My second question is that, if possible, how do I modify my Li.json file before train?
how to modify the "systems": ["./"], part? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
RTD https://deepmd.readthedocs.io/en/master/train-input.html |
Beta Was this translation helpful? Give feedback.
-
Something like |
Beta Was this translation helpful? Give feedback.
-
@zcb-code Note: if you are using either v1.3.0, v1.3.1, v1.3.2, or v1.3.3, the key |
Beta Was this translation helpful? Give feedback.
Something like
["data/Li1", "data/Li2", "data/Li3"]
. I suggest to write a script to generate it.