Calculate the recommended cubic AutoDock grid size for blind host–guest docking
from the largest measured dimensions of the host and guest structures.
Docking assumption: Semi-flexible docking where the guest (ligand) is flexible and the host (receptor) is treated as rigid.
How to use this tool
In MOE or a similar molecular modeling tool, measure the largest distance across the host
structure by clicking one extreme atom and then the opposite extreme atom.
Repeat the same step for the guest structure.
Enter both measured values below in Å.
Enter the grid spacing. A common AutoDock value is 0.375 Å.
Built-in formulas
The calculator applies the following equations for blind host–guest docking:
L = Dhost,max + (3/2 × Dguest,max)
npts = ⌈ (L / spacing) + 1 ⌉
Notes about the first formula:
- L is the estimated cubic grid-box length for blind host–guest docking.
- Dhost,max and
Dguest,max
are the largest measured distances of the host and guest.
- An additional 1.5× guest-size factor is included to provide extra space for guest flexibility during docking.
The final grid size must not exceed
126 × 126 × 126, and
npts must be an even integer.
Enter your values
Recommended AutoDock Output
84 × 84 × 84
The value of npts is first rounded
upward with the ceiling function. If that value is odd, it is increased to the next even integer
to satisfy the docking constraint.