prism¶
prism of different cross-sections
Parameter |
Description |
Units |
Default value |
|---|---|---|---|
scale |
Scale factor or Volume fraction |
None |
1 |
background |
Source background |
cm-1 |
0.001 |
sld |
Prism scattering length density |
10-6Å-2 |
126 |
sld_solvent |
Solvent scattering length density |
10-6Å-2 |
9.4 |
n_sides |
Number of sides |
None |
5 |
radius_average |
Average radius |
Å |
500 |
length |
Length |
Å |
5000 |
The returned value is scaled to units of cm-1 sr-1, absolute scale.
This model provides the form factor for a right prism which cross-section is a regular polygon. Orientation averaging is done by using the Fibonacci quadrature. This quadrature provides a quasi-uniform distribution of points on the unit sphere using the golden ratio. The number of points to generate on the unit sphere is set to 500 points, it usually provides a good balance between accuracy and computational efficiency.
Definition
We consider particles having the shape of a right prism of length L and a cross section made of a regular polygon with n sides as illustrated in the figure below.
The size of a regular polygon can be characterized by its edge length E or by R, the circumradius of the polygon shown in black in the figure, with :
The apothem is the radius of the dashed circle, it is defined as:
For comparison purposes, it is convenient to introduce an average radius R_ave (shown in red in the figure). The area of the n-sided regular polygon is given by :
and the volume of the nanoprism is therefore given by:
where R_ave is the radius of the equivalent disc having the same area as the n-sided polygon. It is also the squared average of the distance from the center of the polygon to any point of its perimeter. It is related to the circumradius R by :
Form factor for a prism: Following Wuttke’s expression, the form factor \(F(\mathbf{q})\) for any right prism can be decomposed into the product of two factors. One factor corresponds to the component \(\mathbf{q}_{\perp}\) of the scattering vector that is perpendicular to the cross section and depends only on the length \(L\). The other factor is coplanar with the cross section and involves the component \(\mathbf{q}_{\|}\); it depends on the number of sides \(n\) and the edge length \(E\) of the polygon. The perpendicular factor is:
where \(\hat{\mathbf{n}}\) is the direction normal to the cross section. The length \(L\) gives rise to a standard sinc function for the form factor.
On the other hand, the parallel factor for a regular \(n\)-sided polygon of circumradius \(R\) can be expressed as
In the sum over all edges, \(\mathbf{M}_{j}\) is the vector joining the center of the polygon to the middle of the jth edge and \(\mathbf{E}_{j}\) is the half-edge vector.
The scattered intensity for one prism is given by:
Orientation average: The 1D form factor corresponds to the orientation average with all the possible orientations having the same probability. Instead of rotating the shape through all the possible orientations, it is equivalent to integrate the 3D scattering vector over a sphere of radius q with the shape in its reference orientation.
The sphere is sampled using Fibonacci quadrature to provide a quasi-uniform distribution of points on the unit sphere. The repartition of the N points is computed using the golden ratio (see fibonacci.py). Each point of the quadrature on the unit sphere correspond to a vector \(\mathbf{u}_{j}\). In the sum, all weights \(w_j\) are taken identical and equal to \(\frac{1}{N}\).
Fig. 76 Fibonacci sphere using N=5810 points.¶
Validation
The model has been tested against experimental data obtained on gold nanoprisms with pentagonal cross-section (see J. Marcone et al. JAC 2025). Moreover, comparisons with Debye formula calculations were made using DebyeCalculator library (https://github.com/FrederikLizakJohansen/DebyeCalculator). Good agreement was found at q < 0.1 1/Angstrom.
Fig. 77 1D plot corresponding to the default parameters of the model.¶
Source
References
Jules Marcone et al. “Form factor of prismatic particles for small-angle scattering analysis”. In: J. Appl. Cryst. (2025) 58, 543-552 DOI: https://doi.org/10.1107/S1600576725000676
Wei-Ren Chen et al. “Scattering functions of Platonic solids”. In: Journal of Applied Crystallography - J. Appl. Cryst. (June 2011). DOI: https://doi.org/10.1107/S0021889811011691
Croset, Bernard, “Form factor of any polyhedron: a general compact formula and its singularities” In: J. Appl. Cryst. (2017). 50, 1245–1255 DOI: https://doi.org/10.1107/S1600576717010147
Wuttke, J. Numerically stable form factor of any polygon and polyhedron J Appl Cryst 54, 580-587 (2021) DOI: https://doi.org/10.1107/S1600576721001710
Authorship and Verification
- Authors: Marianne Imperor-Clerc (marianne.imperor@cnrs.fr)
Jules Marcone (julesmarcone@gmail.com) Sara Mokhtari (smokhtari@insa-toulouse.fr)
Last Modified by: MIC Date: 11 December 2025
Last Reviewed by: SM Date: 17 April 2026