The
right size of the grid for UHBD calculations was determined by
superposition of sample structures of the relevant serine proteases and
align them to 1o5a. Used sample structures:
/sw/mcm/app/uhbd/uhbd_linux_pp/uhbd110_PGFathlon
step1.inp
read
mol 1 file A20.3.protein.qcd qcard end
read mol 2 file A20.3.ligand.qcd qcard end
! read in the coords., charges, and radii in CHARMM qcard
! format
!step 1
! Regular Runs:
!
compute the potential on a coarse grid for
!
molecule 1
elec calc mol 1
pdie
2.00
! internal dielectric=2
sdie
78.00
! solvent dielectric=78
temp
298.00
! temperature in K
ions
150.00
! ionic strength
rion
1.5
! ionic radius
bcfl
2
! boundary condition - each atom
! is a Debye-Huckel sphere
efld
.00
! external electric field
grid
1.00
! grid spacing
dime 81 81
81
! grid dimension
gcenter 9.0 5.0 26.0 !11
maxit
400
! maximum # of iteration for FDPBE
end
print elec phizero mol1
end ! zero
out the phisite accumulator
print elec phisave mol1
end !
compute and store phi at atoms on grid
!
compute the potential on a fine grid
!
molecule 1 using the coarse grid to set the
!
boundary potentials for this grid.
elec calc mol 1
pdie
2.00
! internal dielectric=2
sdie
78.00
! solvent dielectric=78
temp
298.00
! temperature in K
ions
150.00
! ionic strength
rion
1.5
! ionic radius
bcfl
4
! focusing - use the coarse grid to
efld
.00
! external electric field
grid
0.25
! spacing for focused grid
dime 109 109
109
! grid dimension
gcenter 9.0 5.0 26.0 !11
maxit
400
! maximum # of iteration for FDPBE
end
print elec phisave mol1 end
print elec phinrg mol1
end !
compute and save to a user variable the
! phi energy
assign e1 = $phinrg
end
! assign the phi energy to a local variable
! for later use
stop