Changeset 2e0c0b0 in sasmodels


Ignore:
Timestamp:
Apr 10, 2017 9:21:53 AM (7 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
17fb550
Parents:
efb7615
Message:

nowrap added to model def where math align statement appears

Location:
sasmodels/models
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_bicelle.py

    r3b9a526 r2e0c0b0  
    4646 
    4747.. math:: 
     48    :nowrap: 
    4849 
    49         \begin{align}     
     50    \begin{align} 
    5051    F(Q,\alpha) = &\bigg[  
    5152    (\rho_c - \rho_f) V_c \frac{2J_1(QRsin \alpha)}{QRsin\alpha}\frac{sin(QLcos\alpha/2)}{Q(L/2)cos\alpha} \\ 
  • sasmodels/models/core_shell_ellipsoid.py

    rdaeef4c r2e0c0b0  
    4444 
    4545.. math:: 
     46    :nowrap: 
     47     
    4648    \begin{align}     
    4749    F(q,\alpha) = &f(q,radius\_equat\_core,radius\_equat\_core.x\_core,\alpha) \\ 
  • sasmodels/models/multilayer_vesicle.py

    r5d23de2 r2e0c0b0  
    3333.. math:: 
    3434 
    35      r_i &= r_c + (i-1)(t_s + t_w) && \text{ solvent radius before shell } i \\ 
    36      R_i &= r_i + t_s && \text{ shell radius for shell } i 
     35     r_i &= r_c + (i-1)(t_s + t_w) \text{ solvent radius before shell } i \\ 
     36     R_i &= r_i + t_s \text{ shell radius for shell } i 
    3737 
    3838$\phi$ is the volume fraction of particles, $V(r)$ is the volume of a sphere 
Note: See TracChangeset for help on using the changeset viewer.