Package mmLib :: Module SpaceGroups :: Class SpaceGroup
[show private | hide private]
[frames | no frames]

Class SpaceGroup

object --+
         |
        SpaceGroup


Contains the various names and symmetry operations for one space group.
Method Summary
  __init__(self, number, num_sym_equiv, num_primitive_sym_equiv, short_name, point_group_name, crystal_system, pdb_name, symop_list)
  check_group_name(self, name)
Checks if the given name is a name for this space group, returns True or False.
  iter_equivalent_positions(self, vec)
Iterate the symmetry equivelant positions of the argument vector.
  iter_symops(self)
Iterates over all SymOps in the SpaceGroup.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)
    Inherited from type
  __new__(T, S, ...)
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.

Generated by Epydoc 2.0 on Wed Nov 24 17:34:57 2004 http://epydoc.sf.net