Changeset ee60aa7 in sasmodels for sasmodels/models/core_shell_sphere.py


Ignore:
Timestamp:
Sep 10, 2018 2:16:46 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d299327
Parents:
3f818b2
Message:

clean up effective radius functions; improve mono_gauss_coil accuracy; start moving VR into C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_sphere.py

    r2cc8aa2 ree60aa7  
    8383            sld_core=1.0, sld_shell=2.0, sld_solvent=0.0) 
    8484 
    85 #def ER(radius, thickness): 
    86 #    """ 
    87 #        Equivalent radius 
    88 #        @param radius: core radius 
    89 #        @param thickness: shell thickness 
    90 #    """ 
    91 #    return radius + thickness 
    92  
    9385def random(): 
    9486    outer_radius = 10**np.random.uniform(1.3, 4.3) 
Note: See TracChangeset for help on using the changeset viewer.