ICAMS / python-ace

Other
57 stars 15 forks source link

Radial Regularization Documentation #26

Closed mikejwaters closed 1 year ago

mikejwaters commented 1 year ago

Hi,

Is there documentation somewhere on how the radial regularization works?

From reading the source code, I assume that w0_rad, w1_rad, and w2_rad are weights for derivative orders. Is there a more explicit description?

Best, -Mike

yury-lysogorskiy commented 1 year ago

Hi! Yes, you can find most of the details in the paper "Efficient parametrization of the atomic cluster expansion", PRM 6, 013804 (2022). Here is paragraph about radial smoothness regularization: image

mikejwaters commented 1 year ago

Great thanks! I like how the penalty weights short distances higher to match the naturally large forces. Maybe this could be added to the documentation for the next release?