Changeset 40a87fa in sasmodels for sasmodels/models/lamellar_hg.py


Ignore:
Timestamp:
Aug 8, 2016 11:24:11 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
2472141
Parents:
2d65d51
Message:

lint and latex cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lamellar_hg.py

    r42356c8 r40a87fa  
    2929and $\Delta\rho_T$ is tail contrast (*sld* $-$ *sld_solvent*). 
    3030 
    31 The total thickness of the lamellar sheet is $\delta_H$ + $\delta_T$ + $\delta_T$ + $\delta_H$. 
    32 Note that in a non aqueous solvent the chemical "head" group may be the  
     31The total thickness of the lamellar sheet is $\delta_H + \delta_T + \delta_T + \delta_H$. 
     32Note that in a non aqueous solvent the chemical "head" group may be the 
    3333"Tail region" and vice-versa. 
    3434 
     
    3636the $q$ vector is defined as 
    3737 
    38 .. math:: 
    39  
    40     q = \sqrt{q_x^2 + q_y^2} 
    41  
     38.. math:: q = \sqrt{q_x^2 + q_y^2} 
    4239 
    4340References 
     
    111108 
    112109# 
    113 tests = [[{'scale': 1.0, 'background': 0.0, 'tail_length': 15.0, 'head_length': 10.0, 
    114            'sld': 0.4, 'sld_head': 3.0, 'sld_solvent': 6.0}, [0.001], [653143.9209]]] 
     110tests = [ 
     111    [{'scale': 1.0, 'background': 0.0, 'tail_length': 15.0, 'head_length': 10.0, 
     112      'sld': 0.4, 'sld_head': 3.0, 'sld_solvent': 6.0}, 
     113     [0.001], [653143.9209]], 
     114] 
    115115# ADDED by: RKH  ON: 18Mar2016  converted from sasview previously, now renaming everything & sorting the docs 
Note: See TracChangeset for help on using the changeset viewer.