Mon Oct 10 17:02:46 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+sph2.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 = amb2.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 Mon Oct 10 2011 at 17:02:46 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: 335 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3172 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: WAT 4 has a net charge of -0.8340 !!! WARNING: WAT 5 has a net charge of -0.8340 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.5831477 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.77500 72.12400 ymin,ymax (A): -0.8700000 51.35300 zmin,zma (A): 6.504000 67.55200 x,y,z range (A): 58.34900 52.22300 61.04800 scale (grids/A): 0.5831477 object centre (A): 42.94950 25.24150 37.02800 number of atom coordinates read : 3172 total number of charged atoms : 3021 net assigned charge : -4.653959 assigned positive charge : 480.0796 centred at (gu) : 89.66229 91.45232 91.16685 assigned negative charge : -484.7349 centred at (gu) : 89.62374 91.56712 91.26964 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7282 nv = 96 ne = 84 npr = 62222 no. pairs analyzed = 62222 no. exposed pairs = 4211 no. arc points = 29683 no. surface atoms = 1433 nbur = 1739 mkacc time = 0.1000000 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= 393 mr = 3797 m= 0 mr = 36 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3842 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3069 ## 349 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9195 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2458420E-09 -4.9961693E-09 midg,1,midg; midg,igrid,midg 1.3835055E-09 -5.8097807E-09 1,midg,midg; igrid,midg,midg -2.2312636E-09 -2.2251758E-11 gauss-seidel spectral radius is 0.9848460 estimated iterations to convergence 67 setup time was (sec) 0.4100000 now iterating at: 17:02:46 rms-change max change #iterations 0.1048257 17.54923 at 10iterations 8.2401056E-03 1.186744 at 20iterations 6.5762084E-04 0.1055870 at 30iterations 5.4494489E-05 7.4348450E-03 at 40iterations 5.9877379E-06 1.1726767E-03 at 50iterations finished qdiffx linear iterations at : 17:02:49 total time elapsed so far: 3.270000 # loops : 50 mean,max change (kT/e) : 5.9877379E-06 1.1726767E-03 energy calculations done at 3.270000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.400000 DelPhi exited at 17:02:50 3.402u 0.179s 0:04.67 76.4% 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 Mon Oct 10 2011 at 17:02:51 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: 335 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3172 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: WAT 4 has a net charge of -0.8340 !!! WARNING: WAT 5 has a net charge of -0.8340 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.749443 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.77500 72.12400 ymin,ymax (A): -0.8700000 51.35300 zmin,zma (A): 6.504000 67.55200 x,y,z range (A): 58.34900 52.22300 61.04800 scale (grids/A): 1.749443 object centre (A): 42.94950 25.24150 37.02800 number of atom coordinates read : 3172 total number of charged atoms : 3021 net assigned charge : -4.653959 assigned positive charge : 480.0796 centred at (gu) : 88.98594 94.35625 93.49969 assigned negative charge : -484.7349 centred at (gu) : 88.87058 94.70107 93.80830 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 79798 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29683 grid for indexing accessible points = 1.400000 m= 26399 mr = 53827 m= 3310 mr = 18503 m= 109 mr = 1785 m= 0 mr = 26 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1329 time to turn everything in is 0.3800000 number of dielectric boundary points 35475 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 308 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 23484 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.5831477 object centre at (A) : 42.94950 25.24150 37.02800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9812465E-02 7.0106708E-03 midg,1,midg; midg,igrid,midg 2.1989325E-03 -2.2101214E-02 1,midg,midg; igrid,midg,midg -3.5739128E-02 7.2038742E-03 gauss-seidel spectral radius is 0.9984509 estimated iterations to convergence 202 setup time was (sec) 0.5900000 now iterating at: 17:02:51 rms-change max change #iterations 4.068237 179.0570 at 10iterations 1.796748 64.19546 at 20iterations 0.7995190 25.45436 at 30iterations 0.3566255 12.15335 at 40iterations 0.1583506 5.910065 at 50iterations 7.0496581E-02 2.363724 at 60iterations 3.1307973E-02 0.9441843 at 70iterations 1.3941489E-02 0.4195671 at 80iterations 6.2125199E-03 0.2153921 at 90iterations 2.7684011E-03 8.8771820E-02 at 100iterations 1.2343904E-03 4.5272827E-02 at 110iterations 5.4990919E-04 1.8292427E-02 at 120iterations finished qdiffx linear iterations at : 17:02:58 total time elapsed so far: 7.690000 # loops : 120 mean,max change (kT/e) : 5.4990919E-04 1.8292427E-02 energy calculations done at 7.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.820000 DelPhi exited at 17:02:59 7.819u 0.213s 0:08.71 92.0% 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 Mon Oct 10 2011 at 17:02:59 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: 335 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3172 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: WAT 4 has a net charge of -0.8340 !!! WARNING: WAT 5 has a net charge of -0.8340 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.624165 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.77500 72.12400 ymin,ymax (A): -0.8700000 51.35300 zmin,zma (A): 6.504000 67.55200 x,y,z range (A): 58.34900 52.22300 61.04800 scale (grids/A): 2.624165 object centre (A): 42.94950 25.24150 37.02800 number of atom coordinates read : 3172 total number of charged atoms : 3021 net assigned charge : -4.653959 assigned positive charge : 480.0796 centred at (gu) : 88.47852 96.53413 95.24936 assigned negative charge : -484.7349 centred at (gu) : 88.30580 97.05154 95.71249 start vw surface at 0.1000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 184960 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29683 grid for indexing accessible points = 1.400000 m= 88406 mr = 131323 m= 28347 mr = 70364 m= 5314 mr = 21797 m= 524 mr = 3699 m= 23 mr = 307 m= 0 mr = 6 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 4830 time to turn everything in is 1.020000 number of dielectric boundary points 80078 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 24162 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.749443 object centre at (A) : 42.94950 25.24150 37.02800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4172236 0.1845627 midg,1,midg; midg,igrid,midg 2.5473660E-02 -0.1992635 1,midg,midg; igrid,midg,midg -0.4417709 0.1864470 gauss-seidel spectral radius is 0.9992294 estimated iterations to convergence 284 setup time was (sec) 1.290000 now iterating at: 17:03:01 rms-change max change #iterations 10.19570 293.0001 at 10iterations 5.940113 153.4275 at 20iterations 3.425658 74.62666 at 30iterations 1.971361 40.94325 at 40iterations 1.131532 24.06010 at 50iterations 0.6462108 14.41522 at 60iterations 0.3697613 8.042923 at 70iterations 0.2106321 4.041552 at 80iterations 0.1198261 2.423927 at 90iterations 6.8198368E-02 1.229055 at 100iterations 3.8790915E-02 0.7460651 at 110iterations 2.2081247E-02 0.4011955 at 120iterations 1.2530160E-02 0.2642937 at 130iterations 7.1287309E-03 0.1227989 at 140iterations 4.0530767E-03 7.6421142E-02 at 150iterations 2.3068339E-03 3.9525509E-02 at 160iterations 1.3100206E-03 2.5325775E-02 at 170iterations 7.4783806E-04 1.3114929E-02 at 180iterations finished qdiffx linear iterations at : 17:03:14 total time elapsed so far: 14.21000 # loops : 180 mean,max change (kT/e) : 7.4783806E-04 1.3114929E-02 energy calculations done at 14.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.34000 DelPhi exited at 17:03:14 14.340u 0.341s 0:15.08 97.3% 0+0k 0+0io 0pf+0w