Changeset ee60aa7 in sasmodels for sasmodels/models/multilayer_vesicle.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/multilayer_vesicle.py

    rd277229 ree60aa7  
    148148effective_radius_type = ["outer radius"] 
    149149 
    150 #def ER(radius, thick_shell, thick_solvent, n_shells): 
    151 #    n_shells = int(n_shells+0.5) 
    152 #    return radius + n_shells * (thick_shell + thick_solvent) - thick_solvent 
    153  
    154150def random(): 
    155151    volfraction = 10**np.random.uniform(-3, -0.5)  # scale from 0.1% to 30% 
Note: See TracChangeset for help on using the changeset viewer.