Changeset 0507e09 in sasmodels
- Timestamp:
- Mar 25, 2019 2:04:23 PM (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:
- 2464785, c94ab04
- Parents:
- b6422c7
- Location:
- sasmodels/models
- Files:
-
- 77 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/_spherepy.py
rb297ba9 r0507e09 33 33 to the output of the software provided by the NIST (Kline, 2006). 34 34 35 36 35 References 37 36 ---------- … … 40 39 John Wiley and Sons, New York, (1955) 41 40 41 Source 42 ------ 43 44 `_spherepy.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/_spherepy.py>`_ 45 `sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.c>`_ 46 47 Authorship and Verification 48 ---------------------------- 49 50 * **Author: P Kienzle** 51 * **Last Modified by:** 42 52 * **Last Reviewed by:** S King and P Parker **Date:** 2013/09/09 and 2014/01/06 53 * **Source added by :** Steve King **Date:** March 25, 2019 43 54 """ 44 55 -
sasmodels/models/adsorbed_layer.py
rb297ba9 r0507e09 49 49 Layers*, *Macromol. Symp.*, 190 (2002) 33-42. 50 50 51 Source 52 ------ 53 54 `adsorbed_layer.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/adsorbed_layer.py>`_ 55 51 56 Authorship and Verification 52 57 ---------------------------- … … 55 60 * **Last Modified by:** Paul Kienzle **Date:** April 14, 2016 56 61 * **Last Reviewed by:** Steve King **Date:** March 18, 2016 62 * **Source added by :** Steve King **Date:** March 25, 2019 57 63 """ 58 64 -
sasmodels/models/barbell.py
rb297ba9 r0507e09 76 76 ---------- 77 77 78 .. [#] H Kaya, *J. Appl. Cryst.*, 37 (2004) 37223-23078 .. [#] H Kaya, *J. Appl. Cryst.*, 37 (2004) 223-230 79 79 .. [#] H Kaya and N R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda 80 80 and errata) 81 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 81 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 82 83 Source 84 ------ 85 86 `barbell.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.py>`_ 87 88 `barbell.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.c>`_ 82 89 83 90 Authorship and Verification … … 87 94 * **Last Modified by:** Paul Butler **Date:** March 20, 2016 88 95 * **Last Reviewed by:** Richard Heenan **Date:** January 4, 2017 96 * **Source added by :** Steve King **Date:** March 25, 2019 89 97 """ 90 98 -
sasmodels/models/bcc_paracrystal.py
rb297ba9 r0507e09 100 100 (Corrections to FCC and BCC lattice structure calculation) 101 101 102 Source 103 ------ 104 105 `bcc_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/bcc_paracrystal.py>`_ 106 107 `bcc_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/bcc_paracrystal.c>`_ 108 102 109 Authorship and Verification 103 110 --------------------------- … … 106 113 * **Last Modified by:** Paul Butler **Date:** September 29, 2016 107 114 * **Last Reviewed by:** Richard Heenan **Date:** March 21, 2016 115 * **Source added by :** Steve King **Date:** March 25, 2019 108 116 """ 109 117 -
sasmodels/models/be_polyelectrolyte.py
rb297ba9 r0507e09 91 91 .. [#] E Raphael, J F Joanny, *Europhysics Letters*, 11 (1990) 179 92 92 93 Source 94 ------ 95 96 `be_polyelectrolyte.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/be_polyelectrolyte.py>`_ 97 93 98 Authorship and Verification 94 99 ---------------------------- … … 97 102 * **Last Modified by:** Paul Butler **Date:** September 25, 2018 98 103 * **Last Reviewed by:** Paul Butler **Date:** September 25, 2018 104 * **Source added by :** Steve King **Date:** March 25, 2019 99 105 """ 100 106 -
sasmodels/models/binary_hard_sphere.py
rb297ba9 r0507e09 65 65 .. [#] S R Kline, *J Appl. Cryst.*, 39 (2006) 895 66 66 67 Source 68 ------ 69 70 `binary_hard_sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/binary_hard_sphere.py>`_ 71 72 `binary_hard_sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/binary_hard_sphere.c>`_ 73 67 74 Authorship and Verification 68 75 ---------------------------- … … 71 78 * **Last Modified by:** Paul Butler **Date:** March 20, 2016 72 79 * **Last Reviewed by:** Paul Butler **Date:** March 20, 2016 80 * **Source added by :** Steve King **Date:** March 25, 2019 73 81 """ 74 82 -
sasmodels/models/broad_peak.py
rb297ba9 r0507e09 33 33 None. 34 34 35 Source 36 ------ 37 38 `broad_peak.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/broad_peak.py>`_ 39 35 40 Authorship and Verification 36 41 ---------------------------- … … 39 44 * **Last Modified by:** Paul kienle **Date:** July 24, 2016 40 45 * **Last Reviewed by:** Richard Heenan **Date:** March 21, 2016 46 * **Source added by :** Steve King **Date:** March 25, 2019 41 47 """ 42 48 -
sasmodels/models/capped_cylinder.py
rb297ba9 r0507e09 82 82 .. [#] H Kaya and N-R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda 83 83 and errata) 84 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 84 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 85 86 Source 87 ------ 88 89 `capped_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/capped_cylinder.py>`_ 90 91 `capped_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/capped_cylinder.c>`_ 85 92 86 93 Authorship and Verification … … 90 97 * **Last Modified by:** Paul Butler **Date:** September 30, 2016 91 98 * **Last Reviewed by:** Richard Heenan **Date:** January 4, 2017 99 * **Source added by :** Steve King **Date:** March 25, 2019 92 100 """ 93 101 -
sasmodels/models/core_multi_shell.py
rb297ba9 r0507e09 39 39 Neutron Scattering*, Plenum Press, New York, 1987. 40 40 41 Source 42 ------ 43 44 `core_multi_shell.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_multi_shell.py>`_ 45 46 `core_multi_shell.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_multi_shell.c>`_ 47 41 48 Authorship and Verification 42 49 ---------------------------- … … 45 52 * **Last Modified by:** Paul Kienzle **Date:** September 12, 2016 46 53 * **Last Reviewed by:** Paul Kienzle **Date:** September 12, 2016 54 * **Source added by :** Steve King **Date:** March 25, 2019 47 55 """ 48 56 from __future__ import division -
sasmodels/models/core_shell_bicelle.py
rb297ba9 r0507e09 90 90 =26379>`_ 91 91 92 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 92 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 93 94 Source 95 ------ 96 97 `core_shell_bicelle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle.py>`_ 98 99 `core_shell_bicelle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle.c>`_ 93 100 94 101 Authorship and Verification … … 98 105 * **Last Modified by:** Paul Butler **Date:** September 30, 2016 99 106 * **Last Reviewed by:** Richard Heenan **Date:** January 4, 2017 107 * **Source added by :** Steve King **Date:** March 25, 2019 100 108 """ 101 109 -
sasmodels/models/core_shell_bicelle_elliptical.py
rb297ba9 r0507e09 99 99 ---------- 100 100 101 .. [#] 102 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 101 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 102 103 Source 104 ------ 105 106 `core_shell_bicelle_elliptical.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle_elliptical.py>`_ 107 108 `core_shell_bicelle_elliptical.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle_elliptical.c>`_ 103 109 104 110 Authorship and Verification … … 108 114 * **Last Modified by:** Richard Heenan **Date:** December 14, 2016 109 115 * **Last Reviewed by:** Paul Kienzle **Date:** Feb 28, 2018 116 * **Source added by :** Steve King **Date:** March 25, 2019 110 117 """ 111 118 -
sasmodels/models/core_shell_bicelle_elliptical_belt_rough.py
rb297ba9 r0507e09 111 111 ---------- 112 112 113 .. [#] 114 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 113 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 114 115 Source 116 ------ 117 118 `core_shell_bicelle_elliptical_belt_rough.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle_elliptical_belt_rough.py>`_ 119 120 `core_shell_bicelle_elliptical_belt_rough.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_bicelle_elliptical_belt_rough.c>`_ 115 121 116 122 Authorship and Verification … … 120 126 * **Last Modified by:** Richard Heenan new 2d orientation **Date:** October 5, 2017 121 127 * **Last Reviewed by:** Richard Heenan 2d calc seems agree with 1d **Date:** Nov 2, 2017 128 * **Source added by :** Steve King **Date:** March 25, 2019 122 129 """ 123 130 -
sasmodels/models/core_shell_cylinder.py
rb297ba9 r0507e09 70 70 1445-1452 71 71 .. [#kline] S R Kline, *J Appl. Cryst.*, 39 (2006) 895 72 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 72 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 73 74 Source 75 ------ 76 77 `core_shell_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_cylinder.py>`_ 78 79 `core_shell_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_cylinder.c>`_ 73 80 74 81 Authorship and Verification … … 78 85 * **Last Modified by:** Paul Kienzle **Date:** Aug 8, 2016 79 86 * **Last Reviewed by:** Richard Heenan **Date:** March 18, 2016 87 * **Source added by :** Steve King **Date:** March 25, 2019 80 88 """ 81 89 -
sasmodels/models/core_shell_ellipsoid.py
rb297ba9 r0507e09 88 88 ---------- 89 89 see for example: 90 Kotlarchyk, M.; Chen, S.-H. J. Chem. Phys., 1983, 79, 2461. 91 Berr, S. J. Phys. Chem., 1987, 91, 4760. 90 91 .. [#] Kotlarchyk, M.; Chen, S.-H. *J. Chem. Phys.*, 1983, 79, 2461 92 .. [#] Berr, S. *J. Phys. Chem.*, 1987, 91, 4760 93 94 Source 95 ------ 96 97 `core_shell_ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_ellipsoid.py>`_ 98 99 `core_shell_ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_ellipsoid.c>`_ 92 100 93 101 Authorship and Verification … … 97 105 * **Last Modified by:** Richard Heenan (reparametrised model) **Date:** 2015 98 106 * **Last Reviewed by:** Richard Heenan **Date:** October 6, 2016 107 * **Source added by :** Steve King **Date:** March 25, 2019 99 108 """ 100 109 -
sasmodels/models/core_shell_parallelepiped.py
rb297ba9 r0507e09 173 173 from Proquest <http://search.proquest.com/docview/304915826?accountid 174 174 =26379>`_ 175 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 175 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 176 177 Source 178 ------ 179 180 `core_shell_parallelepiped.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_parallelepiped.py>`_ 181 182 `core_shell_parallelepiped.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_parallelepiped.c>`_ 176 183 177 184 Authorship and Verification … … 183 190 * **Last Reviewed by:** Paul Butler **Date:** May 24, 2018 - documentation 184 191 updated 192 * **Source added by :** Steve King **Date:** March 25, 2019 185 193 """ 186 194 -
sasmodels/models/core_shell_sphere.py
rb297ba9 r0507e09 38 38 effective radius for $S(Q)$ when $P(Q) \cdot S(Q)$ is applied. 39 39 40 References41 ----------42 43 A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*,44 John Wiley and Sons, New York, (1955)45 46 40 Validation 47 41 ---------- … … 50 44 the output of the software provided by NIST (Kline, 2006). Figure 1 shows a 51 45 comparison of the output of our model and the output of the NIST software. 46 47 References 48 ---------- 49 50 .. [#] A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) 51 52 Source 53 ------ 54 55 `core_shell_sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_sphere.py>`_ 56 57 `core_shell_sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_sphere.c>`_ 58 59 Authorship and Verification 60 ---------------------------- 61 62 * **Author:** 63 * **Last Modified by:** 64 * **Last Reviewed by:** 65 * **Source added by :** Steve King **Date:** March 25, 2019 52 66 """ 53 67 -
sasmodels/models/correlation_length.py
ra807206 r0507e09 30 30 ---------- 31 31 32 B Hammouda, D L Ho and S R Kline, Insight into Clustering in 33 Poly(ethylene oxide) Solutions, Macromolecules, 37 (2004) 6932-6937 32 .. [#] B Hammouda, D L Ho and S R Kline, Insight into Clustering in Poly(ethylene oxide) Solutions, Macromolecules, 37 (2004) 6932-6937 33 34 Source 35 ------ 36 37 `correlation_length.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/correlation_length.py>`_ 38 39 Authorship and Verification 40 ---------------------------- 41 42 * **Author:** 43 * **Last Modified by:** 44 * **Last Reviewed by:** 45 * **Source added by :** Steve King **Date:** March 25, 2019 34 46 """ 35 47 -
sasmodels/models/cylinder.py
rb297ba9 r0507e09 96 96 ---------- 97 97 98 J. S. Pedersen, Adv. Colloid Interface Sci. 70, 171-210 (1997). 99 G. Fournet, Bull. Soc. Fr. Mineral. Cristallogr. 74, 39-113 (1951). 100 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 98 .. [#] J. Pedersen, *Adv. Colloid Interface Sci.*, 70 (1997) 171-210 99 .. [#] G. Fournet, *Bull. Soc. Fr. Mineral. Cristallogr.*, 74 (1951) 39-113 100 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 101 102 Source 103 ------ 104 105 `cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/cylinder.py>`_ 106 107 `cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/cylinder.c>`_ 108 109 Authorship and Verification 110 ---------------------------- 111 112 * **Author:** 113 * **Last Modified by:** 114 * **Last Reviewed by:** 115 * **Source added by :** Steve King **Date:** March 25, 2019 101 116 """ 102 117 -
sasmodels/models/dab.py
rb297ba9 r0507e09 31 31 ---------- 32 32 33 P Debye, H R Anderson, H Brumberger, *Scattering by an Inhomogeneous Solid. II. 34 The Correlation Function and its Application*, *J. Appl. Phys.*, 28(6) (1957) 679 33 .. [#] P Debye, H R Anderson, H Brumberger, *Scattering by an Inhomogeneous Solid. II. The Correlation Function and its Application*, *J. Appl. Phys.*, 28(6) (1957) 679 34 .. [#] P Debye, A M Bueche, *Scattering by an Inhomogeneous Solid*, *J. Appl. Phys.*, 20 (1949) 518 35 35 36 P Debye, A M Bueche, *Scattering by an Inhomogeneous Solid*, *J. Appl. Phys.*, 37 20 (1949) 518 36 Source 37 ------ 38 38 39 *2013/09/09 - Description reviewed by King, S and Parker, P.* 39 `dab.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/dab.py>`_ 40 41 Authorship and Verification 42 ---------------------------- 43 44 * **Author:** 45 * **Last Modified by:** 46 * **Last Reviewed by:** Steve King & Peter Parker **Date:** September 09, 2013 47 * **Source added by :** Steve King **Date:** March 25, 2019 40 48 """ 41 49 … … 70 78 scale=10**np.random.uniform(1, 4), 71 79 cor_length=10**np.random.uniform(0.3, 3), 72 #background = 0,80 # background = 0, 73 81 ) 74 82 pars['scale'] /= pars['cor_length']**3 -
sasmodels/models/ellipsoid.py
rb297ba9 r0507e09 67 67 68 68 The $\theta$ and $\phi$ parameters are not used for the 1D output. 69 70 71 69 72 70 Validation … … 108 106 ---------- 109 107 110 L A Feigin and D I Svergun. 111 *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, 112 Plenum Press, New York, 1987. 113 114 A. Isihara. J. Chem. Phys. 18(1950) 1446-1449 108 .. [#] L A Feigin and D I Svergun. *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, New York, 1987 109 .. [#] A. Isihara. *J. Chem. Phys.*, 18 (1950) 1446-1449 110 111 Source 112 ------ 113 114 `ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.py>`_ 115 116 `ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.c>`_ 115 117 116 118 Authorship and Verification … … 120 122 * **Converted to sasmodels by:** Helen Park **Date:** July 9, 2014 121 123 * **Last Modified by:** Paul Kienzle **Date:** March 22, 2017 124 * **Source added by :** Steve King **Date:** March 25, 2019 122 125 """ 123 126 from __future__ import division -
sasmodels/models/elliptical_cylinder.py
rb297ba9 r0507e09 86 86 ---------- 87 87 88 L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and 89 Neutron Scattering*, Plenum, New York, (1987) [see table 3.4] 90 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 88 .. [#] L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum, New York, (1987) [see table 3.4] 89 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 90 91 Source 92 ------ 93 94 `elliptical_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/elliptical_cylinder.py>`_ 95 96 `elliptical_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/elliptical_cylinder.c>`_ 91 97 92 98 Authorship and Verification … … 96 102 * **Last Modified by:** 97 103 * **Last Reviewed by:** Richard Heenan - corrected equation in docs **Date:** December 21, 2016 104 * **Source added by :** Steve King **Date:** March 25, 2019 98 105 """ 99 106 -
sasmodels/models/fcc_paracrystal.py
rb297ba9 r0507e09 99 99 (Corrections to FCC and BCC lattice structure calculation) 100 100 101 Source 102 ------ 103 104 `fcc_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fcc_paracrystal.py>`_ 105 106 `fcc_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fcc_paracrystal.c>`_ 107 101 108 Authorship and Verification 102 109 --------------------------- … … 105 112 * **Last Modified by:** Paul Butler **Date:** September 29, 2016 106 113 * **Last Reviewed by:** Richard Heenan **Date:** March 21, 2016 114 * **Source added by :** Steve King **Date:** March 25, 2019 107 115 """ 108 116 -
sasmodels/models/flexible_cylinder.py
rb297ba9 r0507e09 50 50 ---------- 51 51 52 J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible 53 polymers with and without excluded volume effects.* Macromolecules, 54 29 (1996) 7602-7612 52 .. [#] J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible polymers with and without excluded volume effects.* Macromolecules, 29 (1996) 7602-7612 55 53 56 54 Correction of the formula can be found in 57 55 58 W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions 59 in the Fitting of SANS Data from Cationic Wormlike Micelles.* Langmuir, 60 22(15) 2006 6539-6548 56 .. [#] W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in the Fitting of SANS Data from Cationic Wormlike Micelles.* Langmuir, 22(15) 2006 6539-6548 57 58 Source 59 ------ 60 61 `flexible_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder.py>`_ 62 63 `flexible_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder.c>`_ 64 65 Authorship and Verification 66 ---------------------------- 67 68 * **Author:** 69 * **Last Modified by:** 70 * **Last Reviewed by:** 71 * **Source added by :** Steve King **Date:** March 25, 2019 61 72 """ 62 73 -
sasmodels/models/flexible_cylinder_elliptical.py
rb297ba9 r0507e09 74 74 ---------- 75 75 76 J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible polymers 77 with and without excluded volume effects.* Macromolecules, 29 (1996) 7602-7612 76 .. [#] J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible polymers with and without excluded volume effects.* Macromolecules, 29 (1996) 7602-7612 78 77 79 78 Correction of the formula can be found in 80 79 81 W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in 82 the Fitting of SANS Data from Cationic Wormlike Micelles.* Langmuir, 83 22(15) 2006 6539-6548 80 .. [#] W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in the Fitting of SANS Data from Cationic Wormlike Micelles.* Langmuir, 22(15) 2006 6539-6548 81 82 Source 83 ------ 84 85 `flexible_cylinder_elliptical.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder_elliptical.py>`_ 86 87 `flexible_cylinder_elliptical.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder_elliptical.c>`_ 88 89 Authorship and Verification 90 ---------------------------- 91 92 * **Author:** 93 * **Last Modified by:** 94 * **Last Reviewed by:** 95 * **Source added by :** Steve King **Date:** March 25, 2019 84 96 """ 85 97 -
sasmodels/models/fractal.py
rb297ba9 r0507e09 46 46 .. [#] J Teixeira, *J. Appl. Cryst.*, 21 (1988) 781-785 47 47 48 Source 49 ------ 50 51 `fractal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fractal.py>`_ 52 53 `fractal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fractal.c>`_ 54 48 55 Authorship and Verification 49 56 ---------------------------- … … 53 60 * **Last Modified by:** Paul Butler **Date:** March 12, 2017 54 61 * **Last Reviewed by:** Paul Butler **Date:** March 12, 2017 62 * **Source added by :** Steve King **Date:** March 25, 2019 55 63 """ 56 64 from __future__ import division -
sasmodels/models/fractal_core_shell.py
rb297ba9 r0507e09 51 51 .. [#Kline] S R Kline, *J Appl. Cryst.*, 39 (2006) 895 52 52 53 Source 54 ------ 55 56 `fractal_core_shell.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fractal_core_shell.py>`_ 57 58 `fractal_core_shell.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fractal_core_shell.c>`_ 59 53 60 Authorship and Verification 54 61 ---------------------------- … … 57 64 * **Last Modified by:** Paul Butler and Paul Kienzle **Date:** November 27, 2016 58 65 * **Last Reviewed by:** Paul Butler and Paul Kienzle **Date:** November 27, 2016 66 * **Source added by :** Steve King **Date:** March 25, 2019 59 67 """ 60 68 -
sasmodels/models/fuzzy_sphere.py
rb297ba9 r0507e09 51 51 ---------- 52 52 53 M Stieger, J. S Pedersen, P Lindner, W Richtering, *Langmuir*, 54 20 (2004) 7283-7292 53 .. [#] M Stieger, J. S Pedersen, P Lindner, W Richtering, *Langmuir*, 20 (2004) 7283-7292 54 55 Source 56 ------ 57 58 `fuzzy_sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fuzzy_sphere.py>`_ 59 60 `fuzzy_sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fuzzy_sphere.c>`_ 61 62 Authorship and Verification 63 ---------------------------- 64 65 * **Author:** 66 * **Last Modified by:** 67 * **Last Reviewed by:** 68 * **Source added by :** Steve King **Date:** March 25, 2019 55 69 """ 56 70 -
sasmodels/models/gauss_lorentz_gel.py
rb297ba9 r0507e09 32 32 ---------- 33 33 34 G Evmenenko, E Theunissen, K Mortensen, H Reynaers, *Polymer*, 35 42 (2001) 2907-2913 34 .. [#] G Evmenenko, E Theunissen, K Mortensen, H Reynaers, *Polymer*, 42 (2001) 2907-2913 35 36 Source 37 ------ 38 39 `gauss_lorentz_gel.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/gauss_lorentz_gel.py>`_ 40 41 Authorship and Verification 42 ---------------------------- 43 44 * **Author:** 45 * **Last Modified by:** 46 * **Last Reviewed by:** 47 * **Source added by :** Steve King **Date:** March 25, 2019 36 48 """ 37 49 -
sasmodels/models/gaussian_peak.py
rb297ba9 r0507e09 26 26 27 27 None. 28 29 Source 30 ------ 31 32 `gaussian_peak.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/gaussian_peak.py>`_ 33 34 Authorship and Verification 35 ---------------------------- 36 37 * **Author:** 38 * **Last Modified by:** 39 * **Last Reviewed by:** 40 * **Source added by :** Steve King **Date:** March 25, 2019 28 41 """ 29 42 -
sasmodels/models/gel_fit.py
rb297ba9 r0507e09 37 37 ---------- 38 38 39 Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C Han, 40 *J. Chem. Phys.* 1992, 97 (9), 6829-6841 39 .. [#] Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C Han, *J. Chem. Phys.* 1992, 97 (9), 6829-6841 41 40 42 Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R Rennie, Erik Geissler, 43 *Macromolecules* 1991, 24, 543-548 41 .. [#] Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R Rennie, Erik Geissler, *Macromolecules* 1991, 24, 543-548 42 43 Source 44 ------ 45 46 `gel_fit.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/gel_fit.py>`_ 47 48 `gel_fit.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/gel_fit.c>`_ 49 50 Authorship and Verification 51 ---------------------------- 52 53 * **Author:** 54 * **Last Modified by:** 55 * **Last Reviewed by:** 56 * **Source added by :** Steve King **Date:** March 25, 2019 44 57 """ 45 58 -
sasmodels/models/guinier.py
rb297ba9 r0507e09 46 46 ---------- 47 47 48 A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, 49 John Wiley & Sons, New York (1955) 48 .. [#] A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley & Sons, New York (1955) 49 50 Source 51 ------ 52 53 `guinier.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/guinier.py>`_ 54 55 Authorship and Verification 56 ---------------------------- 57 58 * **Author:** 59 * **Last Modified by:** 60 * **Last Reviewed by:** 61 * **Source added by :** Steve King **Date:** March 25, 2019 50 62 """ 51 63 -
sasmodels/models/guinier_porod.py
rb297ba9 r0507e09 60 60 --------- 61 61 62 B Hammouda, *A new Guinier-Porod model, J. Appl. Cryst.*, (2010), 43, 716-719 62 .. [#] B Hammouda, *A new Guinier-Porod model, J. Appl. Cryst.*, (2010), 43, 716-719 63 .. [#] B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 63 64 64 B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 65 Source 66 ------ 67 68 `guinier_porod.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/guinier_porod.py>`_ 69 70 Authorship and Verification 71 ---------------------------- 72 73 * **Author:** 74 * **Last Modified by:** 75 * **Last Reviewed by:** 76 * **Source added by :** Steve King **Date:** March 25, 2019 65 77 """ 66 78 -
sasmodels/models/hardsphere.py
rb297ba9 r0507e09 39 39 ---------- 40 40 41 J K Percus, J Yevick, *J. Phys. Rev.*, 110, (1958) 1 41 .. [#] J K Percus, J Yevick, *J. Phys. Rev.*, 110, (1958) 1 42 43 Source 44 ------ 45 46 `hardsphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hardsphere.py>`_ 47 48 Authorship and Verification 49 ---------------------------- 50 51 * **Author:** 52 * **Last Modified by:** 53 * **Last Reviewed by:** 54 * **Source added by :** Steve King **Date:** March 25, 2019 42 55 """ 43 56 -
sasmodels/models/hayter_msa.py
rb297ba9 r0507e09 37 37 ---------- 38 38 39 J B Hayter and J Penfold, *Molecular Physics*, 42 (1981) 109-118 39 .. [#] J B Hayter and J Penfold, *Molecular Physics*, 42 (1981) 109-118 40 .. [#] J P Hansen and J B Hayter, *Molecular Physics*, 46 (1982) 651-656 40 41 41 J P Hansen and J B Hayter, *Molecular Physics*, 46 (1982) 651-656 42 Source 43 ------ 44 45 `hayter_msa.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hayter_msa.py>`_ 46 47 `hayter_msa.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hayter_msa.c>`_ 48 49 Authorship and Verification 50 ---------------------------- 51 52 * **Author:** 53 * **Last Modified by:** 54 * **Last Reviewed by:** 55 * **Source added by :** Steve King **Date:** March 25, 2019 42 56 """ 43 57 -
sasmodels/models/hollow_cylinder.py
rb297ba9 r0507e09 60 60 .. [#] L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and 61 61 Neutron Scattering*, Plenum Press, New York, (1987) 62 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 62 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 63 64 Source 65 ------ 66 67 `hollow_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_cylinder.py>`_ 68 69 `hollow_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_cylinder.c>`_ 63 70 64 71 Authorship and Verification … … 69 76 (corrected VR calculation) 70 77 * **Last Reviewed by:** Paul Butler **Date:** September 06, 2018 78 * **Source added by :** Steve King **Date:** March 25, 2019 71 79 """ 72 80 from __future__ import division -
sasmodels/models/hollow_rectangular_prism.py
rb297ba9 r0507e09 98 98 99 99 .. [#Nayuk2012] R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 100 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 100 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 101 101 102 Source 103 ------ 104 105 `hollow_rectangular_prism.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_rectangular_prism.py>`_ 106 107 `hollow_rectangular_prism.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_rectangular_prism.c>`_ 102 108 103 109 Authorship and Verification … … 107 113 * **Last Modified by:** Paul Kienzle **Date:** December 14, 2017 108 114 * **Last Reviewed by:** Paul Butler **Date:** September 06, 2018 115 * **Source added by :** Steve King **Date:** March 25, 2019 109 116 """ 110 117 -
sasmodels/models/hollow_rectangular_prism_thin_walls.py
rb297ba9 r0507e09 72 72 73 73 .. [#Nayuk2012] R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 74 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 74 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 75 75 76 Source 77 ------ 78 79 `hollow_rectangular_prism_thin_walls.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_rectangular_prism_thin_walls.py>`_ 80 81 `hollow_rectangular_prism_thin_walls.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/hollow_rectangular_prism_thin_walls.c>`_ 76 82 77 83 Authorship and Verification … … 81 87 * **Last Modified by:** Paul Kienzle **Date:** October 15, 2016 82 88 * **Last Reviewed by:** Paul Butler **Date:** September 07, 2018 89 * **Source added by :** Steve King **Date:** March 25, 2019 83 90 """ 84 91 -
sasmodels/models/lamellar.py
rb297ba9 r0507e09 40 40 ---------- 41 41 42 F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 42 .. [#] F Nallet, R Laversanne, and D Roux, *J. Phys. II France*, 3, (1993) 487-502 43 .. [#] J Berghausen, J Zipfel, P Lindner, W Richtering, *J. Phys. Chem. B*, 105, (2001) 11081-11088 43 44 44 also in J. Phys. Chem. B, 105, (2001) 11081-11088 45 Source 46 ------ 47 48 `lamellar.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar.py>`_ 49 50 Authorship and Verification 51 ---------------------------- 52 53 * **Author:** 54 * **Last Modified by:** 55 * **Last Reviewed by:** 56 * **Source added by :** Steve King **Date:** March 25, 2019 45 57 """ 46 58 -
sasmodels/models/lamellar_hg.py
rb297ba9 r0507e09 38 38 .. math:: q = \sqrt{q_x^2 + q_y^2} 39 39 40 40 41 References 41 42 ---------- 42 43 43 F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 44 .. [#] F Nallet, R Laversanne, and D Roux, *J. Phys. II France*, 3, (1993) 487-502 45 .. [#] J Berghausen, J Zipfel, P Lindner, W Richtering, *J. Phys. Chem. B*, 105, (2001) 11081-11088 44 46 45 also in J. Phys. Chem. B, 105, (2001) 11081-11088 47 Source 48 ------ 46 49 47 *2014/04/17 - Description reviewed by S King and P Butler.* 50 `lamellar_hg.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_hg.py>`_ 51 52 Authorship and Verification 53 ---------------------------- 54 55 * **Author:** 56 * **Last Modified by:** 57 * **Last Reviewed by:** S King and P Butler **Date** April 17, 2014 58 * **Source added by :** Steve King **Date:** March 25, 2019 48 59 """ 49 60 -
sasmodels/models/lamellar_hg_stack_caille.py
rb297ba9 r0507e09 69 69 ---------- 70 70 71 F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 71 .. [#] F Nallet, R Laversanne, and D Roux, *J. Phys. II France*, 3, (1993) 487-502 72 .. [#] J Berghausen, J Zipfel, P Lindner, W Richtering, *J. Phys. Chem. B*, 105, (2001) 11081-11088 72 73 73 also in J. Phys. Chem. B, 105, (2001) 11081-11088 74 Source 75 ------ 76 77 `lamellar_hg_stack_caille.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_hg_stack_caille.py>`_ 78 79 `lamellar_hg_stack_caille.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_hg_stack_caille.c>`_ 80 81 Authorship and Verification 82 ---------------------------- 83 84 * **Author:** 85 * **Last Modified by:** 86 * **Last Reviewed by:** 87 * **Source added by :** Steve King **Date:** March 25, 2019 74 88 """ 75 89 -
sasmodels/models/lamellar_stack_caille.py
rb297ba9 r0507e09 61 61 62 62 63 63 64 References 64 65 ---------- 65 66 66 F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 67 .. [#] F Nallet, R Laversanne, and D Roux, *J. Phys. II France*, 3, (1993) 487-502 68 .. [#] J Berghausen, J Zipfel, P Lindner, W Richtering, *J. Phys. Chem. B*, 105, (2001) 11081-11088 67 69 68 also in J. Phys. Chem. B, 105, (2001) 11081-11088 70 Source 71 ------ 72 73 `lamellar_stack_caille.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_stack_caille.py>`_ 74 75 `lamellar_stack_caille.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_stack_caille.c>`_ 76 77 Authorship and Verification 78 ---------------------------- 79 80 * **Author:** 81 * **Last Modified by:** 82 * **Last Reviewed by:** 83 * **Source added by :** Steve King **Date:** March 25, 2019 69 84 """ 70 85 -
sasmodels/models/lamellar_stack_paracrystal.py
rb297ba9 r0507e09 88 88 --------- 89 89 90 M Bergstrom, J S Pedersen, P Schurtenberger, S U Egelhaaf, 91 *J. Phys. Chem. B*, 103 (1999) 9888-9897 90 .. [#] M Bergstrom, J S Pedersen, P Schurtenberger, S U Egelhaaf, *J. Phys. Chem. B*, 103 (1999) 9888-9897 91 92 Source 93 ------ 94 95 `lamellar_stack_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_stack_paracrystal.py>`_ 96 97 `lamellar_stack_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lamellar_stack_paracrystal.c>`_ 98 99 Authorship and Verification 100 ---------------------------- 101 102 * **Author:** 103 * **Last Modified by:** 104 * **Last Reviewed by:** 105 * **Source added by :** Steve King **Date:** March 25, 2019 92 106 """ 93 94 107 import numpy as np 95 108 from numpy import inf -
sasmodels/models/line.py
rb297ba9 r0507e09 22 22 23 23 None. 24 """ 24 25 Source 26 ------ 27 28 `line.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/line.py>`_ 29 30 Authorship and Verification 31 ---------------------------- 32 33 * **Author:** 34 * **Last Modified by:** 35 * **Last Reviewed by:** 36 * **Source added by :** Steve King **Date:** March 25, 2019""" 25 37 26 38 import numpy as np -
sasmodels/models/linear_pearls.py
rb297ba9 r0507e09 29 29 ---------- 30 30 31 A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 32 29 (1996) 2974-2979 33 """ 31 .. [#] A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 29 (1996) 2974-2979 32 33 Source 34 ------ 35 36 `linear_pearls.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/linear_pearls.py>`_ 37 38 `linear_pearls.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/linear_pearls.c>`_ 39 40 Authorship and Verification 41 ---------------------------- 42 43 * **Author:** 44 * **Last Modified by:** 45 * **Last Reviewed by:** 46 * **Source added by :** Steve King **Date:** March 25, 2019""" 34 47 35 48 import numpy as np -
sasmodels/models/lorentz.py
rb297ba9 r0507e09 20 20 ---------- 21 21 22 L.S. Qrnstein and F. Zernike, *Proc. Acad. Sci. Amsterdam* 17, 793 (1914), and 23 *Z. Phys.* 19, 134 (1918), and 27, 761 {1926); referred to as QZ. 24 """ 22 .. [#] L.S. Qrnstein and F. Zernike, *Proc. Acad. Sci. Amsterdam* 17, 793 (1914), and *Z. Phys.* 19, 134 (1918), and 27, 761 {1926); referred to as QZ. 23 24 Source 25 ------ 26 27 `lorentz.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lorentz.py>`_ 28 29 Authorship and Verification 30 ---------------------------- 31 32 * **Author:** 33 * **Last Modified by:** 34 * **Last Reviewed by:** 35 * **Source added by :** Steve King **Date:** March 25, 2019""" 25 36 26 37 import numpy as np -
sasmodels/models/mass_fractal.py
rb297ba9 r0507e09 49 49 ---------- 50 50 51 D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 52 19 (1986) 1535-1545 Equation(9) 53 """ 51 .. [#] D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 Equation(9) 52 53 Source 54 ------ 55 56 `mass_fractal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_fractal.py>`_ 57 58 `mass_fractal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_fractal.c>`_ 59 60 Authorship and Verification 61 ---------------------------- 62 63 * **Author:** 64 * **Last Modified by:** 65 * **Last Reviewed by:** 66 * **Source added by :** Steve King **Date:** March 25, 2019""" 54 67 55 68 import numpy as np -
sasmodels/models/mass_surface_fractal.py
rb297ba9 r0507e09 55 55 35 (1987) 2361-2364 Equation(2) 56 56 57 Source 58 ------ 59 60 `mass_surface_fractal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_surface_fractal.py>`_ 61 62 `mass_surface_fractal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_surface_fractal.c>`_ 63 57 64 Authorship and Verification 58 65 ---------------------------- 59 66 60 * **Converted to sasmodels by:** Piotr Rozyczko **Date:** Jan 20, 2016 67 * **Author:** Piotr Rozyczko **Date:** Jan 20, 2016 68 * **Last Modified by:** 61 69 * **Last Reviewed by:** Richard Heenan **Date:** May 30, 2018 70 * **Source added by :** Steve King **Date:** March 25, 2019 62 71 """ 63 72 -
sasmodels/models/mono_gauss_coil.py
rb297ba9 r0507e09 45 45 ---------- 46 46 47 P Debye, *J. Phys. Colloid. Chem.*, 51 (1947) 18. 47 .. [#] P Debye, *J. Phys. Colloid. Chem.*, 51 (1947) 18. 48 .. [#] R J Roe, *Methods of X-Ray and Neutron Scattering in Polymer Science*, Oxford University Press, New York (2000). 49 .. [#] http://www.ncnr.nist.gov/staff/hammouda/distance_learning/chapter_28.pdf 48 50 49 R J Roe, *Methods of X-Ray and Neutron Scattering in Polymer Science*, 50 Oxford University Press, New York (2000). 51 Source 52 ------ 51 53 52 http://www.ncnr.nist.gov/staff/hammouda/distance_learning/chapter_28.pdf 53 """ 54 `mono_gauss_coil.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mono_gauss_coil.py>`_ 55 56 `mono_gauss_coil.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mono_gauss_coil.c>`_ 57 58 Authorship and Verification 59 ---------------------------- 60 61 * **Author:** 62 * **Last Modified by:** 63 * **Last Reviewed by:** 64 * **Source added by :** Steve King **Date:** March 25, 2019""" 54 65 55 66 import numpy as np -
sasmodels/models/multilayer_vesicle.py
rb297ba9 r0507e09 100 100 R Zana and M Dekker, New York, (1987). 101 101 102 Source 103 ------ 104 105 `multilayer_vesicle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/multilayer_vesicle.py>`_ 106 107 `multilayer_vesicle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/multilayer_vesicle.c>`_ 108 102 109 Authorship and Verification 103 110 ---------------------------- … … 107 114 * **Last Modified by:** Paul Kienzle **Date:** Feb 7, 2017 108 115 * **Last Reviewed by:** Paul Butler **Date:** March 12, 2017 116 * **Source added by :** Steve King **Date:** March 25, 2019 109 117 """ 110 118 -
sasmodels/models/onion.py
rb297ba9 r0507e09 170 170 ---------- 171 171 172 L A Feigin and D I Svergun, 173 *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, 174 Plenum Press, New York, 1987. 172 .. [#] L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, New York, 1987. 173 174 Source 175 ------ 176 177 `onion.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/onion.py>`_ 178 179 `onion.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/onion.c>`_ 180 181 Authorship and Verification 182 ---------------------------- 183 184 * **Author:** 185 * **Last Modified by:** 186 * **Last Reviewed by:** 187 * **Source added by :** Steve King **Date:** March 25, 2019 175 188 """ 176 189 -
sasmodels/models/parallelepiped.py
rb297ba9 r0507e09 180 180 14 (1961) 185-211 181 181 .. [#] R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 182 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 182 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 183 184 Source 185 ------ 186 187 `parallelepiped.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/parallelepiped.py>`_ 188 189 `parallelepiped.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/parallelepiped.c>`_ 183 190 184 191 Authorship and Verification … … 189 196 * **Last Reviewed by:** Miguel Gonzales and Paul Butler **Date:** May 24, 190 197 2018 - documentation updated 198 * **Source added by :** Steve King **Date:** March 25, 2019 191 199 """ 192 200 -
sasmodels/models/peak_lorentz.py
rb297ba9 r0507e09 26 26 27 27 None. 28 29 Source 30 ------ 31 32 `peak_lorentz.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/peak_lorentz.py>`_ 33 34 `peak_lorentz.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/peak_lorentz.c>`_ 35 36 Authorship and Verification 37 ---------------------------- 38 39 * **Author:** 40 * **Last Modified by:** 41 * **Last Reviewed by:** 42 * **Source added by :** Steve King **Date:** March 25, 2019 28 43 """ 29 44 -
sasmodels/models/pearl_necklace.py
rb297ba9 r0507e09 51 51 ---------- 52 52 53 R Schweins and K Huber, *Particle Scattering Factor of Pearl Necklace Chains*,53 .. [#] R Schweins and K Huber, *Particle Scattering Factor of Pearl Necklace Chains*, 54 54 *Macromol. Symp.* 211 (2004) 25-42 2004 55 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 55 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 56 57 Source 58 ------ 59 60 `pearl_necklace.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/pearl_necklace.py>`_ 61 62 `pearl_necklace.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/pearl_necklace.c>`_ 63 64 Authorship and Verification 65 ---------------------------- 66 67 * **Author:** 68 * **Last Modified by:** 69 * **Last Reviewed by:** 70 * **Source added by :** Steve King **Date:** March 25, 2019 56 71 """ 57 72 -
sasmodels/models/poly_gauss_coil.py
rb297ba9 r0507e09 43 43 ---------- 44 44 45 O Glatter and O Kratky (editors), *Small Angle X-ray Scattering*, 46 Academic Press, (1982) Page 404. 45 .. [#] O Glatter and O Kratky (editors), *Small Angle X-ray Scattering*, Academic Press, (1982) Page 404 46 .. [#] J S Higgins, H C Benoit, *Polymers and Neutron Scattering*, Oxford Science Publications, (1996) 47 .. [#] S M King, *Small Angle Neutron Scattering* in *Modern Techniques for Polymer Characterisation*, Wiley, (1999) 48 .. [#] http://www.ncnr.nist.gov/staff/hammouda/distance_learning/chapter_28.pdf 47 49 48 J S Higgins, H C Benoit, *Polymers and Neutron Scattering*, 49 Oxford Science Publications, (1996). 50 Source 51 ------ 50 52 51 S M King, *Small Angle Neutron Scattering* in *Modern Techniques for 52 Polymer Characterisation*, Wiley, (1999). 53 `poly_gauss_coil.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/poly_gauss_coil.py>`_ 53 54 54 http://www.ncnr.nist.gov/staff/hammouda/distance_learning/chapter_28.pdf 55 `poly_gauss_coil.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/poly_gauss_coil.c>`_ 56 57 Authorship and Verification 58 ---------------------------- 59 60 * **Author:** 61 * **Last Modified by:** 62 * **Last Reviewed by:** 63 * **Source added by :** Steve King **Date:** March 25, 2019 55 64 """ 56 65 -
sasmodels/models/polymer_excl_volume.py
rb297ba9 r0507e09 108 108 ---------- 109 109 110 H Benoit, *Comptes Rendus*, 245 (1957) 2244-2247 110 .. [#] H Benoit, *Comptes Rendus*, 245 (1957) 2244-2247 111 .. [#] B Hammouda, *SANS from Homogeneous Polymer Mixtures - A Unified Overview, Advances in Polym. Sci.* 106 (1993) 87-133 112 .. [#] M Hore et al, *Co-Nonsolvency of Poly(n-isopropylacrylamide) in Deuterated Water/Ethanol Mixtures* 46 (2013) 7894-7901 113 .. [#] B Hammouda & M-H Kim, *The empirical core-chain model* 247 (2017) 434-440 111 114 112 B Hammouda, *SANS from Homogeneous Polymer Mixtures - A Unified Overview, 113 Advances in Polym. Sci.* 106 (1993) 87-133 115 Source 116 ------ 114 117 115 M Hore et al, *Co-Nonsolvency of Poly(n-isopropylacrylamide) in Deuterated 116 Water/Ethanol Mixtures* 46 (2013) 7894-7901 118 `polymer_excl_volume.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/polymer_excl_volume.py>`_ 117 119 118 B Hammouda & M-H Kim, *The empirical core-chain model* 247 (2017) 434-440 120 `polymer_excl_volume.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/polymer_excl_volume.c>`_ 121 122 Authorship and Verification 123 ---------------------------- 124 125 * **Author:** 126 * **Last Modified by:** 127 * **Last Reviewed by:** 128 * **Source added by :** Steve King **Date:** March 25, 2019 119 129 """ 120 130 -
sasmodels/models/polymer_micelle.py
rb297ba9 r0507e09 68 68 ---------- 69 69 70 J Pedersen, *J. Appl. Cryst.*, 33 (2000) 637-64070 .. [#] J Pedersen, *J. Appl. Cryst.*, 33 (2000) 637-640 71 71 72 * **Modified by:** Richard Heenan **Date:** March 20, 2016 73 * **Verified by:** Paul Kienzle **Date:** November 29, 2017 74 * **Description modified by:** Paul Kienzle **Date:** November 29, 2017 75 * **Description reviewed by:** Steve King **Date:** November 30, 2017 72 Source 73 ------ 74 75 `polymer_micelle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/polymer_micelle.py>`_ 76 77 `polymer_micelle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/polymer_micelle.c>`_ 78 79 Authorship and Verification 80 ---------------------------- 81 82 * **Translated by :** Richard Heenan **Date:** March 20, 2016 83 * **Last modified by:** Paul Kienzle **Date:** November 29, 2017 84 * **Last reviewed by:** Steve King **Date:** November 30, 2017 85 * **Source added by :** Steve King **Date:** March 25, 2019 76 86 """ 77 87 -
sasmodels/models/porod.py
rb297ba9 r0507e09 18 18 ---------- 19 19 20 G Porod. *Kolloid Zeit*. 124 (1951) 83. 20 .. [#] G Porod. *Kolloid Zeit*. 124 (1951) 83 21 .. [#] L A Feigin, D I Svergun, G W Taylor. *Structure Analysis by Small-Angle X-ray and Neutron Scattering*. Springer. (1987) 21 22 22 L A Feigin, D I Svergun, G W Taylor. *Structure Analysis by Small-Angle 23 X-ray and Neutron Scattering*. Springer. (1987) 23 Source 24 ------ 25 26 `porod.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/porod.py>`_ 27 28 Authorship and Verification 29 ---------------------------- 30 31 * **Author:** 32 * **Last Modified by:** 33 * **Last Reviewed by:** 34 * **Source added by :** Steve King **Date:** March 25, 2019 24 35 """ 25 36 -
sasmodels/models/power_law.py
rb297ba9 r0507e09 25 25 26 26 None. 27 28 Source 29 ------ 30 31 `power_law.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/power_law.py>`_ 32 33 Authorship and Verification 34 ---------------------------- 35 36 * **Author:** 37 * **Last Modified by:** 38 * **Last Reviewed by:** 39 * **Source added by :** Steve King **Date:** March 25, 2019 27 40 """ 28 41 -
sasmodels/models/pringle.py
rb297ba9 r0507e09 40 40 --------- 41 41 42 Karen Edler, Universtiy of Bath, Private Communication. 2012. 43 Derivation by Stefan Alexandru Rautu. 44 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 42 .. [#] Karen Edler, Universtiy of Bath, Private Communication. 2012. Derivation by Stefan Alexandru Rautu. 43 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 44 45 Source 46 ------ 47 48 `pringle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/pringle.py>`_ 49 50 `pringle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/pringle.c>`_ 51 52 Authorship and Verification 53 ---------------------------- 45 54 46 55 * **Author:** Andrew Jackson **Date:** 2008 47 56 * **Last Modified by:** Wojciech Wpotrzebowski **Date:** March 20, 2016 48 57 * **Last Reviewed by:** Andrew Jackson **Date:** September 26, 2016 58 * **Source added by :** Steve King **Date:** March 25, 2019 49 59 """ 50 60 -
sasmodels/models/raspberry.py
rb297ba9 r0507e09 98 98 ---------- 99 99 100 K Larson-Smith, A Jackson, and D C Pozzo, *Small angle scattering model for 101 Pickering emulsions and raspberry particles*, *Journal of Colloid and Interface 102 Science*, 343(1) (2010) 36-41 100 .. [#] K Larson-Smith, A Jackson, and D C Pozzo, *Small angle scattering model for Pickering emulsions and raspberry particles*, *Journal of Colloid and Interface Science*, 343(1) (2010) 36-41 101 102 Source 103 ------ 104 105 `raspberry.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/raspberry.py>`_ 106 107 `raspberry.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/raspberry.c>`_ 108 109 Authorship and Verification 110 ---------------------------- 103 111 104 112 * **Author:** Andrew Jackson **Date:** 2008 105 * **Modified by:** Andrew Jackson **Date:** March 20, 2016 106 * **Reviewed by:** Andrew Jackson **Date:** March 20, 2016 113 * **Last Modified by:** Andrew Jackson **Date:** March 20, 2016 114 * **Last Reviewed by:** Andrew Jackson **Date:** March 20, 2016 115 * **Source added by :** Steve King **Date:** March 25, 2019 107 116 """ 108 117 -
sasmodels/models/rectangular_prism.py
rb297ba9 r0507e09 96 96 ---------- 97 97 98 P Mittelbach and G Porod, *Acta Physica Austriaca*, 14 (1961) 185-211 98 .. [#] P Mittelbach and G Porod, *Acta Physica Austriaca*, 14 (1961) 185-211 99 .. [#] R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 100 .. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 99 101 100 R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 102 Source 103 ------ 101 104 102 L. Onsager, Ann. New York Acad. Sci. 51, 627-659 (1949). 105 `rectangular_prism.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/rectangular_prism.py>`_ 103 106 107 `rectangular_prism.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/rectangular_prism.c>`_ 108 109 Authorship and Verification 110 ---------------------------- 111 112 * **Author:** 113 * **Last Modified by:** 114 * **Last Reviewed by:** 115 * **Source added by :** Steve King **Date:** March 25, 2019 104 116 """ 105 117 -
sasmodels/models/rpa.py
rb297ba9 r0507e09 63 63 ---------- 64 64 65 A Z Akcasu, R Klein and B Hammouda, *Macromolecules*, 26 (1993) 4136. 65 .. [#] A Z Akcasu, R Klein and B Hammouda, *Macromolecules*, 26 (1993) 4136 66 .. [#] B. Hammouda, *Advances in Polymer Science* 106 (1993) 87 67 .. [#] B. Hammouda, *SANS Toolbox* https://www.ncnr.nist.gov/staff/hammouda/the_sans_toolbox.pdf. 66 68 67 B. Hammouda, *Advances in Polymer Science* 106 (1993) 87. 69 Source 70 ------ 68 71 69 B. Hammouda, *SANS Toolbox* 70 https://www.ncnr.nist.gov/staff/hammouda/the_sans_toolbox.pdf. 72 `rpa.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/rpa.py>`_ 73 74 `rpa.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/rpa.c>`_ 71 75 72 76 Authorship and Verification … … 77 81 * **Last Modified by:** Paul Butler **Date:** March 12, 2017 78 82 * **Last Reviewed by:** Paul Butler **Date:** March 12, 2017 83 * **Source added by :** Steve King **Date:** March 25, 2019 79 84 """ 80 85 -
sasmodels/models/sc_paracrystal.py
rb297ba9 r0507e09 26 26 27 27 Equation (16) of the 1987 reference\ [#CIT1987]_ is used to calculate $Z(q)$, 28 using equations (13)-(15) from the 1987 paper\ [#CIT19 87]_ for $Z1$, $Z2$, and28 using equations (13)-(15) from the 1987 paper\ [#CIT1990]_ for $Z1$, $Z2$, and 29 29 $Z3$. 30 30 … … 98 98 --------- 99 99 100 .. [#CIT1987] Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 101 (Original Paper) 102 .. [#CIT1990] Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 103 (Corrections to FCC and BCC lattice structure calculation) 100 .. [#CIT1987] Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 (Original Paper) 101 .. [#CIT1990] Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 (Corrections to FCC and BCC lattice structure calculation) 102 103 Source 104 ------ 105 106 `sc_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sc_paracrystal.py>`_ 107 108 `sc_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sc_paracrystal.c>`_ 104 109 105 110 Authorship and Verification … … 107 112 108 113 * **Author:** NIST IGOR/DANSE **Date:** pre 2010 109 * **Last Modified by:** Paul Butler **Date:** September 29, 2016114 * **Last Modified by:** Steve King **Date:** March 25, 2019 110 115 * **Last Reviewed by:** Richard Heenan **Date:** March 21, 2016 116 * **Source added by :** Steve King **Date:** March 25, 2019 111 117 """ 112 118 -
sasmodels/models/sphere.py
rb297ba9 r0507e09 37 37 ---------- 38 38 39 A Guinier and G. Fournet, *Small-Angle Scattering of X-Rays*, 40 John Wiley and Sons, New York, (1955) 39 .. [#] A Guinier and G. Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) 41 40 41 Source 42 ------ 43 44 `sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.py>`_ 45 46 `sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.c>`_ 47 48 Authorship and Verification 49 ---------------------------- 50 51 * **Author:** 52 * **Last Modified by:** 42 53 * **Last Reviewed by:** S King and P Parker **Date:** 2013/09/09 and 2014/01/06 54 * **Source added by :** Steve King **Date:** March 25, 2019 43 55 """ 44 56 -
sasmodels/models/spherical_sld.py
rb297ba9 r0507e09 14 14 Example SLD profile 15 15 16 Unlike the <onion>model (using an analytical integration), the interfacial16 Unlike the :ref:`onion` model (using an analytical integration), the interfacial 17 17 shells here are sub-divided and numerically integrated assuming each 18 18 sub-shell is described by a line function, with *n_steps* sub-shells per … … 90 90 \end{cases} 91 91 92 Power-Law 92 Power-Law: 93 93 94 94 .. math:: … … 103 103 104 104 .. math:: 105 105 106 \rho_{{inter}_i} (r) = \begin{cases} 106 107 B \text{erf} \Big( \frac { A(r - r_{\text{flat}_i})} … … 185 186 and Neutron Scattering, Plenum Press, New York, (1987) 186 187 188 Source 189 ------ 190 191 `spherical_sld.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/spherical_sld.py>`_ 192 193 `spherical_sld.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/spherical_sld.c>`_ 187 194 188 195 Authorship and Verification … … 192 199 * **Last Modified by:** Paul Kienzle **Date:** Dec 20, 2016 193 200 * **Last Reviewed by:** Paul Butler **Date:** September 8, 2018 201 * **Source added by :** Steve King **Date:** March 25, 2019 194 202 """ 195 203 -
sasmodels/models/spinodal.py
rb297ba9 r0507e09 40 40 ---------- 41 41 42 H. Furukawa. Dynamics-scaling theory for phase-separating unmixing mixtures: 43 Growth rates of droplets and scaling properties of autocorrelation functions.44 Physica A 123, 497 (1984).42 .. [#] H. Furukawa. Dynamics-scaling theory for phase-separating unmixing mixtures: Growth rates of droplets and scaling properties of autocorrelation functions. Physica A 123, 497 (1984). 43 .. [#] H. Meier & G. Strobl. Small-Angle X-ray Scattering Study of Spinodal Decomposition in Polystyrene/Poly(styrene-co-bromostyrene) Blends. Macromolecules 20, 649-654 (1987). 44 .. [#] T. Hashimoto, M. Takenaka & H. Jinnai. Scattering Studies of Self-Assembling Processes of Polymer Blends in Spinodal Decomposition. J. Appl. Cryst. 24, 457-466 (1991). 45 45 46 H. Meier & G. Strobl. Small-Angle X-ray Scattering Study of Spinodal 47 Decomposition in Polystyrene/Poly(styrene-co-bromostyrene) Blends. 48 Macromolecules 20, 649-654 (1987). 46 Source 47 ------ 49 48 50 T. Hashimoto, M. Takenaka & H. Jinnai. Scattering Studies of Self-Assembling 51 Processes of Polymer Blends in Spinodal Decomposition. 52 J. Appl. Cryst. 24, 457-466 (1991). 49 `spinodal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/spinodal.py>`_ 53 50 54 Revision History 55 ---------------- 51 Authorship and Verification 52 ---------------------------- 56 53 57 * **Author:** Dirk Honecker **Date:** Oct 7, 2016 58 * **Revised:** Steve King **Date:** Oct 25, 2018 54 * **Author:** Dirk Honecker **Date:** Oct 7, 2016 55 * **Last Modified by:** Steve King **Date:** Oct 25, 2018 56 * **Last Reviewed by:** Steve King **Date:** Oct 25, 2018 57 * **Source added by :** Steve King **Date:** March 25, 2019 59 58 """ 60 59 -
sasmodels/models/squarewell.py
rb297ba9 r0507e09 44 44 ---------- 45 45 46 R V Sharma, K C Sharma, *Physica*, 89A (1977) 213. 46 .. [#] R V Sharma, K C Sharma, *Physica*, 89A (1977) 213 47 48 Source 49 ------ 50 51 `squarewell.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/squarewell.py>`_ 52 53 Authorship and Verification 54 ---------------------------- 55 56 * **Author:** 57 * **Last Modified by:** 58 * **Last Reviewed by:** 59 * **Source added by :** Steve King **Date:** March 25, 2019 47 60 """ 48 61 -
sasmodels/models/stacked_disks.py
rb297ba9 r0507e09 102 102 John Wiley and Sons, New York, 1955 103 103 104 Source 105 ------ 106 107 `stacked_disks.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/stacked_disks.py>`_ 108 109 `stacked_disks.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/stacked_disks.c>`_ 110 104 111 Authorship and Verification 105 112 ---------------------------- … … 108 115 * **Last Modified by:** Paul Butler and Paul Kienzle **Date:** November 26, 2016 109 116 * **Last Reviewed by:** Paul Butler and Paul Kienzle **Date:** November 26, 2016 117 * **Source added by :** Steve King **Date:** March 25, 2019 110 118 """ 111 119 -
sasmodels/models/star_polymer.py
rb297ba9 r0507e09 50 50 B Ewen *Macromolecules*, 22, 468-472 (1989) 51 51 52 Source 53 ------ 54 55 `star_polymer.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/star_polymer.py>`_ 56 57 `star_polymer.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/star_polymer.c>`_ 58 52 59 Authorship and Verification 53 60 ---------------------------- … … 56 63 * **Last Modified by:** Paul Butler **Date:** Auguts 26, 2017 57 64 * **Last Reviewed by:** Ziang Li and Richard Heenan **Date:** May 17, 2017 65 * **Source added by :** Steve King **Date:** March 25, 2019 58 66 """ 59 67 -
sasmodels/models/stickyhardsphere.py
rb297ba9 r0507e09 63 63 ---------- 64 64 65 S V G Menon, C Manohar, and K S Rao, *J. Chem. Phys.*, 95(12) (1991) 9186-9190 65 .. [#] S V G Menon, C Manohar, and K S Rao, *J. Chem. Phys.*, 95(12) (1991) 9186-9190 66 67 Source 68 ------ 69 70 `stickyhardsphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/stickyhardsphere.py>`_ 71 72 Authorship and Verification 73 ---------------------------- 74 75 * **Author:** 76 * **Last Modified by:** 77 * **Last Reviewed by:** 78 * **Source added by :** Steve King **Date:** March 25, 2019 66 79 """ 67 80 -
sasmodels/models/surface_fractal.py
rb297ba9 r0507e09 36 36 ---------- 37 37 38 D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 38 .. [#] D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 39 40 Source 41 ------ 42 43 `surface_fractal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/surface_fractal.py>`_ 44 45 `surface_fractal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/surface_fractal.c>`_ 46 47 Authorship and Verification 48 ---------------------------- 49 50 * **Author:** 51 * **Last Modified by:** 52 * **Last Reviewed by:** 53 * **Source added by :** Steve King **Date:** March 25, 2019 39 54 """ 40 55 -
sasmodels/models/teubner_strey.py
rb297ba9 r0507e09 61 61 ---------- 62 62 63 M Teubner, R Strey, *J. Chem. Phys.*, 87 (1987) 3195 63 .. [#] M Teubner, R Strey, *J. Chem. Phys.*, 87 (1987) 3195 64 .. [#] K V Schubert, R Strey, S R Kline and E W Kaler, *J. Chem. Phys.*, 101 (1994) 5343 65 .. [#] H Endo, M Mihailescu, M. Monkenbusch, J Allgaier, G Gompper, D Richter, B Jakobs, T Sottmann, R Strey, and I Grillo, *J. Chem. Phys.*, 115 (2001), 580 64 66 65 K V Schubert, R Strey, S R Kline and E W Kaler, 66 *J. Chem. Phys.*, 101 (1994) 5343 67 Source 68 ------ 67 69 68 H Endo, M Mihailescu, M. Monkenbusch, J Allgaier, G Gompper, D Richter, 69 B Jakobs, T Sottmann, R Strey, and I Grillo, *J. Chem. Phys.*, 115 (2001), 580 70 `teubner_strey.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/teubner_strey.py>`_ 71 72 `teubner_strey.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/teubner_strey.c>`_ 73 74 Authorship and Verification 75 ---------------------------- 76 77 * **Author:** 78 * **Last Modified by:** 79 * **Last Reviewed by:** 80 * **Source added by :** Steve King **Date:** March 25, 2019 70 81 """ 71 82 from __future__ import division -
sasmodels/models/triaxial_ellipsoid.py
rb297ba9 r0507e09 114 114 ---------- 115 115 116 [1] Finnigan, J.A., Jacobs, D.J., 1971. 117 *Light scattering by ellipsoidal particles in solution*, 118 J. Phys. D: Appl. Phys. 4, 72-77. doi:10.1088/0022-3727/4/1/310 116 .. [#] Finnigan, J.A., Jacobs, D.J., 1971. *Light scattering by ellipsoidal particles in solution*, J. Phys. D: Appl. Phys. 4, 72-77. doi:10.1088/0022-3727/4/1/310 117 118 Source 119 ------ 120 121 `triaxial_ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/triaxial_ellipsoid.py>`_ 122 123 `triaxial_ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/triaxial_ellipsoid.c>`_ 119 124 120 125 Authorship and Verification … … 124 129 * **Last Modified by:** Paul Kienzle (improved calculation) **Date:** April 4, 2017 125 130 * **Last Reviewed by:** Paul Kienzle & Richard Heenan **Date:** April 4, 2017 131 * **Source added by :** Steve King **Date:** March 25, 2019 126 132 """ 127 133 -
sasmodels/models/two_lorentzian.py
rb297ba9 r0507e09 27 27 None. 28 28 29 Source 30 ------ 31 32 `two_lorentzian.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/two_lorentzian.py>`_ 33 34 Authorship and Verification 35 ---------------------------- 36 29 37 * **Author:** NIST IGOR/DANSE **Date:** pre 2010 30 38 * **Last Modified by:** Piotr rozyczko **Date:** January 29, 2016 31 39 * **Last Reviewed by:** Paul Butler **Date:** March 21, 2016 40 * **Source added by :** Steve King **Date:** March 25, 2019 32 41 """ 33 42 -
sasmodels/models/two_power_law.py
rb297ba9 r0507e09 37 37 None. 38 38 39 Source 40 ------ 41 42 `two_power_law.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/two_power_law.py>`_ 43 44 Authorship and Verification 45 ---------------------------- 46 39 47 * **Author:** NIST IGOR/DANSE **Date:** pre 2010 40 48 * **Last Modified by:** Wojciech Wpotrzebowski **Date:** February 18, 2016 41 49 * **Last Reviewed by:** Paul Butler **Date:** March 21, 2016 50 * **Source added by :** Steve King **Date:** March 25, 2019 42 51 """ 43 52 -
sasmodels/models/unified_power_Rg.py
rb297ba9 r0507e09 63 63 ---------- 64 64 65 G Beaucage, *J. Appl. Cryst.*, 28 (1995) 717-728 65 .. [#] G Beaucage, *J. Appl. Cryst.*, 28 (1995) 717-728 66 .. [#] G Beaucage, *J. Appl. Cryst.*, 29 (1996) 134-146 67 .. [#] B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 66 68 67 G Beaucage, *J. Appl. Cryst.*, 29 (1996) 134-146 69 Source 70 ------ 68 71 69 B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 72 `unified_power_Rg.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/unified_power_Rg.py>`_ 73 74 Authorship and Verification 75 ---------------------------- 76 77 * **Author:** 78 * **Last Modified by:** 79 * **Last Reviewed by:** 80 * **Source added by :** Steve King **Date:** March 25, 2019 70 81 """ 71 82 -
sasmodels/models/vesicle.py
rb297ba9 r0507e09 60 60 Sons, New York, (1955) 61 61 62 Source 63 ------ 64 65 `vesicle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/vesicle.py>`_ 66 67 `vesicle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/vesicle.c>`_ 62 68 63 69 Authorship and Verification … … 67 73 * **Last Modified by:** Paul Butler **Date:** March 20, 2016 68 74 * **Last Reviewed by:** Paul Butler **Date:** September 7, 2018 75 * **Source added by :** Steve King **Date:** March 25, 2019 69 76 """ 70 77
Note: See TracChangeset
for help on using the changeset viewer.