|
__init__(self,
name,
coord,
bfactor,
occupancy,
altloc,
fullname,
serial_number,
element=None)
Atom object. |
source code
|
|
|
_assign_element(self,
element)
Tries to guess element from atom name if not recognised. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is_disordered(self)
Return the disordered flag (1 if disordered, 0 otherwise). |
source code
|
|
|
|
|
detach_parent(self)
Remove reference to parent. |
source code
|
|
|
get_sigatm(self)
Return standard deviation of atomic parameters. |
source code
|
|
|
get_siguij(self)
Return standard deviations of anisotropic temperature factors. |
source code
|
|
|
get_anisou(self)
Return anisotropic B factor. |
source code
|
|
|
|
|
|
|
|
|
get_id(self)
Return the id of the atom (which is its atom name). |
source code
|
|
|
|
|
|
|
|
|
|
|
get_fullname(self)
Return the atom name, including leading and trailing spaces. |
source code
|
|
|
get_altloc(self)
Return alternative location specifier. |
source code
|
|
|
|
|
|
Vector
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|