Changeset 0507e09 in sasmodels for sasmodels/models/spherical_sld.py


Ignore:
Timestamp:
Mar 25, 2019 12:04:23 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2464785, c94ab04
Parents:
b6422c7
Message:

Added link to source code to each model. Closes #883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/spherical_sld.py

    rb297ba9 r0507e09  
    1414    Example SLD profile 
    1515 
    16 Unlike the <onion> model (using an analytical integration), the interfacial 
     16Unlike the :ref:`onion` model (using an analytical integration), the interfacial 
    1717shells here are sub-divided and numerically integrated assuming each 
    1818sub-shell is described by a line function, with *n_steps* sub-shells per 
     
    9090    \end{cases} 
    9191 
    92 Power-Law 
     92Power-Law: 
    9393 
    9494.. math:: 
     
    103103 
    104104.. math:: 
     105 
    105106    \rho_{{inter}_i} (r) = \begin{cases} 
    106107    B \text{erf} \Big( \frac { A(r - r_{\text{flat}_i})} 
     
    185186   and Neutron Scattering, Plenum Press, New York, (1987) 
    186187 
     188Source 
     189------ 
     190 
     191`spherical_sld.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/spherical_sld.py>`_ 
     192 
     193`spherical_sld.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/spherical_sld.c>`_ 
    187194 
    188195Authorship and Verification 
     
    192199* **Last Modified by:** Paul Kienzle **Date:** Dec 20, 2016 
    193200* **Last Reviewed by:** Paul Butler **Date:** September 8, 2018 
     201* **Source added by :** Steve King **Date:** March 25, 2019 
    194202""" 
    195203 
Note: See TracChangeset for help on using the changeset viewer.