source: sasmodels/_sources/model/fcc.txt @ 68532f3

gh-pages
Last change on this file since 68532f3 was 68532f3, checked in by ajj, 8 years ago

Adding docs

  • Property mode set to 100644
File size: 4.1 KB
Line 
1.. _fcc-paracrystal:
2
3Fcc paracrystal
4=======================================================
5
6Face-centred cubic lattic with paracrystalline distortion
7
8=========== ================================== ============ =============
9Parameter   Description                        Units        Default value
10=========== ================================== ============ =============
11scale       Source intensity                   None                     1
12background  Source background                  |cm^-1|                  0
13dnn         Nearest neighbour distance         |Ang|                  220
14d_factor    Paracrystal distortion factor      None                  0.06
15radius      Particle radius                    |Ang|                   40
16sld         Particle scattering length density |1e-6Ang^-2|             4
17solvent_sld Solvent scattering length density  |1e-6Ang^-2|             1
18theta       In plane angle                     degree                  60
19phi         Out of plane angle                 degree                  60
20psi         Out of plane angle                 degree                  60
21=========== ================================== ============ =============
22
23The returned value is scaled to units of |cm^-1|.
24
25
26Calculates the scattering from a **face-centered cubic lattice** with
27paracrystalline distortion. Thermal vibrations are considered to be
28negligible, and the size of the paracrystal is infinitely large.
29Paracrystalline distortion is assumed to be isotropic and characterized by
30a Gaussian distribution.
31
32The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale.
33
34Definition
35----------
36
37The scattering intensity *I(q)* is calculated as
38
39.. image:: img/image158.jpg
40
41where *scale* is the volume fraction of spheres, *Vp* is the volume of
42the primary particle, *V(lattice)* is a volume correction for the crystal
43structure, *P(q)* is the form factor of the sphere (normalized), and *Z(q)*
44is the paracrystalline structure factor for a face-centered cubic structure.
45
46Equation (1) of the 1990 reference is used to calculate *Z(q)*, using
47equations (23)-(25) from the 1987 paper for *Z1*\ , *Z2*\ , and *Z3*\ .
48
49The lattice correction (the occupied volume of the lattice) for a
50face-centered cubic structure of particles of radius *R* and nearest
51neighbor separation *D* is
52
53.. image:: img/image159.jpg
54
55The distortion factor (one standard deviation) of the paracrystal is
56included in the calculation of *Z(q)*
57
58.. image:: img/image160.jpg
59
60where *g* is a fractional distortion based on the nearest neighbor distance.
61
62The face-centered cubic lattice is
63
64.. image:: img/image161.jpg
65
66For a crystal, diffraction peaks appear at reduced q-values given by
67
68.. image:: img/image162.jpg
69
70where for a face-centered cubic lattice *h*\ , *k*\ , *l* all odd or all
71even are allowed and reflections where *h*\ , *k*\ , *l* are mixed odd/even
72are forbidden. Thus the peak positions correspond to (just the first 5)
73
74.. image:: img/image163.jpg
75
76**NB: The calculation of** *Z(q)* **is a double numerical integral that
77must be carried out with a high density of** **points to properly capture
78the sharp peaks of the paracrystalline scattering.** So be warned that the
79calculation is SLOW. Go get some coffee. Fitting of any experimental data
80must be resolution smeared for any meaningful fit. This makes a triple
81integral. Very, very slow. Go get lunch!
82
83This example dataset is produced using 200 data points, *qmin* = 0.01 |Ang^-1|,
84*qmax* = 0.1 |Ang^-1| and the above default values.
85
86.. image:: img/image164.jpg
87
88*Figure. 1D plot in the linear scale using the default values (w/200 data point).*
89
90The 2D (Anisotropic model) is based on the reference below where *I(q)* is
91approximated for 1d scattering. Thus the scattering pattern for 2D may not
92be accurate. Note that we are not responsible for any incorrectness of the
932D model computation.
94
95.. image:: img/image165.gif
96
97.. image:: img/image166.jpg
98
99*Figure. 2D plot using the default values (w/200X200 pixels).*
100
101REFERENCE
102
103Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765
104(Original Paper)
105
106Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856
107(Corrections to FCC and BCC lattice structure calculation)
108
Note: See TracBrowser for help on using the repository browser.