Changeset 68f45cb in sasmodels
- Timestamp:
- Mar 7, 2017 2:03:07 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:
- 9c44b7b
- Parents:
- 7e4a633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/multilayer_vesicle.py
r7e4a633 r68f45cb 5 5 This model is a trivial extension of the core_shell_sphere function to include 6 6 *N* shells where the core is filled with solvent and the shells are interleaved 7 with layers of solvent. For *N = 1*, this returns the same as the vesicle model,7 with layers of solvent. For $N = 1$, this returns the same as the vesicle model, 8 8 except for the normalisation, which here is to outermost volume. 9 9 The shell thicknessess and SLD are constant for all shells as expected for … … 45 45 for $P(Q)$ when $P(Q) * S(Q)$ is applied. 46 46 47 For mixed systems in which some vesicles have 1 shell, some have 2, 48 etc., use polydispersity on $N$ to model the data. For example, 49 create a file such as *shell_dist.txt* containing the relative portion 50 of each vesicle size:: 51 52 1 20 53 2 4 54 3 1 55 56 Turn on polydispersity and select an array distribution for the *n_shells* 57 parameter. Choose the above *shell_dist.txt* file, and the model will be 58 computed with 80% 1-shell vesicles, 16% 2-shell vesicles and 4% 59 3-shell vesicles. 47 60 48 61 The 2D scattering intensity is the same as 1D, regardless of the orientation
Note: See TracChangeset
for help on using the changeset viewer.