Changeset e78d4ca in sasmodels


Ignore:
Timestamp:
May 31, 2016 10:51:22 AM (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:
84bc3c1
Parents:
7f3a89c
git-author:
Paul Kienzle <pkienzle@…> (05/31/16 10:45:52)
git-committer:
Paul Kienzle <pkienzle@…> (05/31/16 10:51:22)
Message:

Move readme to RST format

File:
1 moved

Legend:

Unmodified
Added
Removed
  • README.rst

    r241b617 re78d4ca  
    4444sld scaled by 1e6 so the numbers are nicer.  The model name is "cylinder" 
    4545 
    46 cylinder_clone.c + cylinder_clone.py is the cylinder model using the 
    47 same interface as the sasview, including calling the model CylinderModel, 
    48 so that it can be used as a drop-in replacement for the sasview cylinder 
    49 model. 
    50  
    5146lamellar.py is an example of a single file model with embedded C code. 
    52  
    53 Note: may want to rename form_volume to calc_volume and Iq/Iqxy to 
    54 calc_Iq/calc_Iqxy in model interface. Similarly ER/VR go to calc_ER/calc_VR. 
    55  
    56 Note: It is possible to translate python code automatically to opencl, using 
    57 something like numba, clyther, shedskin or pypy, so maybe the kernel functions 
    58 could be implemented without any C syntax. 
    59  
    60 Note: angular dispersion in theta is probably not calculated correctly, but 
    61 is left this way for compatibility with sasview. 
    6247 
    6348Magnetism hasn't been implemented yet.  We may want a separate Imagnetic 
     
    6853in the same data set. 
    6954 
    70 Need to implement an example kernel directly in python.  Polydispersity 
    71 loops should be generated automatically as they are for the OpenCL models. 
    72 The kernels should be vectorized across Q.  These will need vectorized 
    73 versions of numerical quadrature if we want to get reasonable performance. 
    74  
    75 [![Travis-CI Build Status](https://travis-ci.org/SasView/sasmodels.svg?branch=master)](https://travis-ci.org/SasView/sasmodels) 
     55`Travis-CI Build Status <https://travis-ci.org/SasView/sasmodels.svg?branch=master)](https://travis-ci.org/SasView/sasmodels>`_ 
Note: See TracChangeset for help on using the changeset viewer.