Skip to content

Commit

Permalink
Small docs changes in splines
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf authored and PicoCentauri committed Sep 21, 2023
1 parent dea662e commit 55ad1f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/rascaline/rascaline/utils/splines.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Splined radial integrals
========================
Classes for generating spline points which can be used as input for the for the radial
integral hyper paramater option. For an complete example for the LE how to use the
classes see :ref:`example-splines`.
Classes for generating splines which can be used as tabulated radial integrals in the
various SOAP and LODE calculators. For an complete example of how to use these classes
see :ref:`example-splines`.
.. autoclass:: rascaline.utils.RadialIntegralSplinerBase
:members:
Expand Down Expand Up @@ -322,7 +322,7 @@ class RadialIntegralFromFunction(RadialIntegralSplinerBase):
where :math:`g(r)` is the radially symmetric density function, `R_n(r)` the
radial basis function and :math:`n` the current radial channel. This should be
implemented in the child classes.
pre-computed and provided as a separate parameter.
Example
-------
Expand Down

0 comments on commit 55ad1f1

Please sign in to comment.