Trees | Indices | Help |
|
---|
|
object --+ | Alchemist --+ | StructureAlchemist --+ | VacancyAlchemist
An alchemist class that deletes atoms in a Structure and the hydrogens they are bound to @note: The new_items argument to the constructor for this class should have the following format: type new_items: list param new_items: Should be [None]
|
|||
schrodinger.structure.Structure |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
DELETE_PROPERTY = 'b_matsci_impending_vacancy'
|
|
|||
Inherited from |
|
Mark atom index for deletion, and also mark all the hydrogen atoms it is attached to. This will happen on a copy of the input structure. Normally this method in parent classes actually changes the structure, but in this case, deleting atoms would mess up all the atom numbering for Alchemists down the line, so we only mark those atoms for later deletion.
|
Delete all atoms marked for deletion
|
All transmutations have been performed on struct, write it out to a file if we are keeping this result
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:40 2015 | http://epydoc.sourceforge.net |