============================================== APIs that provides Structure() ============================================== Structure is the core dataclass in EnzyHTP that represents the structure of a biomolecule. (e.g.: an enzyme). Below are APIs that produce `Structure() `_: Using a StructureParser ============================================== Structure can be obtained by parsing from a file using one of the StructureParser: - `PDBParser `_ - `PrmtopParser `_ Author: QZ Shao