Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Psi4 inputs for different grid generation schemes

  • When using Psi4’s in-built cubic grid

set cubeprop_tasks ['esp'] 
set cubic_grid_spacing [1.1785, 1.1785, 1.1785] 
set cubic_grid_overage [8.0, 8.0, 8.0] # size of the cubic grid (default = 4 Bohr)

e, wfn = energy('HF', return_wfn=True)
cubeprop(wfn)
  • When using a user-specified grid points specified in grid.dat(should be located in the same directory with Psi4 input)

E,wfn = prop('HF' , properties = ['GRID_ESP'], return_wfn=True)

* Generation of FCC grid used for charge fitting

(1) Generate a box containing the molecule and fill it with FCC grid pts;

(2) Select grid points which are inside the outer boundary and outside the inner boundary (a shell of points);

(3) Store selected points to grid.dat

sc_selected_pts.mpg

  ( For a comparison, cubic grids were cut to fit in the same shell with FCC grids when fitting charges)

1. rotational invariance

Procedure:

(1) Rotated a test molecule(MeOH) by multiples of 0.5 degree about an axis (100 frames)

(2) Generated both cubic grid(using Psi4 in-built feature) and FCC grid, ran ESP generation on each grid, for cubic grid, selected points using the same outer and inner boundary with FCC grids and used for charge fitting.

(3) RESP two stage fit charges were calculated from each frame and calculated standard deviation of charges.

rx-movie.mpgry-movie.mpgrz-movie.mpg

psi4 in-built cubic grids

0.002658

0.002320

0.002447

FCC grids

0.001405

0.000830

0.002252

2. translational invariance

tz-movie.mpg

psi4 in-built cubic grids

0.000379

FCC grids

0.000644

  • No labels