Skip to content

Commit 1ba42e2

Browse files
committed
fixing the documentation (formulas)
1 parent df4c700 commit 1ba42e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sasmodels/models/nanoprisms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
.. math::
3232
33-
A = \pi R^{2} \, \mathrm{sinc}(\frac{2\pi}{n}\right)
33+
A = \pi R^{2} \, \mathrm{sinc}\left(\frac{2\pi}{n}\right)
3434
= \pi R_{\mathrm{ave}}^{2}
3535
3636
and the volume of the nanoprism is therefore given by:
@@ -44,7 +44,7 @@
4444
4545
.. math::
4646
47-
R_{\mathrm{ave}}^{2} = R^{2} \, \mathrm{sinc}(\frac{2\pi}{n}\right)
47+
R_{\mathrm{ave}}^{2} = R^{2} \, \mathrm{sinc}\left(\frac{2\pi}{n}\right)
4848
4949
Form factor for a prism: Following Wuttke's expression, the form factor :math:`F(\mathbf{q})` for any right prism can be decomposed into the product of two factors.
5050
One factor corresponds to the component :math:`\mathbf{q}_{\perp}` of the scattering vector that is perpendicular to the cross section and depends
@@ -74,7 +74,7 @@
7474
\hat{\mathbf{n}} \cdot
7575
\left( \mathbf{q}_{\|} \times \mathbf{E}_{j} \right)
7676
\,
77-
\mathrm{sinc}( \mathbf{q}_{\|} \cdot \mathbf{E}_{j} \right)
77+
\mathrm{sinc}\left( \mathbf{q}_{\|} \cdot \mathbf{E}_{j} \right)
7878
\exp(
7979
i \mathbf{q}_{\|} \cdot \mathbf{M}_{j})
8080

0 commit comments

Comments
 (0)