Changeset 48fbd50 in sasmodels for doc/developer/calculator.rst


Ignore:
Timestamp:
Mar 21, 2016 6:02:51 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:
25b30fd, 3a45c2c
Parents:
88aa3ee
Message:

twiddle with kernel interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/developer/calculator.rst

    r03cac08 r48fbd50  
    133133decreasing order of length for highest efficiency. 
    134134 
    135 We limit the number of polydisperse dimensions to MAX_PD (currently 4). 
    136 This cuts the size of the structure in half compared to allowing a 
    137 separate polydispersity for each parameter.  This will help a little 
    138 bit for models with large numbers of parameters, such as the onion model. 
     135We limit the number of polydisperse dimensions to MAX_PD (currently 4), 
     136though some models may have fewer if they have fewer polydisperse 
     137parameters. This cuts the size of the structure in half compared to 
     138allowing a separate polydispersity for each parameter.  This will 
     139help a little bit for models with large numbers of parameters, such 
     140as the onion model. 
    139141 
    140142Parameters may be coordinated.  That is, we may have the value of one 
Note: See TracChangeset for help on using the changeset viewer.