Sat Oct 8 11:48:19 PDT 2011 #!/bin/csh -f # input: # $1 receptor coordinates file; # $2 grid size; # $3 # of iterations for the first run; # $4 # of iterations for the second run; # $5 # of iterations for the third run; # output: # delphi map: $1.phi # log file: delphi.out set RECCRG = rec+sph.crg set GRID = 179 set n1 = 50 set n2 = 120 set n3 = 180 set DELPHI = $DOCK_BASE/private/delphi set VDW = vdw.siz #set VDW = vdw.hydren set CRG = amb.crg.oxt set PRM = genric.prm # three step focussing calc. if (-e ARCDAT) /bin/rm ARCDAT cp $VDW fort.11 cp $CRG fort.12 cp $RECCRG fort.13 echo "gsize=$GRID, perfil=20, bndcon=2, linit=$n1\n" >! fort.10 cat $PRM >> fort.10 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=60, bndcon=3, linit=$n2\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=90, bndcon=3, linit=$n3\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) /bin/rm fort.1[0-3] fort.18 ARCDAT mv fort.14 $RECCRG:r.phi ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 11:48:19 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2898 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5648821 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : dipolar x,y,z periodic bc. flags : F F F # of linear iterations : 50 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 20.00000 xmin,xmax (A): -13.10700 42.12600 ymin,ymax (A): -13.77200 49.25000 zmin,zma (A): 20.95200 77.07100 x,y,z range (A): 55.23300 63.02200 56.11900 scale (grids/A): 0.5648821 object centre (A): 14.50950 17.73900 49.01150 number of atom coordinates read : 2898 total number of charged atoms : 2742 net assigned charge : -7.499987 assigned positive charge : 427.4630 centred at (gu) : 90.89206 92.26687 91.99937 assigned negative charge : -434.9640 centred at (gu) : 90.90001 92.22365 91.91460 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6145 nv = 96 ne = 84 npr = 56293 no. pairs analyzed = 56293 no. exposed pairs = 4079 no. arc points = 29973 no. surface atoms = 1358 nbur = 1540 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 274 mr = 2871 m= 0 mr = 4 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3544 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2946 ## 348 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 7860 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2918030E-09 1.7937292E-10 midg,1,midg; midg,igrid,midg -9.0277036E-10 -7.1510958E-10 1,midg,midg; igrid,midg,midg -7.1612299E-10 -1.3341056E-09 gauss-seidel spectral radius is 0.9838402 estimated iterations to convergence 65 setup time was (sec) 0.4100000 now iterating at: 11:48:19 rms-change max change #iterations 8.4321864E-02 15.06787 at 10iterations 6.1655608E-03 0.9145164 at 20iterations 4.5156656E-04 7.7865601E-02 at 30iterations 3.5217643E-05 5.3319931E-03 at 40iterations 3.2955147E-06 4.7254562E-04 at 50iterations finished qdiffx linear iterations at : 11:48:23 total time elapsed so far: 3.510000 # loops : 50 mean,max change (kT/e) : 3.2955147E-06 4.7254562E-04 energy calculations done at 3.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.640000 DelPhi exited at 11:48:23 3.647u 0.207s 0:04.13 92.9% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 11:48:23 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2898 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.694646 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 120 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 60.00000 xmin,xmax (A): -13.10700 42.12600 ymin,ymax (A): -13.77200 49.25000 zmin,zma (A): 20.95200 77.07100 x,y,z range (A): 55.23300 63.02200 56.11900 scale (grids/A): 1.694646 object centre (A): 14.50950 17.73900 49.01150 number of atom coordinates read : 2898 total number of charged atoms : 2742 net assigned charge : -7.499987 assigned positive charge : 427.4630 centred at (gu) : 92.67528 96.79990 95.99696 assigned negative charge : -434.9640 centred at (gu) : 92.69942 96.67065 95.74319 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 67478 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29973 grid for indexing accessible points = 1.400000 m= 19437 mr = 42702 m= 2111 mr = 12553 m= 78 mr = 958 m= 2 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 32886 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 301 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 21172 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 0.5648821 object centre at (A) : 14.50950 17.73900 49.01150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.8459353E-03 7.8693125E-03 midg,1,midg; midg,igrid,midg -2.1280913E-02 -5.3580622E-03 1,midg,midg; igrid,midg,midg -2.0602853E-03 -1.0250187E-02 gauss-seidel spectral radius is 0.9983281 estimated iterations to convergence 194 setup time was (sec) 0.5800000 now iterating at: 11:48:24 rms-change max change #iterations 3.548163 196.6236 at 10iterations 1.519696 63.69390 at 20iterations 0.6527929 23.86114 at 30iterations 0.2807625 9.220190 at 40iterations 0.1207405 4.356951 at 50iterations 5.1984973E-02 1.875775 at 60iterations 2.2413373E-02 0.7939415 at 70iterations 9.6415766E-03 0.3430405 at 80iterations 4.1567981E-03 0.1359386 at 90iterations 1.7933146E-03 7.1149349E-02 at 100iterations 7.7560113E-04 2.5972366E-02 at 110iterations 3.3387807E-04 1.2945175E-02 at 120iterations finished qdiffx linear iterations at : 11:48:31 total time elapsed so far: 8.250000 # loops : 120 mean,max change (kT/e) : 3.3387807E-04 1.2945175E-02 energy calculations done at 8.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.380000 DelPhi exited at 11:48:32 8.384u 0.219s 0:08.89 96.6% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 11:48:32 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2898 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.541970 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 180 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 90.00000 xmin,xmax (A): -13.10700 42.12600 ymin,ymax (A): -13.77200 49.25000 zmin,zma (A): 20.95200 77.07100 x,y,z range (A): 55.23300 63.02200 56.11900 scale (grids/A): 2.541970 object centre (A): 14.50950 17.73900 49.01150 number of atom coordinates read : 2898 total number of charged atoms : 2742 net assigned charge : -7.499987 assigned positive charge : 427.4630 centred at (gu) : 94.01275 100.1997 98.99512 assigned negative charge : -434.9640 centred at (gu) : 94.04912 100.0057 98.61473 start vw surface at 0.1000000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 156597 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29973 grid for indexing accessible points = 1.400000 m= 67070 mr = 105315 m= 18921 mr = 50786 m= 3257 mr = 13431 m= 336 mr = 2070 m= 5 mr = 152 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8200000 number of dielectric boundary points 74432 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 15 iepsmp to db, and charging done at 0.9200000 number of grid points assigned charge 21922 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 1.694646 object centre at (A) : 14.50950 17.73900 49.01150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.7022146E-03 0.1484979 midg,1,midg; midg,igrid,midg -0.1959551 -0.1183277 1,midg,midg; igrid,midg,midg 3.5724171E-02 -0.1749631 gauss-seidel spectral radius is 0.9991908 estimated iterations to convergence 278 setup time was (sec) 1.080000 now iterating at: 11:48:33 rms-change max change #iterations 8.987803 326.7642 at 10iterations 5.171388 158.2408 at 20iterations 2.954946 69.11332 at 30iterations 1.673421 37.91223 at 40iterations 0.9474725 20.19348 at 50iterations 0.5360486 11.75133 at 60iterations 0.3018771 6.179466 at 70iterations 0.1700643 3.715813 at 80iterations 9.5627107E-02 1.926727 at 90iterations 5.3717546E-02 1.105061 at 100iterations 3.0147424E-02 0.6018562 at 110iterations 1.6892746E-02 0.3661618 at 120iterations 9.4759613E-03 0.2211914 at 130iterations 5.3042555E-03 0.1074505 at 140iterations 2.9712829E-03 6.3194752E-02 at 150iterations 1.6663348E-03 3.2554626E-02 at 160iterations 9.3251764E-04 1.9148350E-02 at 170iterations 5.2202900E-04 9.8962784E-03 at 180iterations finished qdiffx linear iterations at : 11:48:46 total time elapsed so far: 13.42000 # loops : 180 mean,max change (kT/e) : 5.2202900E-04 9.8962784E-03 energy calculations done at 13.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.55000 DelPhi exited at 11:48:46 13.551u 0.248s 0:14.07 98.0% 0+0k 0+0io 0pf+0w