read_structure_step.formats.mop package#
Submodules#
read_structure_step.formats.mop.find_mopac module#
read_structure_step.formats.mop.obabel module#
Implementation of the reader for XYZ files using OpenBabel
- class read_structure_step.formats.mop.obabel.OutputGrabber(stream=None, threaded=False)[source]#
Bases:
object
Class used to grab standard output or another stream.
see https://stackoverflow.com/questions/24277488/in-python-how-to-capture-the-stdout-from-a-c-shared-library-to-a-variable/29834357#29834357 # noqa: E501
- escape_char = '\x08'#