Is it possible to use DP-ZBL architecture in deepmd-kit ? #1932
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi , DP-ZBL architecture is supported in deepmd-kit now . As for the parameters , I will give you a example . |
Beta Was this translation helpful? Give feedback.
-
https://docs.deepmodeling.com/projects/deepmd/en/master/train/train-input.html?highlight=srtab |
Beta Was this translation helpful? Give feedback.
https://docs.deepmodeling.com/projects/deepmd/en/master/train/train-input.html?highlight=srtab
The meaning of the parameters is described in this document.
1、"use_srtab" : The table for the short-range pairwise interaction added on top of DP . This table needs to be prepared by the user .
2、"smin_alpha" : The short-range tabulated interaction will be swithed according to the distance of the nearest neighbor. This distance is calculated by softmin. This parameter is the decaying parameter in the softmin. In general, "smin_alpha" takes 0.1.
3、"sw_rmin" : The lower boundary of the interpolation between short-range tabulated interaction and DP
4、"sw_max" : The upper boundary of the interpolat…