Skip to content

Commit

Permalink
Mention existence of sasmodels.special. Fixes #579.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Jan 21, 2025
1 parent f69e836 commit d05248e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/guide/plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ shapes for its calculation, so the volume fraction parameter in the model
is automatically scaled by *form_volume/shell_volume* prior to calling the
structure factor.

Special functions for scattering such as $3j_1(x)/x$ are available. See
:mod:`sasmodels.special` for details.

Embedded C Models
.................

Expand Down Expand Up @@ -1034,6 +1037,9 @@ file in the order given, otherwise these functions will not be available.
:code:`source = ["lib/gauss76.c", ...]`
(`gauss76.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/gauss76.c>`_)

Many of these functions are also available in :mod:`sasmodels.special` for
models implemented in python.

Complex numbers
...............

Expand Down

0 comments on commit d05248e

Please sign in to comment.