deepmd-kit
deepmd-kit copied to clipboard
A deep learning package for many-body potential energy representation and molecular dynamics
I implement a DP Mask Model with self-defined `se_a_mask` op and `EnerForcesMaskLoss`. The main contribution comes from two points. 1. Add the argument for `mask_matrix.npy` (shape [num_frames, num_tot_atoms]), used in...
**Summary** Add unit tests for the following methods or classes. **Detailed Description** - [ ] deepmd.cluster.slurm.get_resource - [ ] deepmd.cluster.slurm._pad_zeros - [ ] deepmd.cluster.slurm._expand_ids - [ ] deepmd.cluster.slurm._expand_nodelist - [...
### Summary The error: `ERROR: Dihedral charmm is incompatible with Pair style (src/MOLECULE/dihedral_charmm.cpp:381)` when trying to run pair style deepmd with a structure that utilizes CHARMM dihedral and angle coefficientes....
Here are my results (2080 Super, TF 2.9, CUDA 11.6): (unit: ms/step) | no JIT | JIT -- | -- | -- water tanh fp32 | 8.45 | 7.78 water...
Add PaddleDeepPot and change CMakeLists.txt for Paddle inference lib Improve Paddle custom ops fix for training fix output mapping fix findTF with py and without cpp Update README.md
### Summary We do not have UT covering the command line calculation of the model deviation [make_model_devi](https://github.com/deepmodeling/deepmd-kit/blob/9ccff11d2bcae61b98a5ee7885e6fdf4e9b50027/deepmd/infer/model_devi.py#L155) https://github.com/deepmodeling/deepmd-kit/blob/9ccff11d2bcae61b98a5ee7885e6fdf4e9b50027/deepmd/infer/model_devi.py#L155 We should provide one so the any change would not break the...
### Bug summary Compress training cannot use `--restart` or `--init_model`. ### DeePMD-kit Version v2.1.1.dev48+g899d1020.d20220505, i.e. 899d1020 ### TensorFlow Version 2.7.0 ### How did you download the software? Built from source...
### Summary This ISSUE is the task of PaddlePaddle Hackathon, please run paddle+deepmd+lammps training and inference full process. For more information, please refer to the official website [PaddlePaddle Hackathon 2](https://www.paddlepaddle.org.cn/PaddlePaddleHackathon-2022-3)...
### Bug summary Hi, When I follow all the instructions in the manual to build the c++ interfaces of TF, c++ interfaces of KIT, it goes well. However when I...
### >Summary The energy and force Errors for training using Atom type embedding are large. ### >Deepmd-kit version input.json lcurve.out 2.0.0.b0, conda ### >input.json ```json { "model": { "type_map": [...