Changeset 81751c2 in sasmodels for doc/guide/plugin.rst


Ignore:
Timestamp:
Oct 25, 2018 6:16:04 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
869fd7b
Parents:
39a06c9
Message:

allow structure factor tests in model file. Refs #822.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/guide/plugin.rst

    r304c775 r81751c2  
    10351035        [{"radius": 120., "radius_pd": 0.2, "radius_pd_n":45}, 
    10361036         0.1, None, None, 120., None, 1.],  # q, F, F^2, R_eff, V, form:shell 
     1037        [{"@S": "hardsphere"}, 0.1, None], 
    10371038    ] 
    10381039 
     
    10561057  effective radius test, but include values for the first two elements, 
    10571058  $<F(q)>$ and $<F^2(q)>$. 
     1059- for testing interaction between form factor and structure factor, specify 
     1060  the structure factor name in the parameters as *{"@S": "name", ...}* with 
     1061  the remaining list of parameters defined by the *P@S* product model. 
    10581062 
    10591063.. _Test_Your_New_Model: 
Note: See TracChangeset for help on using the changeset viewer.