Layne-Huang / PMDM

74 stars 17 forks source link

Code Issue #17

Closed HITzhongyu closed 2 months ago

HITzhongyu commented 2 months ago

Hi,Layne-Huang Thank you very much for your work, but while reading the code, at line 155 of the utils/protein_ligand.py file, the code reads as follows, def to_dict_atom_cutoff(self, ligand_pos, cutoff): and I would like to know why your code sets cutoff to 8 here, is this a priori knowledge?

Layne-Huang commented 2 months ago

It is set to get a smaller protein pocket which make it calculate more efficiently. You can also try other threshold like 10A or 20A.