Changeset 1ed3834 in sasview for sansmodels/src/sans/models/StickyHSStructure.py
- Timestamp:
- Apr 16, 2009 4:37:39 PM (16 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- fca9cbd9
- Parents:
- 3fef0a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/StickyHSStructure.py
r0824909 r1ed3834 32 32 for details of the model. 33 33 List of default parameters: 34 radius = 50.0 [ Å]34 radius = 50.0 [A] 35 35 volfraction = 0.1 36 36 perturb = 0.05 … … 49 49 self.name = "StickyHSStructure" 50 50 ## Model description 51 self.description =""" Structure Factor for interacting particles: 51 self.description =""" Structure Factor for interacting particles: . 52 52 53 53 The interaction potential is … … 63 63 v: The volume fraction , v > 0 64 64 65 Ref: Menon, S. V. G.,et.al., J. Chem. Phys.,66 1991, 95(12), 9186-9190."""65 Ref: Menon, S. V. G.,et.al., J. Chem. 66 Phys., 1991, 95(12), 9186-9190.""" 67 67 68 68 ## Parameter details [units, min, max] 69 69 self.details = {} 70 self.details['radius'] = ['[ Å]', None, None]70 self.details['radius'] = ['[A]', None, None] 71 71 self.details['volfraction'] = ['', None, None] 72 72 self.details['perturb'] = ['', None, None]
Note: See TracChangeset
for help on using the changeset viewer.