Home | Trees | Index | Help |
|
---|
Package mmLib :: Module TLS :: Class TLSGroup |
|
object
--+ |list
--+ |AtomList
--+ | TLSGroup
Method Summary | |
---|---|
__init__(self,
*args)
| |
Returns the calc_COR() return information for this TLS Group. | |
Calculates s11, s22, s33 based on s22-s11 and s11-s33 using the constraint s11+s22+s33=0 | |
Calculates a number of statistics about the TLS group tensors, goodness of fit, various parameter averages, center of reaction tensors, etc... | |
Perform a least-squares fit of the atoms contained in self to the three TLS tensors: self.T, self.L, and self.S using the origin given by self.origin. | |
Returns True if the T,L,S tensors are not set, or are set with values of zero. | |
Iterates all the atoms in the TLS object, returning the 2-tuple (atm, U) where U is the calcuated U value from the current values of the TLS object's T,L,S, tensors and origin. | |
Sets the components of the symmetric L tensor from arguments. | |
Sets the x, y, z components of the TLS origin vector. | |
Sets the componets of the asymmetric S tenssor. | |
Sets the components of the symmetric T tensor. | |
Shift the TLS group to the center of reaction. | |
str_old(self)
| |
Inherited from AtomList | |
Calculates the adverage anisotropy for all Atoms in the AtomList. | |
Calculates the adverage anisotropy 3-tuple for all Atoms in the AtomList. | |
Calculates the adverage temperature factor of all contained Atom instances and returns the adverage temperature factor. | |
Calculates the adverage U matrix of all contained Atom instances and returns the 3x3 symmetric U matrix of that adverage. | |
Calculates the centroid of all contained Atom instances and returns a Vector to the centroid. | |
Inherited from list | |
x.__add__(y) <==> x+y | |
x.__contains__(y) <==> y in x | |
x.__delitem__(y) <==> del x[y] | |
Use of negative indices is not supported. | |
x.__eq__(y) <==> x==y | |
x.__ge__(y) <==> x>=y | |
x.__getattribute__('name') <==> x.name | |
x.__getitem__(y) <==> x[y] | |
Use of negative indices is not supported. | |
x.__gt__(y) <==> x>y | |
x.__hash__() <==> hash(x) | |
x.__iadd__(y) <==> x+=y | |
x.__imul__(y) <==> x*=y | |
x.__iter__() <==> iter(x) | |
x.__le__(y) <==> x<=y | |
x.__len__() <==> len(x) | |
x.__lt__(y) <==> x<y | |
x.__mul__(n) <==> x*n | |
x.__ne__(y) <==> x!=y | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
L.__reversed__() -- return a reverse iterator over the list | |
x.__rmul__(n) <==> n*x | |
x.__setitem__(i, y) <==> x[i]=y | |
Use of negative indices is not supported. | |
L.append(object) -- append object to end | |
L.count(value) -> integer -- return number of occurrences of value | |
L.extend(iterable) -- extend list by appending elements from the iterable | |
L.index(value, [start, [stop]]) -> integer -- return first index of value | |
L.insert(index, object) -- insert object before index | |
L.pop([index]) -> item -- remove and return item at index (default last) | |
L.remove(value) -- remove first occurrence of value | |
L.reverse() -- reverse *IN PLACE* | |
L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*; cmp(x, y) -> -1, 0, 1 | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
calc_COR(self)Returns the calc_COR() return information for this TLS Group. |
calc_s11_s22_s33(self, s2211, s1133)Calculates s11, s22, s33 based on s22-s11 and s11-s33 using the constraint s11+s22+s33=0 |
calc_tls_info(self)Calculates a number of statistics about the TLS group tensors, goodness of fit, various parameter averages, center of reaction tensors, etc... |
calc_TLS_least_squares_fit(self, weight_dict=None)Perform a least-squares fit of the atoms contained in self to the three TLS tensors: self.T, self.L, and self.S using the origin given by self.origin. |
is_null(self)Returns True if the T,L,S tensors are not set, or are set with values of zero. |
iter_atm_Utls(self)Iterates all the atoms in the TLS object, returning the 2-tuple (atm, U) where U is the calcuated U value from the current values of the TLS object's T,L,S, tensors and origin. |
set_L(self, l11, l22, l33, l12, l13, l23)Sets the components of the symmetric L tensor from arguments. Units should be in square radians. |
set_origin(self, x, y, z)Sets the x, y, z components of the TLS origin vector. |
set_S(self, s2211, s1133, s12, s13, s23, s21, s31, s32)Sets the componets of the asymmetric S tenssor. The trace of the S tensor is set with the standard convention of the Trace(S) = 0. Units in Radians*Angstroms. |
set_T(self, t11, t22, t33, t12, t13, t23)Sets the components of the symmetric T tensor. Units in square Angstroms. |
shift_COR(self)Shift the TLS group to the center of reaction. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:39 2006 | http://epydoc.sf.net |