Changeset 217590b in sasmodels for sasmodels/models/fractal_core_shell.py


Ignore:
Timestamp:
Oct 20, 2016 4:48:48 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5c94f41
Parents:
2b9e63f
git-author:
Paul Kienzle <pkienzle@…> (10/20/16 16:47:25)
git-committer:
Paul Kienzle <pkienzle@…> (10/20/16 16:48:48)
Message:

fractal, fractal_core_shell: support fractal_dim as low as 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal_core_shell.py

    r6d96b66 r217590b  
    6969    ["sld_solvent", "1e-6/Ang^2", 3.0,  [-inf, inf], "sld",    "Solvent scattering length density"], 
    7070    ["volfraction", "",           1.0,  [0.0, inf],  "",       "Volume fraction of building block spheres"], 
    71     ["fractal_dim",    "",        2.0,  [1.0, 6.0],  "",       "Fractal dimension"], 
     71    ["fractal_dim",    "",        2.0,  [0.0, 6.0],  "",       "Fractal dimension"], 
    7272    ["cor_length",  "Ang",      100.0,  [0.0, inf],  "",       "Correlation length of fractal-like aggregates"], 
    7373] 
    7474# pylint: enable=bad-whitespace, line-too-long 
    7575 
    76 source = ["lib/sph_j1c.c", "lib/sas_gamma.c", "lib/core_shell.c", "fractal_core_shell.c"] 
     76source = ["lib/sph_j1c.c", "lib/sas_gamma.c", "lib/core_shell.c", 
     77          "lib/fractal_sq.c", "fractal_core_shell.c"] 
    7778 
    7879demo = dict(scale=0.05, 
Note: See TracChangeset for help on using the changeset viewer.