Changes between Version 106 and Version 107 of ListofModels


Ignore:
Timestamp:
Jan 31, 2016 10:18:18 AM (8 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ListofModels

    v106 v107  
    104104^*^ using taylor expansion near 0 for fq = 3 (sin(qr)/qr - cos(qr))/qr^2^; using quad precision as a cross check, this is more accurate than computing the direct expression for qr < 0.1 in double precision, and so the values will differ from those in sasview.  It is much more accurate in single precision.  This affects many models, including sphere and ellipsoid models.  The cylinder models are using J1(qr)/qr, which has its own numerical expansion and does not suffer from this problem.  Should probably settle on one or the other and move it into the library.  So even though the double precision values for sphere, ellipsoid and triaxial ellipsoid differ by more than 5e-14, they are still marked good.  Similarly, the Teubner-Strey model checks out against the quad precision version and so is marked good. 
    105105 
    106 1GList of standard parameters (name = meaning): 
    107  
    108 * radius = radius 
    109 * sld = scattering length density of particle 
    110 * solvent_sld = scattering length density of matrix 
    111 * cor_length = correlation length 
    112 * exp = exponent (example: porod_exp) 
    113 * peak_pos = q_peak or q0 etc 
    114 * theta, phi, psi 
     106List of standard parameters has moved to the instructions page