source: sasmodels/sasmodels/__init__.py @ 66d119f

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 66d119f was 37a7252, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

doc and delint

  • Property mode set to 100644
File size: 621 bytes
Line 
1"""
2sasmodels
3=========
4
5**sasmodels** is a package containing models for small angle neutron and xray
6scattering.  Models supported are the one dimensional circular average and
7two dimensional oriented patterns.  As well as the form factor calculations
8for the individual shapes **sasmodels** also provides automatic shape
9polydispersity, angular dispersion and resolution convolution.  SESANS
10patterns can be computed for any model.
11
12Models can be written in python or in C.  C models can run on the GPU if
13OpenCL drivers are available.  See :mod:`generate` for details on
14defining new models.
15"""
16
17__version__ = "0.9"
Note: See TracBrowser for help on using the repository browser.