Changeset 0b8a1fc in sasmodels for sasmodels/models/sphere.py


Ignore:
Timestamp:
Mar 27, 2019 4:57:52 AM (5 years ago)
Author:
richardh
Branches:
master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
Children:
facb052
Parents:
d8b7efa
Message:

progressing towards unit test with S(Q)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/sphere.py

    rd8b7efa r0b8a1fc  
    101101       0.1, 0.7940350343881906], # this is current value, not verified elsewhere yet 
    102102        [{"@S": "hardsphere",          # hard sphere structure factor 
    103      "structure_factor_type": 1,  # decoupling approximation 
    104      "effective_radius_type": 1   # equivalent sphere 
     103     "structure_factor_mode": 1,  # decoupling approximation 
     104     "effective_radius_type": 1, "radius_effective":27.0  # equivalent sphere   Currently have hardwired model_test to accept radius_effective BUT doe sit get passed to S(Q)??? 
    105105         }, 0.1, 0.7940350343881906], 
    106106        [{"@S": "hardsphere",          # hard sphere structure factor 
    107      "structure_factor_type": 2,  #  -  WHY same result? 
    108      "effective_radius_type": 2   #  
     107     "structure_factor_mode": 2,  #  -  WHY same result? 
     108     "effective_radius_type": 2, "radius_effective":23.0    #  
    109109         }, 0.1, 0.7940350343881906] 
    110110] 
Note: See TracChangeset for help on using the changeset viewer.