Changeset 0e0e867 in sasmodels
- Timestamp:
- Nov 4, 2016 1:52:41 PM (8 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:
- 96c2b98, 6245e42, 3a45c2c
- Parents:
- 4cdd0cc (diff), d1cfa86 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/fractal.py
r785cbec rd1cfa86 30 30 31 31 where $\xi$ is the correlation length representing the cluster size and $D_f$ 32 is the fractal dimension, representing the self similarity of the structure. 32 is the fractal dimension, representing the self similarity of the structure. 33 Note that S(q) here goes negative if $D_f$ is too large, and the Gamma function 34 diverges at $D_f$=0 and $D_f$=1. 33 35 34 36 **Polydispersity on the radius is provided for.** -
sasmodels/models/cylinder.py
r0d6e865 r4cdd0cc 111 111 112 112 # [ "name", "units", default, [lower, upper], "type", "description"], 113 parameters = [["sld", " 4e-6/Ang^2", 4, [-inf, inf], "sld",113 parameters = [["sld", "1e-6/Ang^2", 4, [-inf, inf], "sld", 114 114 "Cylinder scattering length density"], 115 115 ["sld_solvent", "1e-6/Ang^2", 1, [-inf, inf], "sld",
Note: See TracChangeset
for help on using the changeset viewer.