A specialized Cell() class for modulated structures. This is only
available when the modulated license module is active.
|
Methods
|
|
AddQvec BuildQvc GetQvec SatelliteHKL SetQvc __init__ __repr__ rmatstr
|
|
|
AddQvec
|
AddQvec (
self,
data,
applytmat=0,
)
Add a modulation vector to the cell. The data should consist of
a 4-tuple: 3 reals (the components of the Q vector) and an integer
giving the maximum order that is of interest. |
|
|
BuildQvc
|
BuildQvc ( self )
|
|
|
GetQvec
|
GetQvec (
self,
i,
reversetmat=0,
)
Returns a 4-tuple of 3 reals and an integer describing the i'th
modulation vector. |
|
|
SatelliteHKL
|
SatelliteHKL ( self )
Returns a Numeric array of all relevant satellite HKL distances. |
|
|
SetQvc
|
SetQvc ( self, qvc )
|
|
|
__init__
|
__init__ (
self,
*arg,
*kw,
)
|
|
|
__repr__
|
__repr__ ( self )
|
|
|
rmatstr
|
rmatstr ( self )
|
|