Changeset 40c9825 in sasmodels


Ignore:
Timestamp:
Mar 26, 2019 1:38:18 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
db1c84b
Parents:
674e209
Message:

Added wrl_cyl.c to source links

Location:
sasmodels/models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/flexible_cylinder.py

    re53b881 r40c9825  
    4141    pseudocontinuous limit. 
    4242    See equations (13,26-27) in the original reference for the details. 
     43     
     44.. note:: 
     45 
     46    There are several typos in the original reference that have been corrected 
     47    by WRC [2]. Details of the corrections are in the reference below. Most notably 
     48 
     49    - Equation (13): the term $(1 - w(QR))$ should swap position with $w(QR)$ 
     50 
     51    - Equations (23) and (24) are incorrect; WRC has entered these into 
     52      Mathematica and solved analytically. The results were then converted to 
     53      code. 
     54 
     55    - Equation (27) should be $q0 = max(a3/(Rg^2)^{1/2},3)$ instead of 
     56      $max(a3*b(Rg^2)^{1/2},3)$ 
     57 
     58    - The scattering function is negative for a range of parameter values and 
     59      q-values that are experimentally accessible. A correction function has been 
     60      added to give the proper behavior. 
     61 
    4362 
    4463**This is a model with complex behaviour depending on the ratio of** $L/b$ **and the  
     
    6180`flexible_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder.c>`_ 
    6281 
     82`wrc_cyl.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lib/wrc_cyl.c>`_ 
     83 
    6384Authorship and Verification 
    6485---------------------------- 
     
    6687* **Author:**  
    6788* **Last Modified by:**  
    68 * **Last Reviewed by:**  
     89* **Last Reviewed by:** Steve King **Date:** March 26, 2019 
    6990* **Source added by :** Steve King **Date:** March 25, 2019 
    7091""" 
  • sasmodels/models/flexible_cylinder_elliptical.py

    r674e209 r40c9825  
    3737 
    3838    There are several typos in the original reference that have been corrected 
    39     by WRC. Details of the corrections are in the reference below. Most notably 
     39    by WRC [2]. Details of the corrections are in the reference below. Most notably 
    4040 
    4141    - Equation (13): the term $(1 - w(QR))$ should swap position with $w(QR)$ 
     
    9090`flexible_cylinder_elliptical.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder_elliptical.c>`_ 
    9191 
     92`wrc_cyl.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lib/wrc_cyl.c>`_ 
     93 
    9294Authorship and Verification 
    9395---------------------------- 
     
    9597* **Author:**  
    9698* **Last Modified by:** Richard Heenan **Date:** December, 2016 
    97 * **Last Reviewed by:**  
     99* **Last Reviewed by:** Steve King **Date:** March 26, 2019 
    98100* **Source added by :** Steve King **Date:** March 25, 2019 
    99101""" 
Note: See TracChangeset for help on using the changeset viewer.