ParmEdWrapper

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

Bases: InteroperabilityWrapper

Wrapper around ParmEd writers.

Attributes

write_formats

Return a list of supported writing formats.

Methods

__init__()

to_file(openff_sys, file_path)

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

__init__() None[source]
to_file(openff_sys: Interchange, file_path: Union[str, Path]) None[source]

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