Changeset 2ad5d30 in sasmodels
- Timestamp:
- Sep 11, 2017 5:45:33 PM (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:
- b18e650, 0edb6c1
- Parents:
- 765eb0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/spherical_sld.py
r63a7fe8 r2ad5d30 18 18 Interface shapes are as follows:: 19 19 20 0: erf( |nu|*z)21 1: Rpow( z^|nu|)22 2: Lpow( z^|nu|)23 3: Rexp( -|nu|z)24 4: Lexp( -|nu|z)20 0: erf($\nu z$) 21 1: Rpow($z^\nu$) 22 2: Lpow($z^\nu$) 23 3: Rexp($-\nu z$) 24 4: Lexp($-\nu z$) 25 25 26 26 Definition
Note: See TracChangeset
for help on using the changeset viewer.