Skip to content

what's the different with the se_a and se_r and se_ar in the json file? #126

Answered by jameswind
GitWhilebear asked this question in Q&A
Discussion options

You must be logged in to vote

This is something not well documented.
For the DeepPot-SE model, in the original paper (http://papers.nips.cc/paper/7696-end-to-end-symmetry-preserving-inter-atomic-potential-energy-model-for-finite-and-extended-systems) we define NN-parameterized descriptors D=G_1^TRR^TG_2, see Eqn. 11, where G are NN parameterized embedding functions and R are generalized coordinate f(r)*(r,x,y,z). In the code, we use se_a (short for selected angular input) to denote the largest number of neighbors selected in r_cut and we will use the coordinates of these neighbors to define the G, R, etc., introduced here.

Later we realized that for neighbors that are far from an adopted atom, only the radial part in …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by njzjz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #126 on December 24, 2020 14:50.