From 80e7a3fa8cc77156ce8b17b6736f48e8ca78642e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Apr 2024 22:21:39 +0000 Subject: [PATCH] Update documentations --- _modules/hippynn/layers/physics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_modules/hippynn/layers/physics.html b/_modules/hippynn/layers/physics.html index 3b7987d9..31dc17b1 100644 --- a/_modules/hippynn/layers/physics.html +++ b/_modules/hippynn/layers/physics.html @@ -382,7 +382,7 @@

Source code for hippynn.layers.physics

 class LocalDampingCosine(AlphaScreening):
     """ Local damping using complement of the hipnn cutoff function. ('glue-on' method)
     g =     1 if pair_dist > R_cutoff
-            1 - [cos(\pi/2 * dist * R_cutoff)]^2  otherwise
+            1 - [cos(pi/2 * dist * R_cutoff)]^2  otherwise
     """