Skip to content

Commit

Permalink
Update documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 10, 2024
1 parent bb182b6 commit 80e7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _modules/hippynn/layers/physics.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h1>Source code for hippynn.layers.physics</h1><div class="highlight"><pre>
<span class="k">class</span> <span class="nc">LocalDampingCosine</span><span class="p">(</span><span class="n">AlphaScreening</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot; Local damping using complement of the hipnn cutoff function. (&#39;glue-on&#39; method)</span>
<span class="sd"> g = 1 if pair_dist &gt; R_cutoff</span>
<span class="sd"> 1 - [cos(\pi/2 * dist * R_cutoff)]^2 otherwise</span>
<span class="sd"> 1 - [cos(pi/2 * dist * R_cutoff)]^2 otherwise</span>
<span class="sd"> &quot;&quot;&quot;</span>
<div class="viewcode-block" id="LocalDampingCosine.__init__">
<a class="viewcode-back" href="../../../api_documentation/hippynn.layers.physics.html#hippynn.layers.physics.LocalDampingCosine.__init__">[docs]</a>
Expand Down

0 comments on commit 80e7a3f

Please sign in to comment.