Changeset a807206 in sasmodels for sasmodels/models/fractal_core_shell.py


Ignore:
Timestamp:
Oct 1, 2016 12:42:06 AM (8 years ago)
Author:
butler
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:
caddb14, 5031ca3
Parents:
2222134
Message:

updating more parameter names addressing #649

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal_core_shell.py

    r42356c8 ra807206  
    3131    {(qr_c)^{D_f}\left(1+\frac{1}{q^2\xi ^2} \right)^{\frac{D_f-1}{2}}} 
    3232 
    33 where $D_f$ = frac_dim, |xi| = cor_length, $r_c$ = (core) radius, and 
     33where $D_f$ = fractal_dim, |xi| = cor_length, $r_c$ = (core) radius, and 
    3434$scale$ = volume fraction. 
    3535 
     
    6969    ["sld_solvent", "1e-6/Ang^2", 3.0,  [-inf, inf], "sld",    "Solvent scattering length density"], 
    7070    ["volfraction", "",           1.0,  [0, inf],    "",       "Volume fraction of building block spheres"], 
    71     ["frac_dim",    "",           2.0,  [-inf, inf], "",       "Fractal dimension"], 
     71    ["fractal_dim",    "",           2.0,  [-inf, inf], "",       "Fractal dimension"], 
    7272    ["cor_length",  "Ang",      100.0,  [0, inf],    "",       "Correlation length of fractal-like aggregates"]] 
    7373# pylint: enable=bad-whitespace, line-too-long 
     
    8383            sld_solvent=6.35, 
    8484            volfraction=0.05, 
    85             frac_dim=2.0, 
     85            fractal_dim=2.0, 
    8686            cor_length=100.0) 
    8787 
Note: See TracChangeset for help on using the changeset viewer.