Changeset eb69cce in sasmodels for sasmodels/models/lamellar.py


Ignore:
Timestamp:
Nov 30, 2015 7:18:41 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d18f8a8
Parents:
d138d43
Message:

make model docs more consistent; build pdf docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lamellar.py

    r38d8774 reb69cce  
    55---------- 
    66 
    7 The scattering intensity *I(Q)* is 
     7The scattering intensity $I(q)$ is 
    88 
    99.. math:: 
    1010 
    11     I(Q) = 2\pi{P(Q) \over \delta Q^2} 
     11    I(q) = \frac{2\pi P(q)}{\delta q^2} 
    1212 
    1313 
     
    1616.. math:: 
    1717 
    18     P(Q) = {2\Delta\rho^2 \over Q^2}(1-cos(Q\delta)) 
     18    P(q) = \frac{2\Delta\rho^2}{q^2}(1-cos(q\delta)) 
    1919 
    2020 
    21 where |delta| = bilayer thickness. 
     21where $\delta$ is the bilayer thickness. 
    2222 
    23 The 2D scattering intensity is calculated in the same way as 1D, where the $Q$ vector is defined as 
     23The 2D scattering intensity is calculated in the same way as 1D, where 
     24the $q$ vector is defined as 
    2425 
    2526.. math:: 
    2627 
    27     Q = \sqrt{Q_x^2 + Q_y^2} 
     28    q = \sqrt{q_x^2 + q_y^2} 
    2829 
    29  
    30  
    31 Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research 
    32 (Kline, 2006). 
    3330 
    3431.. figure:: img/lamellar_1d.jpg 
     
    3734 
    3835 
    39 Reference 
    40 --------- 
     36References 
     37---------- 
    4138 
    4239F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 
Note: See TracChangeset for help on using the changeset viewer.