Changeset 1e9a108 in sasmodels
- Timestamp:
- Mar 21, 2016 4:40:30 AM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3a45c2c, 49da079
- Parents:
- 616df8f
- Location:
- sasmodels/models
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/polymer_micelle.py
rdb74c47 r1e9a108 27 27 from numpy import inf 28 28 29 name = " micelle_spherical_core"30 title = " Micelle Spherical Core model"29 name = "polymer_micelle" 30 title = "Polymer micelle model" 31 31 description = """ 32 This model provides the form factor, $P(q)$, for a micelle with33 a spherical core andGaussian polymer chains attached to the surface.32 This model provides an approximate form factor, P(q), for a micelle with 33 a spherical core with Gaussian polymer chains attached to the surface. 34 34 """ 35 category = "shape -independent"35 category = "shape:sphere" 36 36 37 37 # pylint: disable=bad-whitespace, line-too-long … … 51 51 # pylint: enable=bad-whitespace, line-too-long 52 52 53 source = ["lib/sph_j1c.c", " micelle_spherical_core.c"]53 source = ["lib/sph_j1c.c", "polymer_micelle_kernel.c"] 54 54 55 55 demo = dict(scale=1, background=0, … … 75 75 ] 76 76 # RKH 20Mar2016 - need to check whether the core & corona volumes are per monomer ??? and how aggregation number works! 77 # renamed from micelle_spherical_core to polymer_micelle, moved from shape-independent to spheres section. 78 # Ought to be able to add polydisp to core? And add ability to x by S(Q) ?
Note: See TracChangeset
for help on using the changeset viewer.