Package schrodinger :: Package application :: Package matsci :: Module msutils
[hide private]
[frames] | no frames]

Module msutils

Utility functions and classes for MatSci workflows.

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
 
remove_atom_property(struct, prop)
Delete atom property from all atoms in a structure (structure will be modified).
Variables [hide private]
  __doc__ = ...
  __package__ = 'schrodinger.application.matsci'
Function Details [hide private]

remove_atom_property(struct, prop)

 

Delete atom property from all atoms in a structure (structure will be modified).

Parameters:
  • struct (structure.Structure) - Structure object to be modified
  • prop (str) - Atom property to be removed

Variables Details [hide private]

__doc__

Value:
"""
Utility functions and classes for MatSci workflows.

Copyright Schrodinger, LLC. All rights reserved.
"""