ParmEdWrapper

class openff.interchange.interop.external.ParmEdWrapper[source]

Wrapper around ParmEd writers.

Attributes

write_formats

Return a list of supported writing formats.

Methods

__init__()

to_file(openff_sys, file_path)

Convert an Iterchange object to a ParmEd Structure and write it to a file.

__init__()[source]
to_file(openff_sys: openff.interchange.components.interchange.Interchange, file_path: Union[str, pathlib.Path])[source]

Convert an Iterchange object to a ParmEd Structure and write it to a file.