Changeset 598a354 in sasmodels
- Timestamp:
- Mar 26, 2019 10:33:18 AM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- f64b154, e53b881
- Parents:
- c94ab04
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/flexible_cylinder.py
r0507e09 r598a354 30 30 The Kuhn length $(b = 2*l_p)$ is also used to describe the stiffness of a chain. 31 31 32 The returned value is in units of $cm^{-1}$, on absolute scale.33 34 32 In the parameters, the sld and sld\_solvent represent the SLD of the cylinder 35 33 and solvent respectively. 36 34 37 35 Our model uses the form factor calculations implemented in a c-library provided 38 by the NIST Center for Neutron Research (Kline, 2006). 39 40 41 From the reference: 36 by the NIST Center for Neutron Research (Kline, 2006). This states: 42 37 43 38 'Method 3 With Excluded Volume' is used. … … 76 71 77 72 name = "flexible_cylinder" 78 title = "Flexible cylinder where the form factor is normalized by the volume " \73 title = "Flexible cylinder where the form factor is normalized by the volume " \ 79 74 "of the cylinder." 80 75 description = """Note : scale and contrast = (sld - sld_solvent) are both -
sasmodels/models/flexible_cylinder_elliptical.py
r0507e09 r598a354 61 61 greater than one.** Simple constraints should be applied during curve fitting to 62 62 maintain this inequality. 63 64 The returned value is in units of $cm^{-1}$, on absolute scale.65 63 66 64 In the parameters, the $sld$ and $sld\_solvent$ represent the SLD of the
Note: See TracChangeset
for help on using the changeset viewer.