deepmodeling / dpgen2

2nd generation of the Deep Potential GENerator
https://docs.deepmodeling.com/projects/dpgen2/
GNU Lesser General Public License v3.0
30 stars 22 forks source link

implement more OPs and workflows #64

Open njzjz opened 1 year ago

njzjz commented 1 year ago

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:

DPGEN2 also accepts features that were not implemented in DP-GEN.


Notes:

  1. Unit tests and examples should be added.
  2. PEP-8 should be obeyed.
  3. DP-GEN codes can be reused under the LGPL-3.0 license.
  4. DPGEN2 offers some useful utils, including dpgen2.utils.chdir.set_directory and dpgen2.utils.run_command.run_command.
njzjz commented 1 year ago

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.

zjgemi commented 1 week ago

https://github.com/deepmodeling/dpgen2/pull/238