Changeset a3e0a8b in sasmodels


Ignore:
Timestamp:
Mar 18, 2016 3:49:23 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
7e9af82
Parents:
9ef9dd9
Message:

radius_effective and volfraction must be the first two parameters of a structure factor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/hayter_msa.py

    r54954e1 ra3e0a8b  
    7373parameters = [ 
    7474    ["radius_effective", "Ang", 20.75,   [0, inf],    "volume", "effective radius of charged sphere"], 
     75    ["volfraction",   "None",     0.0192, [0, 0.74],   "", "volume fraction of spheres"], 
    7576    ["charge",        "e",   19.0,    [0, inf],    "", "charge on sphere (in electrons)"], 
    76     ["volfraction",   "None",     0.0192, [0, 0.74],   "", "volume fraction of spheres"], 
    7777    ["temperature",   "K",  318.16,   [0, inf],    "", "temperature, in Kelvin, for Debye length calculation"], 
    7878    ["salt_concentration",      "M",    0.0,    [-inf, inf], "", "conc of salt, moles/litre, 1:1 electolyte, for Debye length"], 
Note: See TracChangeset for help on using the changeset viewer.