Changeset 513efc5 in sasmodels for sasmodels/models/gel_fit.py


Ignore:
Timestamp:
Jan 20, 2016 4:50:50 AM (8 years ago)
Author:
piotr
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:
7ed702f
Parents:
30b4ddf
Message:

Code review issues from PK addressed.

Added Taylor expansion utility function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/gel_fit.py

    r30b4ddf r513efc5  
    1818.. math:: 
    1919 
    20     I(Q) = I(0)_L \frac{1}{\left( 1+\left[ ((D+1/3)Q^2a_{1}^2 \right]\right)^{D/2}} + I(0)_G exp\left( -Q^2a_{2}^2\right) + B 
     20    I(Q) = I(0)_L \frac{1}{\left( 1+\left[ ((D+1/3)Q^2a_{1}^2 
     21    \right]\right)^{D/2}} + I(0)_G exp\left( -Q^2a_{2}^2\right) + B 
    2122 
    2223where 
     
    2627    a_{2}^2 \approx \frac{R_{g}^2}{3} 
    2728 
    28 Note that the first term reduces to the Ornstein-Zernicke equation when $D = 2$; 
    29 ie, when the Flory exponent is 0.5 (theta conditions). 
    30 In gels with significant hydrogen bonding $D$ has been reported to be ~2.6 to 2.8. 
     29Note that the first term reduces to the Ornstein-Zernicke equation 
     30when $D = 2$; ie, when the Flory exponent is 0.5 (theta conditions). 
     31In gels with significant hydrogen bonding $D$ has been reported to be 
     32~2.6 to 2.8. 
    3133 
    3234 
     
    3840--------- 
    3941 
    40 Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C Han, J. Chem. Phys. 1992, 97 (9), 6829-6841 
     42Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C Han, J. Chem. Phys. 1992, 97 (9), 
     436829-6841 
    4144 
    42 Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R Rennie, Erik Geissler, Macromolecules 1991, 24, 543-548 
     45Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R Rennie, Erik Geissler, 
     46Macromolecules 1991, 24, 543-548 
    4347 
    4448""" 
Note: See TracChangeset for help on using the changeset viewer.