Changes in / [5be92e8:cb97bff] in sasmodels


Ignore:
Location:
sasmodels/models
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/adsorbed_layer.py

    r2f0c07d r2f0c07d  
    2424---------- 
    2525 
    26 S King, P Griffiths, J. Hone, and T Cosgrove, *SANS from Adsorbed Polymer Layers*, 
     26S King, P Griffiths, J Hone, and T Cosgrove, *SANS from Adsorbed Polymer Layers*, 
    2727*Macromol. Symp.*, 190 (2002) 33-42. 
    2828""" 
     
    4646              ["density_poly", "g/cm3", 0.7, [0.0, inf], "", "Polymer density"], 
    4747              ["radius", "Ang", 500.0, [0.0, inf], "", "Particle radius"], 
    48               ["vol_frac", "none", 0.14, [0.0, inf], "", "Particle vol fraction"], 
     48              ["vol_frac", "None", 0.14, [0.0, inf], "", "Particle vol fraction"], 
    4949              ["polymer_sld", "1/Ang^2", 1.5e-06, [-inf, inf], "", "Polymer SLD"], 
    5050              ["solvent_sld", "1/Ang^2", 6.3e-06, [-inf, inf], "", "Solvent SLD"]] 
     
    6060    #scale by 10^10 for units conversion to cm^-1 
    6161    inten =  1.0e+10 * deltarhosqrd * ((numerator / denominator) * eterm) 
    62     return inten * 9.4e-13 
     62    return inten 
    6363Iq.vectorized =  True  # Iq accepts an array of q values 
    6464 
Note: See TracChangeset for help on using the changeset viewer.