Sun Oct 9 06:09:12 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 Sun Oct 9 2011 at 06:09:12 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1987 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6849842 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): 1.896000 44.28200 ymin,ymax (A): -9.192000 37.42300 zmin,zma (A): -24.35900 27.61300 x,y,z range (A): 42.38600 46.61500 51.97200 scale (grids/A): 0.6849842 object centre (A): 23.08900 14.11550 1.627000 number of atom coordinates read : 1987 total number of charged atoms : 1848 net assigned charge : -2.499985 assigned positive charge : 298.8730 centred at (gu) : 89.97971 89.28988 88.78090 assigned negative charge : -301.3731 centred at (gu) : 89.82336 89.12443 88.74570 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6282 nv = 96 ne = 84 npr = 41663 no. pairs analyzed = 41663 no. exposed pairs = 2448 no. arc points = 17558 no. surface atoms = 823 nbur = 1164 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 405 mr = 3463 m= 3 mr = 75 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 30 time to turn everything in is 0.1700000 number of dielectric boundary points 3152 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1594 ## 131 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7067 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.7586069E-08 -1.3866024E-09 midg,1,midg; midg,igrid,midg -6.8651779E-08 2.9880606E-08 1,midg,midg; igrid,midg,midg -5.6945048E-08 3.2008355E-08 gauss-seidel spectral radius is 0.9888936 estimated iterations to convergence 77 setup time was (sec) 0.3700000 now iterating at: 06:09:12 rms-change max change #iterations 0.1752714 27.30149 at 10iterations 2.0033544E-02 3.035686 at 20iterations 2.3019658E-03 0.3200836 at 30iterations 2.6260965E-04 3.8582802E-02 at 40iterations 2.9920826E-05 4.8351288E-03 at 50iterations finished qdiffx linear iterations at : 06:09:15 total time elapsed so far: 3.210000 # loops : 50 mean,max change (kT/e) : 2.9920826E-05 4.8351288E-03 energy calculations done at 3.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 06:09:16 3.347u 0.146s 0:03.77 92.3% 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 Sun Oct 9 2011 at 06:09:16 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1987 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.054953 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): 1.896000 44.28200 ymin,ymax (A): -9.192000 37.42300 zmin,zma (A): -24.35900 27.61300 x,y,z range (A): 42.38600 46.61500 51.97200 scale (grids/A): 2.054953 object centre (A): 23.08900 14.11550 1.627000 number of atom coordinates read : 1987 total number of charged atoms : 1848 net assigned charge : -2.499985 assigned positive charge : 298.8730 centred at (gu) : 89.93894 87.86964 86.34270 assigned negative charge : -301.3731 centred at (gu) : 89.47002 87.37344 86.23706 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 66900 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17558 grid for indexing accessible points = 1.400000 m= 25805 mr = 45933 m= 4855 mr = 19553 m= 427 mr = 3369 m= 6 mr = 206 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 2596 time to turn everything in is 0.3300000 number of dielectric boundary points 28932 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 67 iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 14641 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.6849842 object centre at (A) : 23.08900 14.11550 1.627000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.1530965E-02 2.6835602E-02 midg,1,midg; midg,igrid,midg -4.0735099E-02 1.3988663E-02 1,midg,midg; igrid,midg,midg -3.6558188E-02 2.7512494E-02 gauss-seidel spectral radius is 0.9987576 estimated iterations to convergence 225 setup time was (sec) 0.5400000 now iterating at: 06:09:16 rms-change max change #iterations 4.336356 250.3457 at 10iterations 2.080334 94.37767 at 20iterations 1.009892 34.61897 at 30iterations 0.4896695 15.72656 at 40iterations 0.2364392 7.577664 at 50iterations 0.1150977 3.924429 at 60iterations 5.5719920E-02 1.757618 at 70iterations 2.6988264E-02 0.8927984 at 80iterations 1.3005182E-02 0.4071960 at 90iterations 6.3517983E-03 0.2560272 at 100iterations 3.0616762E-03 9.9442959E-02 at 110iterations 1.4887010E-03 4.5079231E-02 at 120iterations finished qdiffx linear iterations at : 06:09:23 total time elapsed so far: 7.500000 # loops : 120 mean,max change (kT/e) : 1.4887010E-03 4.5079231E-02 energy calculations done at 7.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.640000 DelPhi exited at 06:09:24 7.641u 0.189s 0:08.09 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 Sun Oct 9 2011 at 06:09:24 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1987 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.082429 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): 1.896000 44.28200 ymin,ymax (A): -9.192000 37.42300 zmin,zma (A): -24.35900 27.61300 x,y,z range (A): 42.38600 46.61500 51.97200 scale (grids/A): 3.082429 object centre (A): 23.08900 14.11550 1.627000 number of atom coordinates read : 1987 total number of charged atoms : 1848 net assigned charge : -2.499985 assigned positive charge : 298.8730 centred at (gu) : 89.90858 86.80456 84.51417 assigned negative charge : -301.3731 centred at (gu) : 89.20502 86.06024 84.35558 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 154473 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17558 grid for indexing accessible points = 1.400000 m= 81082 mr = 110994 m= 31992 mr = 67220 m= 9058 mr = 26430 m= 1828 mr = 7264 m= 138 mr = 1348 m= 3 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 8491 time to turn everything in is 1.010000 number of dielectric boundary points 65259 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.100000 number of grid points assigned charge 14784 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) : 2.054953 object centre at (A) : 23.08900 14.11550 1.627000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5599015 0.8530827 midg,1,midg; midg,igrid,midg -0.3337024 0.1558926 1,midg,midg; igrid,midg,midg -0.3160472 0.2495606 gauss-seidel spectral radius is 0.9992750 estimated iterations to convergence 293 setup time was (sec) 1.240000 now iterating at: 06:09:25 rms-change max change #iterations 9.710408 459.9745 at 10iterations 5.609203 113.6533 at 20iterations 3.240591 70.21900 at 30iterations 1.874540 35.21247 at 40iterations 1.082178 21.15459 at 50iterations 0.6256806 12.18348 at 60iterations 0.3611971 6.454876 at 70iterations 0.2082888 4.289469 at 80iterations 0.1201156 2.415875 at 90iterations 6.9339953E-02 1.368156 at 100iterations 3.9945625E-02 0.8088379 at 110iterations 2.3049770E-02 0.4589070 at 120iterations 1.3295171E-02 0.2531710 at 130iterations 7.6792748E-03 0.1424694 at 140iterations 4.4311211E-03 8.1844330E-02 at 150iterations 2.5470403E-03 4.6832919E-02 at 160iterations 1.4730350E-03 2.6235580E-02 at 170iterations 8.4905251E-04 1.5291214E-02 at 180iterations finished qdiffx linear iterations at : 06:09:36 total time elapsed so far: 12.30000 # loops : 180 mean,max change (kT/e) : 8.4905251E-04 1.5291214E-02 energy calculations done at 12.30000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.43000 DelPhi exited at 06:09:37 12.432u 0.205s 0:12.90 97.9% 0+0k 0+0io 0pf+0w