qp.manager.charge_embedding.read_pdb

qp.manager.charge_embedding.read_pdb(file_path)[source]

Read a PDB file and extract ATOM record lines.

Parameters:

file_path (str) – Path to the PDB file.

Returns:

Lines starting with ‘ATOM’.

Return type:

list of str