| Home | Trees | Index | Help |
|
|---|
| Package mmLib :: Module SpaceGroups :: Class SpaceGroup |
|
object --+
|
SpaceGroup
| Method Summary | |
|---|---|
__init__(self,
number,
num_sym_equiv,
num_primitive_sym_equiv,
short_name,
point_group_name,
crystal_system,
pdb_name,
symop_list)
| |
Checks if the given name is a name for this space group, returns True or False. | |
Iterate the symmetry equivelant positions of the argument vector. | |
Iterates over all SymOps in the SpaceGroup. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Method Details |
|---|
check_group_name(self, name)Checks if the given name is a name for this space group, returns True or False. The space group name can be in several forms: the short name, the longer PDB-style name, or the space group number. |
iter_equivalent_positions(self, vec)Iterate the symmetry equivelant positions of the argument vector. The vector must already be in fractional coordinates, and the symmetry equivelant vectors are also in fractional coordinates. |
iter_symops(self)Iterates over all SymOps in the SpaceGroup. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Nov 24 17:34:57 2004 | http://epydoc.sf.net |