vibeqc.make_uniform_grid¶
- vibeqc.make_uniform_grid(mol, *, spacing=0.2, padding=4.0)[source]¶
Wrap an axis-aligned box around the molecule with
paddingbohr of headroom and a cubic voxel ofspacingbohr.spacing = 0.2andpadding = 4gives roughly 100³ ≈ 10⁶ voxels for a small molecule — enough to render densities and MOs smoothly and small enough to write in a second.