parmed.openmm.XmlFile¶
-
class
parmed.openmm.XmlFile[source]¶ Wrapper for parsing OpenMM-serialized objects. Supports serialized State, System, Integrator, and ForceField objects.
Methods
id_format(filename)Identifies the file type as an XML file
parse(*args, **kwargs)Parses XML file and returns deserialized object.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(*args, **kwargs)Initialize self.
id_format(filename)Identifies the file type as an XML file
parse(*args, **kwargs)Parses XML file and returns deserialized object.
-