api
A module containing the API for reading and writing topology files.
Summary
Functions:
Function to read a topology file. |
|
Wrapper function to write a topology file. |
Reference
- read_topology_file(
- filename: str,
Function to read a topology file.
- Parameters:
filename (str) – The filename of the topology file.
- Returns:
The bonded topology.
- Return type:
- write_topology_file(
- bonded_topology: Topology | BondedTopology,
- filename: str | None = None,
- mode: FileWritingMode | str = 'w',
Wrapper function to write a topology file.