When I dock a molecule into the binding site, I just want to add a region with the exclusion volume. A sphere is a center with a radius, where the docking molecule would keep a vdw distance to. I would like to know how could I implement this function? Or any suggestions? Thanks
Best,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, it works. But I tried different atom types, and it return slightly diffrent energy values. I don't know which type is suitable for representing the property of the exclusion volume.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
When I dock a molecule into the binding site, I just want to add a region with the exclusion volume. A sphere is a center with a radius, where the docking molecule would keep a vdw distance to. I would like to know how could I implement this function? Or any suggestions? Thanks
Best,
Put receptor atoms there.
Yeah, it works. But I tried different atom types, and it return slightly diffrent energy values. I don't know which type is suitable for representing the property of the exclusion volume.
There's no atom type that only participates in repulsion but not van der wals so you aren't going to be able to get exactly what you want.
Okay, I see. Thank you