Changeset bd91e8f in sasmodels for sasmodels/models/sc_paracrystal.py


Ignore:
Timestamp:
Mar 30, 2019 2:59:53 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
ticket_1156
Children:
345cc8f
Parents:
a3412a6 (diff), e15a822 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ticket_1156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/sc_paracrystal.py

    rb3f4831 rbd91e8f  
    2626 
    2727Equation (16) of the 1987 reference\ [#CIT1987]_ is used to calculate $Z(q)$, 
    28 using equations (13)-(15) from the 1987 paper\ [#CIT1987]_ for $Z1$, $Z2$, and 
     28using equations (13)-(15) from the 1987 paper\ [#CIT1990]_ for $Z1$, $Z2$, and 
    2929$Z3$. 
    3030 
     
    9898--------- 
    9999 
    100 .. [#CIT1987] Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 
    101    (Original Paper) 
    102 .. [#CIT1990] Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 
    103    (Corrections to FCC and BCC lattice structure calculation) 
     100.. [#CIT1987] Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 (Original Paper) 
     101.. [#CIT1990] Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 (Corrections to FCC and BCC lattice structure calculation) 
     102 
     103Source 
     104------ 
     105 
     106`sc_paracrystal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sc_paracrystal.py>`_ 
     107 
     108`sc_paracrystal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sc_paracrystal.c>`_ 
    104109 
    105110Authorship and Verification 
     
    153158 
    154159def random(): 
     160    """Return a random parameter set for the model.""" 
    155161    # copied from bcc_paracrystal 
    156162    radius = 10**np.random.uniform(1.3, 4) 
Note: See TracChangeset for help on using the changeset viewer.