Changeset a807206 in sasmodels for sasmodels/models/polymer_micelle.py


Ignore:
Timestamp:
Sep 30, 2016 10:42:06 PM (8 years ago)
Author:
butler
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:
caddb14, 5031ca3
Parents:
2222134
Message:

updating more parameter names addressing #649

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/polymer_micelle.py

    r0bef47b ra807206  
    4545    ["sld_core",      "1e-6/Ang^2", 0.34, [0.0, inf], "sld", "Core scattering length density"], 
    4646    ["sld_corona",    "1e-6/Ang^2", 0.8,  [0.0, inf], "sld", "Corona scattering length density"], 
    47     ["radius_core",   "Ang",       45.0,  [0.0, inf], "", "Radius of core ( must be >> radius_gyr )"], 
    48     ["radius_gyr",    "Ang",       20.0,  [0.0, inf], "", "Radius of gyration of chains in corona"], 
     47    ["radius_core",   "Ang",       45.0,  [0.0, inf], "", "Radius of core ( must be >> rg )"], 
     48    ["rg",    "Ang",       20.0,  [0.0, inf], "", "Radius of gyration of chains in corona"], 
    4949    ["d_penetration", "",           1.0,  [-inf, inf], "", "Factor to mimic non-penetration of Gaussian chains"], 
    5050    ["n_aggreg",      "",           6.0,  [-inf, inf], "", "Aggregation number of the micelle"], 
     
    6464            sld_corona=0.8, 
    6565            radius_core=45.0, 
    66             radius_gyr=20.0, 
     66            rg=20.0, 
    6767            d_penetration=1.0, 
    6868            n_aggreg=6.0) 
Note: See TracChangeset for help on using the changeset viewer.