Package reflectometry :: Package model3d :: Module par_structure :: Class Rectilinear

Class Rectilinear

source code


This contains variables to define the sample rectilinear lattice

Dx,Dy (Angstrom)
width,length of a single unit cell
nx,ny (integer)
number of repeat unit cells in x,y direction
Instance Methods
 
__init__(self, Dx=None, Dy=None, nx=50, ny=None)
Dy defaults to Dx ny defaults to nx
source code
 
eval(self, qx, qy, qz) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, Dx=None, Dy=None, nx=50, ny=None)
(Constructor)

source code 
Dy defaults to Dx ny defaults to nx
Overrides: object.__init__