Changeset c0136c72 in sasmodels
- Timestamp:
- Mar 28, 2019 9:23:04 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:
- 8d2df05
- Parents:
- e0f979e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/pearl_necklace.py
r708bc7a rc0136c72 40 40 (volume of the *N* pearls/rods). *V* is the total volume of the necklace. 41 41 42 .. note:: 43 44 *num_pearls* must be an integer. 45 42 46 The 2D scattering intensity is the same as $P(q)$ above, regardless of the 43 47 orientation of the *q* vector. 44 45 The returned value is scaled to units of |cm^-1| and the parameters of the46 pearl_necklace model are the following47 48 NB: *num_pearls* must be an integer.49 48 50 49 References … … 52 51 53 52 .. [#] R Schweins and K Huber, *Particle Scattering Factor of Pearl Necklace Chains*, 54 *Macromol. Symp.* 211 (2004) 25-42 2004 53 *Macromol. Symp.* 211 (2004) 25-42 2004 54 55 55 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 56 56 … … 66 66 67 67 * **Author:** 68 * **Last Modified by:** 69 * **Last Reviewed by:** 68 * **Last Modified by:** Andrew Jackson **Date:** March 28, 2019 69 * **Last Reviewed by:** Steve King **Date:** March 28, 2019 70 70 * **Source added by :** Steve King **Date:** March 25, 2019 71 71 """
Note: See TracChangeset
for help on using the changeset viewer.