dpgen2
dpgen2 copied to clipboard
implement more OPs and workflows
DPGEN2 refactor DP-GEN based on dflow. The technical details can be found here. Currently, we have only implemented DP+LAMMPS+VASP workflow.
The following features, which are part of DP-GEN, have not been implemented into DPGEN2 yet:
-
Workflows
- [ ] simplify
- [ ] init data
- MD OPs
- [ ] Gromacs
- [ ] AMBER
- [ ] calypso
- [ ] extra features like enhanced sampling
- FP OPs
- [ ] cp2k
- [ ] gaussian
- [ ] siesta
- [ ] abacus
- [ ] Taking clusters for sampling
DPGEN2 also accepts features that were not implemented in DP-GEN.
Notes:
- Unit tests and examples should be added.
- PEP-8 should be obeyed.
- DP-GEN codes can be reused under the LGPL-3.0 license.
- DPGEN2 offers some useful utils, including dpgen2.utils.chdir.set_directory and dpgen2.utils.run_command.run_command.
DeepModeling Hackathon 2.0 task
Implement 3 new OPs or workflows as mentioned above. Successfully run examples through the command interface (CLI) with new OPs or workflows. Open pull requests to submit new OPs, CLI, unit tests, and examples.
https://github.com/deepmodeling/dpgen2/pull/238