Changeset 63c6a08 in sasmodels for sasmodels/models/binary_hard_sphere.py


Ignore:
Timestamp:
Jul 27, 2016 3:54:44 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:
3a45c2c, edf06e1
Parents:
ee5d14d
Message:

fix some latex problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/binary_hard_sphere.py

    r42356c8 r63c6a08  
    1111.. math:: 
    1212 
    13     \begin{eqnarray} 
    1413    I(q) = (1-x)f_1^2(q) S_{11}(q) + 2[x(1-x)]^{1/2} f_1(q)f_2(q)S_{12}(q) + 
    1514    x\,f_2^2(q)S_{22}(q) 
    16     \end{eqnarray} 
    1715 
    1816where $S_{ij}$ are the partial structure factors and $f_i$ are the scattering 
     
    2321 
    2422.. math:: 
     23    :nowrap: 
    2524 
    26     \begin{eqnarray} 
    27     x &=& \frac{(\phi_2 / \phi)\alpha^3}{(1-(\phi_2/\phi) + (\phi_2/\phi) 
     25    \begin{align} 
     26    x &= \frac{(\phi_2 / \phi)\alpha^3}{(1-(\phi_2/\phi) + (\phi_2/\phi) 
    2827    \alpha^3)} \\ 
    29     \phi &=& \phi_1 + \phi_2 = \text{total volume fraction} \\ 
    30     \alpha &=& R_1/R_2 = \text{size ratio} 
    31     \end{eqnarray} 
     28    \phi &= \phi_1 + \phi_2 = \text{total volume fraction} \\ 
     29    \alpha &= R_1/R_2 = \text{size ratio} 
     30    \end{align} 
    3231 
    3332The 2D scattering intensity is the same as 1D, regardless of the orientation of 
Note: See TracChangeset for help on using the changeset viewer.