4Branches31Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 2,168 Commits .github build(deps): bump codecov/codecov-action from 4 to 5 (#1673) Nov 23, 2024 ...
git clone https://github.com/deepmodeling/dpgen.git then you may install DP-GEN easily by: cd dpgen pip install --user . With this command, the dpgen executable is install to $HOME/.local/bin/dpgen. You may want to export the PATH by export PATH=$HOME/.local/bin/dpgen:$PATH To...
DP-GEN (Deep Generator) is a software written in Python, delicately designed to generate a deep learning based model of interatomic potential energy and force field. DP-GEN is depedent on DeepMD-kit (https://github.com/deepmodeling/deepmd-kit/blob/master/README.md). With highly scalable int...
DP-GEN (Deep Generator) is a software written in Python, delicately designed to generate a deep learning based model of interatomic potential energy and force field. DP-GEN is depedent on DeepMD-kit (https://github.com/deepmodeling/deepmd-kit/blob/master/README.md). With highly scalable int...
Install from source code: git clone https://github.com/deepmodeling/dpgen && pip install ./dpgenTo test if the installation is successful, you may executedpgen -hWorkflows and usageDP-GEN contains the following workflows:dpgen run: Main process of Deep Potential Generator. Init: Generating ...
Name Last commit message Last commit date Latest commit zjgemi Fix init_model_old_ratio for multitask (deepmodeling#221) May 17, 2024 76c9657·May 17, 2024 History 279 Commits .github CI: Mirror the repository to Gitee (deepmodeling#212) ...
相关设置可以参考:github.com/deepmodeling.注:a.其中的 batch_size 值会被init_batch_size 和 sys_batch_size 值覆盖;b.一般推荐令: stop_batch = 200 *decay_steps # exploration过程的 model_devi参数设置 (lammps MD参数) model_devi_dt Float 0.001 指定 本次迭代中 01.model_devi MD 的时间步长,...
.github CI: Bump codecov/codecov-action from v3 to v4 (deepmodeling#1491) Mar 25, 2024 conda drop Python 3.8 support (deepmodeling#1264) Jul 5, 2023 doc docs: update installation documentation (deepmodeling#1372) Oct 31, 2023 dpgen [pre-commit.ci] pre-commit autoupdate (deepmodeling#1483...
首先在DeePMD-kit的GitHub页面下载安装包,下面是他们的GitHub链接 https://github.com/deepmodeling/deepmd-kit/releasesgithub.com/deepmodeling/deepmd-kit/releases ps:如果你很难登录GitHub,可以使用羽翼城大佬开发的steamcommunity 302,不仅可以加速GitHub,像steam等平台都可以进行加速,非常方便 steamcommunity 302 ...
Install from source code:git clone https://github.com/deepmodeling/dpgen && pip install ./dpgen To test if the installation is successful, you may execute dpgen -h Workflows and usage DP-GEN contains the following workflows: dpgen run: Main process of Deep Potential Generator. ...