deerlab.dd_shellvoidsphere¶
- dd_shellvoidsphere = <deerlab.model.Model object>¶
Particles uniformly distributed on a sphere and on a concentric outer spherical shell separated by a void.
- Parameters:
- rarray_like
Distance axis, in nanometers.
- radiusscalar
Sphere radius.
- thicknessscalar
Outer shell thickness.
- separationscalar
Shell-sphere separation.
- Returns:
- Pndarray
Distance distribution.
Notes
Parameter List
Name
Lower
Upper
Type
Frozen
Unit
Description
radius
0.1
20
nonlin
No
nm
Sphere radius
thickness
0.1
20
nonlin
No
nm
Outer shell thickness
separation
0.1
20
nonlin
No
nm
Shell-sphere separation
Model
with
and
where is the inner sphere’s radius, is the thickness of the outer shell, and is the shell-sphere separation.
References
[1]D.R. Kattnig, D. Hinderberger, Analytical distance distributions in systems of spherical symmetry with applications to double electron-electron resonance, JMR, 230, 50-63, 2013
Examples
Example of the model evaluated at the start values of the parameters:
(
Source code
,png
,hires.png
,pdf
)