Changeset 733a3e1 in sasmodels
- Timestamp:
- Sep 12, 2016 1:22:27 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:
- 897ca7f
- Parents:
- 3764ec1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/weights.py
r56b2687 r733a3e1 2 2 SAS distributions for polydispersity. 3 3 """ 4 # TODO: include dispersion docs with the disperser models 4 from __future__ import division 5 5 from math import sqrt # type: ignore 6 6 import numpy as np # type: ignore 7 7 from scipy.special import gammaln # type: ignore 8 9 # TODO: include dispersion docs with the disperser models 8 10 9 11 class Dispersion(object):
Note: See TracChangeset
for help on using the changeset viewer.