qp.structure.convert_nhie_oxo.read_pdb¶
- qp.structure.convert_nhie_oxo.read_pdb(pdb_path)[source]¶
Parse a PDB file and extract all ATOM/HETATM records.
- Parameters:
pdb_path (str) – Path to the PDB file.
- Returns:
Each dict contains PDB atom fields: record, serial, name, altLoc, resName, chainID, resSeq, iCode, x, y, z, occupancy, tempFactor, element, charge.
- Return type:
list of dict