Replies: 1 comment 2 replies
-
|
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
-
Dear all,
I would like to run dpgen for the multi_systems, for example CxHy systems (x=0,1; y=2, 4), i.e. containing H2, CH2, CH4 three systems. Firstly, I generated and prepared the initial data in following three directories: H2.POSCAR.01x01x01/02.md/sys-0002/deepmd, CH2.POSCAR.01x01x01/02.md/sys-0002-0001/deepmd and CH4.POSCAR.01x01x01/02.md/sys-0004-0001/deepmd. In this step, I adopted the "elements":["H"], ["H","C"], ["H","C"] with "type_map" : ["H","C"] for each running of "dpgen init_bulk PARAM".
Then, I met some problems in param.json for main process. According to the descriptions, I added '"init_multi_systems": true,' and modified ' "init_data_prefix": "/path/to/init/" "init_data_sys": [ "H2.POSCAR.01x01x01/02.md/sys-0002/deepmd", "CH2.POSCAR.01x01x01/02.md/sys-0002-0001/deepmd","CH4.POSCAR.01x01x01/02.md/sys-0004-0001/deepmd"], but the dpgen code cannot find the correct directories containing three systems. Anyone knows how to fix it? Any other more setting about "sys_configs" and training process?? Many thanks.
Best regards.
Wayne
Beta Was this translation helpful? Give feedback.
All reactions