Changeset efb7615 in sasmodels


Ignore:
Timestamp:
Apr 7, 2017 9:31:07 AM (7 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:
2e0c0b0
Parents:
0cd9158
Message:

docs: remove rst macros for greek, etc.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/rst_prolog

    ra0fb06a refb7615  
    33 
    44 
    5 .. |alpha| unicode:: U+03B1 
    6 .. |beta| unicode:: U+03B2 
    7 .. |gamma| unicode:: U+03B3 
    8 .. |delta| unicode:: U+03B4 
    9 .. |epsilon| unicode:: U+03B5 
    10 .. |zeta| unicode:: U+03B6 
    11 .. |eta| unicode:: U+03B7 
    12 .. |theta| unicode:: U+03B8 
    13 .. |iota| unicode:: U+03B9 
    14 .. |kappa| unicode:: U+03BA 
    15 .. |lambda| unicode:: U+03BB 
    16 .. |mu| unicode:: U+03BC 
    17 .. |nu| unicode:: U+03BD 
    18 .. |xi| unicode:: U+03BE 
    19 .. |omicron| unicode:: U+03BF 
    20 .. |pi| unicode:: U+03C0 
    21 .. |rho| unicode:: U+03C1 
    22 .. |sigma| unicode:: U+03C3 
    23 .. |tau| unicode:: U+03C4 
    24 .. |upsilon| unicode:: U+03C5 
    25 .. |phi| unicode:: U+03C6 
    26 .. |chi| unicode:: U+03C7 
    27 .. |psi| unicode:: U+03C8 
    28 .. |omega| unicode:: U+03C9 
     5    .. |alpha| unicode:: U+03B1 
     6    .. |beta| unicode:: U+03B2 
     7    .. |gamma| unicode:: U+03B3 
     8    .. |delta| unicode:: U+03B4 
     9    .. |epsilon| unicode:: U+03B5 
     10    .. |zeta| unicode:: U+03B6 
     11    .. |eta| unicode:: U+03B7 
     12    .. |theta| unicode:: U+03B8 
     13    .. |iota| unicode:: U+03B9 
     14    .. |kappa| unicode:: U+03BA 
     15    .. |lambda| unicode:: U+03BB 
     16    .. |mu| unicode:: U+03BC 
     17    .. |nu| unicode:: U+03BD 
     18    .. |xi| unicode:: U+03BE 
     19    .. |omicron| unicode:: U+03BF 
     20    .. |pi| unicode:: U+03C0 
     21    .. |rho| unicode:: U+03C1 
     22    .. |sigma| unicode:: U+03C3 
     23    .. |tau| unicode:: U+03C4 
     24    .. |upsilon| unicode:: U+03C5 
     25    .. |phi| unicode:: U+03C6 
     26    .. |chi| unicode:: U+03C7 
     27    .. |psi| unicode:: U+03C8 
     28    .. |omega| unicode:: U+03C9 
    2929 
    3030 
    31 .. |biggamma| unicode:: U+0393 
    32 .. |bigdelta| unicode:: U+0394 
    33 .. |bigzeta| unicode:: U+039E 
    34 .. |bigpsi| unicode:: U+03A8 
    35 .. |bigphi| unicode:: U+03A6 
    36 .. |bigsigma| unicode:: U+03A3 
    37 .. |Gamma| unicode:: U+0393 
    38 .. |Delta| unicode:: U+0394 
    39 .. |Zeta| unicode:: U+039E 
    40 .. |Psi| unicode:: U+03A8 
     31    .. |biggamma| unicode:: U+0393 
     32    .. |bigdelta| unicode:: U+0394 
     33    .. |bigzeta| unicode:: U+039E 
     34    .. |bigpsi| unicode:: U+03A8 
     35    .. |bigphi| unicode:: U+03A6 
     36    .. |bigsigma| unicode:: U+03A3 
     37    .. |Gamma| unicode:: U+0393 
     38    .. |Delta| unicode:: U+0394 
     39    .. |Zeta| unicode:: U+039E 
     40    .. |Psi| unicode:: U+03A8 
    4141 
     42    .. |drho| replace:: |Delta|\ |rho| 
     43    .. |equiv| unicode:: U+2261 
     44    .. |noteql| unicode:: U+2260 
     45    .. |TM| unicode:: U+2122 
     46    .. |P0| replace:: P\ :sub:`0`\ 
     47    .. |A2| replace:: A\ :sub:`2`\ 
    4248 
    43 .. |drho| replace:: |Delta|\ |rho| 
    4449.. |Ang| unicode:: U+212B 
    4550.. |Ang^-1| replace:: |Ang|\ :sup:`-1` 
     
    5762.. |cm^-3| replace:: cm\ :sup:`-3` 
    5863.. |sr^-1| replace:: sr\ :sup:`-1` 
    59 .. |P0| replace:: P\ :sub:`0`\ 
    60 .. |A2| replace:: A\ :sub:`2`\ 
    6164 
    62  
    63 .. |equiv| unicode:: U+2261 
    64 .. |noteql| unicode:: U+2260 
    65 .. |TM| unicode:: U+2122 
    6665 
    6766 
  • sasmodels/models/fractal_core_shell.py

    r925ad6e refb7615  
    2424    \frac{\sin(qr_s)-qr_s\cos(qr_s)}{(qr_s)^3}\right]^2 
    2525 
    26     S(q) &= 1 + \frac{D_f\ \Gamma\!(D_f-1)}{[1+1/(q\xi)^2]^{(D_f-1)/2}}  
     26    S(q) &= 1 + \frac{D_f\ \Gamma\!(D_f-1)}{[1+1/(q\xi)^2]^{(D_f-1)/2}} 
    2727    \frac{\sin[(D_f-1)\tan^{-1}(q\xi)]}{(qr_s)^{D_f}} 
    2828 
     
    3131$\rho_{solv}$ are the scattering length densities of the core, shell, and 
    3232solvent respectively, $r_c$ and $r_s$ are the radius of the core and the radius 
    33 of the whole particle respectively, $D_f$ is the fractal dimension, and |xi| the 
     33of the whole particle respectively, $D_f$ is the fractal dimension, and $\xi$ the 
    3434correlation length. 
    35   
     35 
    3636Polydispersity of radius and thickness are also provided for. 
    3737 
Note: See TracChangeset for help on using the changeset viewer.