source: sasmodels/sasmodels/models/fcc.py @ 9aac25d

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 9aac25d was 9aac25d, checked in by piotr, 8 years ago

Converted SCCrystalModel

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[e7b3d7b]1#fcc paracrystal model
[3271e20]2#note model title and parameter table are automatically inserted
3#note - calculation requires double precision
[e7b3d7b]4r"""
[3c56da87]5Calculates the scattering from a **face-centered cubic lattice** with
6paracrystalline distortion. Thermal vibrations are considered to be
7negligible, and the size of the paracrystal is infinitely large.
8Paracrystalline distortion is assumed to be isotropic and characterized by
9a Gaussian distribution.
[3271e20]10
11Definition
12----------
13
[d138d43]14The scattering intensity $I(q)$ is calculated as
15
16.. math::
[3271e20]17
[eb69cce]18    I(q) = \frac{\text{scale}}{V_p} V_\text{lattice} P(q) Z(q)
[3271e20]19
[d138d43]20where *scale* is the volume fraction of spheres, $V_p$ is the volume of
[eb69cce]21the primary particle, $V_\text{lattice}$ is a volume correction for the crystal
[d138d43]22structure, $P(q)$ is the form factor of the sphere (normalized), and $Z(q)$
[3c56da87]23is the paracrystalline structure factor for a face-centered cubic structure.
[3271e20]24
[d138d43]25Equation (1) of the 1990 reference is used to calculate $Z(q)$, using
26equations (23)-(25) from the 1987 paper for $Z1$, $Z2$, and $Z3$.
[3271e20]27
[3c56da87]28The lattice correction (the occupied volume of the lattice) for a
[eb69cce]29face-centered cubic structure of particles of radius $R$ and nearest
[d138d43]30neighbor separation $D$ is
[3271e20]31
[d138d43]32.. math::
33
34   V_\text{lattice} = \frac{16\pi}{3}\frac{R^3}{\left(D\sqrt{2}\right)^3}
[3271e20]35
[3c56da87]36The distortion factor (one standard deviation) of the paracrystal is
[d138d43]37included in the calculation of $Z(q)$
38
39.. math::
[3271e20]40
[d138d43]41    \Delta a = gD
[3271e20]42
[d138d43]43where $g$ is a fractional distortion based on the nearest neighbor distance.
[3271e20]44
[d138d43]45.. figure:: img/fcc_lattice.jpg
[3271e20]46
[d138d43]47    Face-centered cubic lattice.
[3271e20]48
49For a crystal, diffraction peaks appear at reduced q-values given by
50
[d138d43]51.. math::
[3271e20]52
[d138d43]53    \frac{qD}{2\pi} = \sqrt{h^2 + k^2 + l^2}
54
55where for a face-centered cubic lattice $h, k , l$ all odd or all
56even are allowed and reflections where $h, k, l$ are mixed odd/even
[3c56da87]57are forbidden. Thus the peak positions correspond to (just the first 5)
[3271e20]58
[d138d43]59.. math::
60
61    \begin{array}{cccccc}
62    q/q_0 & 1 & \sqrt{4/3} & \sqrt{8/3} & \sqrt{11/3} & \sqrt{4} \\
63    \text{Indices} & (111)  & (200) & (220) & (311) & (222)
64    \end{array}
[3271e20]65
[d138d43]66**NB**: The calculation of $Z(q)$ is a double numerical integral that
67must be carried out with a high density of points to properly capture
68the sharp peaks of the paracrystalline scattering. So be warned that the
[3c56da87]69calculation is SLOW. Go get some coffee. Fitting of any experimental data
70must be resolution smeared for any meaningful fit. This makes a triple
71integral. Very, very slow. Go get lunch!
[3271e20]72
[3c56da87]73This example dataset is produced using 200 data points, *qmin* = 0.01 |Ang^-1|,
74*qmax* = 0.1 |Ang^-1| and the above default values.
[3271e20]75
[d138d43]76.. figure:: img/fcc_1d.jpg
[3271e20]77
[d138d43]78    1D plot in the linear scale using the default values (w/200 data point).
[3271e20]79
[eb69cce]80The 2D (Anisotropic model) is based on the reference below where $I(q)$ is
[3c56da87]81approximated for 1d scattering. Thus the scattering pattern for 2D may not
82be accurate. Note that we are not responsible for any incorrectness of the
832D model computation.
[3271e20]84
[eb69cce]85.. figure:: img/crystal_orientation.png
[d138d43]86
87    Orientation of the crystal with respect to the scattering plane.
[3271e20]88
[d138d43]89.. figure:: img/fcc_2d.jpg
[3271e20]90
[d138d43]91    2D plot using the default values (w/200X200 pixels).
[3271e20]92
[eb69cce]93References
94----------
[3271e20]95
96Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765
97(Original Paper)
98
99Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856
100(Corrections to FCC and BCC lattice structure calculation)
101"""
102
[3c56da87]103from numpy import inf
[3271e20]104
[e7b3d7b]105name = "fcc_paracrystal"
106title = "Face-centred cubic lattic with paracrystalline distortion"
[3271e20]107description = """
[e7b3d7b]108    Calculates the scattering from a **face-centered cubic lattice** with paracrystalline distortion. Thermal vibrations
[3271e20]109    are considered to be negligible, and the size of the paracrystal is infinitely large. Paracrystalline distortion is
110    assumed to be isotropic and characterized by a Gaussian distribution.
111    """
[a5d0d00]112category = "shape:paracrystal"
[3271e20]113
[13ed84c]114single = False
115
[3e428ec]116#             ["name", "units", default, [lower, upper], "type","description"],
117parameters = [["dnn", "Ang", 220, [-inf, inf], "", "Nearest neighbour distance"],
118              ["d_factor", "", 0.06, [-inf, inf], "", "Paracrystal distortion factor"],
119              ["radius", "Ang", 40, [0, inf], "volume", "Particle radius"],
120              ["sld", "1e-6/Ang^2", 4, [-inf, inf], "", "Particle scattering length density"],
121              ["solvent_sld", "1e-6/Ang^2", 1, [-inf, inf], "", "Solvent scattering length density"],
122              ["theta", "degrees", 60, [-inf, inf], "orientation", "In plane angle"],
123              ["phi", "degrees", 60, [-inf, inf], "orientation", "Out of plane angle"],
124              ["psi", "degrees", 60, [-inf, inf], "orientation", "Out of plane angle"]
125             ]
126
[9aac25d]127source = ["lib/J1.c", "lib/gauss150.c", "lib/sphere_form.c", "fcc.c"]
[3271e20]128
129# parameters for demo
[3e428ec]130demo = dict(scale=1, background=0,
131            dnn=220, d_factor=0.06, sld=4, solvent_sld=1,
132            radius=40,
133            theta=60, phi=60, psi=60,
134            radius_pd=.2, radius_pd_n=0.2,
135            theta_pd=15, theta_pd_n=0,
136            phi_pd=15, phi_pd_n=0,
137            psi_pd=15, psi_pd_n=0,
138           )
[3271e20]139
140# For testing against the old sasview models, include the converted parameter
141# names and the target sasview model name.
[3e428ec]142oldname = 'FCCrystalModel'
143oldpars = dict(sld='sldSph', solvent_sld='sldSolv')
Note: See TracBrowser for help on using the repository browser.