Ignore:
Timestamp:
Apr 16, 2009 4:37:39 PM (16 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

unit symbol Angst. back to A and re-organized model descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/StickyHSStructure.py

    r0824909 r1ed3834  
    3232        for details of the model. 
    3333        List of default parameters: 
    34          radius          = 50.0 [Å] 
     34         radius          = 50.0 [A] 
    3535         volfraction     = 0.1  
    3636         perturb         = 0.05  
     
    4949        self.name = "StickyHSStructure" 
    5050        ## Model description 
    51         self.description =""" Structure Factor for interacting particles: 
     51        self.description =""" Structure Factor for interacting particles:                               . 
    5252                 
    5353                The interaction potential is 
     
    6363                v: The volume fraction , v > 0 
    6464                 
    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.""" 
    6767        
    6868                ## Parameter details [units, min, max] 
    6969        self.details = {} 
    70         self.details['radius'] = ['[Å]', None, None] 
     70        self.details['radius'] = ['[A]', None, None] 
    7171        self.details['volfraction'] = ['', None, None] 
    7272        self.details['perturb'] = ['', None, None] 
Note: See TracChangeset for help on using the changeset viewer.