Changeset e78d4ca in sasmodels
- Timestamp:
- May 31, 2016 10:51:22 AM (8 years ago)
- 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)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
README.rst
r241b617 re78d4ca 44 44 sld scaled by 1e6 so the numbers are nicer. The model name is "cylinder" 45 45 46 cylinder_clone.c + cylinder_clone.py is the cylinder model using the47 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 cylinder49 model.50 51 46 lamellar.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 to54 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, using57 something like numba, clyther, shedskin or pypy, so maybe the kernel functions58 could be implemented without any C syntax.59 60 Note: angular dispersion in theta is probably not calculated correctly, but61 is left this way for compatibility with sasview.62 47 63 48 Magnetism hasn't been implemented yet. We may want a separate Imagnetic … … 68 53 in the same data set. 69 54 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.