Changeset ca04add in sasmodels for sasmodels/models/mass_surface_fractal.py
- Timestamp:
- Sep 13, 2017 7:29:11 AM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- dd4f5ed
- Parents:
- 2ba5ba5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/mass_surface_fractal.py
r232bb12 rca04add 22 22 .. math:: 23 23 24 I(q) = scale \times P(q) + background 25 24 I(q) = scale \times P(q) + background \\ 26 25 P(q) = \left\{ \left[ 1+(q^2a)\right]^{D_m/2} \times 27 26 \left[ 1+(q^2b)\right]^{(6-D_s-D_m)/2} 28 \right\}^{-1} 29 30 a = R_{g}^2/(3D_m/2) 31 32 b = r_{g}^2/[-3(D_s+D_m-6)/2] 33 27 \right\}^{-1} \\ 28 a = R_{g}^2/(3D_m/2) \\ 29 b = r_{g}^2/[-3(D_s+D_m-6)/2] \\ 34 30 scale = scale\_factor \times NV^2 (\rho_{particle} - \rho_{solvent})^2 35 31
Note: See TracChangeset
for help on using the changeset viewer.