Sat Oct 8 18:26:53 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 18:26:53 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 = 3197 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5943437 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): 50.12600 109.6160 ymin,ymax (A): -18.85800 41.04000 zmin,zma (A): -34.90400 24.35600 x,y,z range (A): 59.49000 59.89800 59.26000 scale (grids/A): 0.5943437 object centre (A): 79.87100 11.09100 -5.274002 number of atom coordinates read : 3197 total number of charged atoms : 3056 net assigned charge : 5.500037 assigned positive charge : 474.4068 centred at (gu) : 88.41795 89.64734 91.50349 assigned negative charge : -468.9081 centred at (gu) : 88.35308 89.80029 91.47758 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7759 nv = 96 ne = 84 npr = 63344 no. pairs analyzed = 63344 no. exposed pairs = 4304 no. arc points = 30473 no. surface atoms = 1423 nbur = 1774 mkacc time = 0.1300000 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.456000 m= 411 mr = 3990 m= 4 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 4149 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3012 ## 304 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 9569 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.3098233E-10 4.0883052E-09 midg,1,midg; midg,igrid,midg 8.1076514E-09 -3.4600203E-09 1,midg,midg; igrid,midg,midg -7.0059175E-10 3.0229013E-09 gauss-seidel spectral radius is 0.9854126 estimated iterations to convergence 68 setup time was (sec) 0.6100000 now iterating at: 18:26:53 rms-change max change #iterations 0.1158565 19.37060 at 10iterations 1.0500927E-02 1.675415 at 20iterations 1.7003411E-03 0.2786751 at 30iterations 4.9761863E-04 8.1848145E-02 at 40iterations 1.6180979E-04 2.6576996E-02 at 50iterations finished qdiffx linear iterations at : 18:26:56 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 1.6180979E-04 2.6576996E-02 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.400000 DelPhi exited at 18:26:57 3.400u 0.194s 0:03.88 92.5% 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 18:26:57 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 = 3197 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.783031 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): 50.12600 109.6160 ymin,ymax (A): -18.85800 41.04000 zmin,zma (A): -34.90400 24.35600 x,y,z range (A): 59.49000 59.89800 59.26000 scale (grids/A): 1.783031 object centre (A): 79.87100 11.09100 -5.274002 number of atom coordinates read : 3197 total number of charged atoms : 3056 net assigned charge : 5.500037 assigned positive charge : 474.4068 centred at (gu) : 85.25270 88.94113 94.50966 assigned negative charge : -468.9081 centred at (gu) : 85.05882 89.40077 94.43221 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 83640 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30473 grid for indexing accessible points = 1.400000 m= 29742 mr = 56159 m= 4506 mr = 20975 m= 220 mr = 2564 m= 4 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 96 time to turn everything in is 0.5900000 number of dielectric boundary points 38384 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 243 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 23883 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.5943437 object centre at (A) : 79.87100 11.09100 -5.274002 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0273533E-02 3.0588515E-02 midg,1,midg; midg,igrid,midg 2.3736574E-02 -1.3449659E-02 1,midg,midg; igrid,midg,midg 1.6973318E-03 4.5433659E-03 gauss-seidel spectral radius is 0.9985172 estimated iterations to convergence 206 setup time was (sec) 0.8900000 now iterating at: 18:26:58 rms-change max change #iterations 4.108714 150.5004 at 10iterations 1.849303 61.67615 at 20iterations 0.8371360 30.11671 at 30iterations 0.3804663 12.06680 at 40iterations 0.1727770 5.204760 at 50iterations 7.8720905E-02 2.531342 at 60iterations 3.6017269E-02 1.112362 at 70iterations 1.6676731E-02 0.4884683 at 80iterations 7.9118842E-03 0.2512283 at 90iterations 3.9524445E-03 0.1368752 at 100iterations 2.1196189E-03 8.1188679E-02 at 110iterations 1.2389051E-03 4.6401978E-02 at 120iterations finished qdiffx linear iterations at : 18:27:04 total time elapsed so far: 7.590000 # loops : 120 mean,max change (kT/e) : 1.2389051E-03 4.6401978E-02 energy calculations done at 7.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.770000 DelPhi exited at 18:27:05 7.774u 0.264s 0:08.44 95.1% 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 18:27:05 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 = 3197 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.674547 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): 50.12600 109.6160 ymin,ymax (A): -18.85800 41.04000 zmin,zma (A): -34.90400 24.35600 x,y,z range (A): 59.49000 59.89800 59.26000 scale (grids/A): 2.674547 object centre (A): 79.87100 11.09100 -5.274002 number of atom coordinates read : 3197 total number of charged atoms : 3056 net assigned charge : 5.500037 assigned positive charge : 474.4068 centred at (gu) : 82.87885 88.41151 96.76431 assigned negative charge : -468.9081 centred at (gu) : 82.58810 89.10090 96.64835 start vw surface at 0.1600000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 193690 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30473 grid for indexing accessible points = 1.400000 m= 96199 mr = 137344 m= 34369 mr = 76475 m= 7853 mr = 26609 m= 882 mr = 5540 m= 33 mr = 459 m= 2 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 284 time to turn everything in is 1.510000 number of dielectric boundary points 86601 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 24447 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.783031 object centre at (A) : 79.87100 11.09100 -5.274002 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1319592 0.2028953 midg,1,midg; midg,igrid,midg 0.3377078 -0.2014565 1,midg,midg; igrid,midg,midg 0.3392842 -1.9924833E-02 gauss-seidel spectral radius is 0.9992468 estimated iterations to convergence 288 setup time was (sec) 1.830000 now iterating at: 18:27:07 rms-change max change #iterations 10.27361 360.6194 at 10iterations 6.127306 145.1534 at 20iterations 3.612102 85.90485 at 30iterations 2.115069 58.57591 at 40iterations 1.234343 23.72988 at 50iterations 0.7172665 16.10236 at 60iterations 0.4153279 8.095024 at 70iterations 0.2390909 4.301281 at 80iterations 0.1380741 2.690231 at 90iterations 7.9433493E-02 1.429977 at 100iterations 4.5807246E-02 0.7990685 at 110iterations 2.6437275E-02 0.4753876 at 120iterations 1.5257847E-02 0.2753334 at 130iterations 8.8418806E-03 0.1677704 at 140iterations 5.1784632E-03 9.6931458E-02 at 150iterations 3.0872647E-03 6.1035156E-02 at 160iterations 1.8939181E-03 4.0298462E-02 at 170iterations 1.2181790E-03 2.5165558E-02 at 180iterations finished qdiffx linear iterations at : 18:27:18 total time elapsed so far: 12.80000 # loops : 180 mean,max change (kT/e) : 1.2181790E-03 2.5165558E-02 energy calculations done at 12.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.97000 DelPhi exited at 18:27:19 12.972u 0.239s 0:13.57 97.2% 0+0k 0+0io 0pf+0w