Changeset 3e428ec in sasmodels for sasmodels/models/stickyhardsphere.py


Ignore:
Timestamp:
Mar 9, 2015 1:14:03 PM (9 years ago)
Author:
Doucet, Mathieu <doucetm@…>
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:
ddfe69c
Parents:
485aee2
Message:

Cleaning up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/stickyhardsphere.py

    r3c56da87 r3e428ec  
    7676title = "Sticky hard sphere structure factor, with Percus-Yevick closure" 
    7777description = """\ 
    78         [Sticky hard sphere structure factor, with Percus-Yevick closure] 
     78    [Sticky hard sphere structure factor, with Percus-Yevick closure] 
    7979        Interparticle structure factor S(Q)for a hard sphere fluid with 
    80                 a narrow attractive well. Fits are prone to deliver non-physical 
    81                 parameters, use with care and read the references in the full manual. 
    82                 In sasview the effective radius will be calculated from the 
    83                 parameters used in P(Q). 
     80        a narrow attractive well. Fits are prone to deliver non-physical 
     81        parameters, use with care and read the references in the full manual. 
     82        In sasview the effective radius will be calculated from the 
     83        parameters used in P(Q). 
    8484""" 
    8585category = "structure-factor" 
    8686 
     87#             ["name", "units", default, [lower, upper], "type","description"], 
    8788parameters = [ 
    8889    #   [ "name", "units", default, [lower, upper], "type", 
     
    126127    if(radic<0) { 
    127128        //if(x>0.01 && x<0.015) 
    128         //      Print "Lambda unphysical - both roots imaginary" 
     129        //    Print "Lambda unphysical - both roots imaginary" 
    129130        //endif 
    130131        return(-1.0); 
Note: See TracChangeset for help on using the changeset viewer.