Mon Oct 10 09:44:38 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 Mon Oct 10 2011 at 09:44:38 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 = 2753 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5825275 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): -17.98300 35.82700 ymin,ymax (A): -64.25400 -4.488000 zmin,zma (A): -3.990000 57.12300 x,y,z range (A): 53.81000 59.76600 61.11300 scale (grids/A): 0.5825275 object centre (A): 8.922000 -34.37100 26.56650 number of atom coordinates read : 2753 total number of charged atoms : 2604 net assigned charge : 6.000016 assigned positive charge : 401.4811 centred at (gu) : 89.13905 89.39090 87.69929 assigned negative charge : -395.4815 centred at (gu) : 89.34174 89.26525 87.53262 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6254 nv = 96 ne = 84 npr = 53684 no. pairs analyzed = 53684 no. exposed pairs = 4265 no. arc points = 30428 no. surface atoms = 1400 nbur = 1353 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= 335 mr = 2653 m= 4 mr = 25 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3915 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2975 ## 313 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 7890 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.7112180E-09 2.9103748E-09 midg,1,midg; midg,igrid,midg -1.3932405E-09 3.5690106E-09 1,midg,midg; igrid,midg,midg 6.9524035E-09 -2.3421864E-09 gauss-seidel spectral radius is 0.9847890 estimated iterations to convergence 67 setup time was (sec) 0.3900000 now iterating at: 09:44:39 rms-change max change #iterations 9.2471987E-02 17.22329 at 10iterations 7.0643080E-03 1.135403 at 20iterations 5.9272262E-04 9.1130257E-02 at 30iterations 6.5651249E-05 1.1163235E-02 at 40iterations 1.3927172E-05 2.5510788E-03 at 50iterations finished qdiffx linear iterations at : 09:44:41 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 1.3927172E-05 2.5510788E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 09:44:43 3.389u 0.181s 0:04.47 79.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 Mon Oct 10 2011 at 09:44:43 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 = 2753 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.747582 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): -17.98300 35.82700 ymin,ymax (A): -64.25400 -4.488000 zmin,zma (A): -3.990000 57.12300 x,y,z range (A): 53.81000 59.76600 61.11300 scale (grids/A): 1.747582 object centre (A): 8.922000 -34.37100 26.56650 number of atom coordinates read : 2753 total number of charged atoms : 2604 net assigned charge : 6.000016 assigned positive charge : 401.4811 centred at (gu) : 87.41663 88.17213 83.09766 assigned negative charge : -395.4815 centred at (gu) : 88.02491 87.79563 82.59753 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 66419 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30428 grid for indexing accessible points = 1.400000 m= 20892 mr = 39740 m= 2904 mr = 12898 m= 112 mr = 1381 m= 0 mr = 4 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 195 time to turn everything in is 0.3400000 number of dielectric boundary points 36304 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 244 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 20218 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.5825275 object centre at (A) : 8.922000 -34.37100 26.56650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.9086834E-03 1.6722890E-02 midg,1,midg; midg,igrid,midg 1.5024965E-02 3.6431622E-02 1,midg,midg; igrid,midg,midg 2.1206506E-02 -2.5670128E-03 gauss-seidel spectral radius is 0.9984238 estimated iterations to convergence 200 setup time was (sec) 0.5700000 now iterating at: 09:44:43 rms-change max change #iterations 3.633143 182.6913 at 10iterations 1.595081 64.63484 at 20iterations 0.7030972 26.31149 at 30iterations 0.3090873 12.16034 at 40iterations 0.1364048 5.020000 at 50iterations 6.0097579E-02 2.129333 at 60iterations 2.6443306E-02 1.026786 at 70iterations 1.1718556E-02 0.4575405 at 80iterations 5.1655015E-03 0.1824474 at 90iterations 2.2828053E-03 8.2846522E-02 at 100iterations 1.0120920E-03 3.5139084E-02 at 110iterations 4.4913858E-04 1.5808105E-02 at 120iterations finished qdiffx linear iterations at : 09:44:50 total time elapsed so far: 7.680000 # loops : 120 mean,max change (kT/e) : 4.4913858E-04 1.5808105E-02 energy calculations done at 7.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.810000 DelPhi exited at 09:44:51 7.815u 0.197s 0:08.49 94.2% 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 09:44: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2753 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.621374 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): -17.98300 35.82700 ymin,ymax (A): -64.25400 -4.488000 zmin,zma (A): -3.990000 57.12300 x,y,z range (A): 53.81000 59.76600 61.11300 scale (grids/A): 2.621374 object centre (A): 8.922000 -34.37100 26.56650 number of atom coordinates read : 2753 total number of charged atoms : 2604 net assigned charge : 6.000016 assigned positive charge : 401.4811 centred at (gu) : 86.12494 87.25805 79.64641 assigned negative charge : -395.4815 centred at (gu) : 87.03724 86.69343 78.89612 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 153001 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30428 grid for indexing accessible points = 1.400000 m= 67929 mr = 98031 m= 22712 mr = 49715 m= 4813 mr = 16173 m= 474 mr = 2971 m= 14 mr = 175 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 631 time to turn everything in is 0.8500000 number of dielectric boundary points 81878 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 20824 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.747582 object centre at (A) : 8.922000 -34.37100 26.56650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1071537 0.2064601 midg,1,midg; midg,igrid,midg 0.4885532 0.4602855 1,midg,midg; igrid,midg,midg 0.1836010 -4.4307698E-04 gauss-seidel spectral radius is 0.9992266 estimated iterations to convergence 284 setup time was (sec) 1.100000 now iterating at: 09:44:52 rms-change max change #iterations 9.275481 302.9585 at 10iterations 5.521719 140.7029 at 20iterations 3.228716 91.67487 at 30iterations 1.879663 47.66501 at 40iterations 1.084039 27.41066 at 50iterations 0.6254276 15.01271 at 60iterations 0.3592017 8.029700 at 70iterations 0.2058386 4.777309 at 80iterations 0.1174883 2.598232 at 90iterations 6.6971540E-02 1.393240 at 100iterations 3.8250066E-02 0.7858810 at 110iterations 2.1788549E-02 0.4182510 at 120iterations 1.2363625E-02 0.2732420 at 130iterations 7.0437510E-03 0.1565847 at 140iterations 3.9947075E-03 8.8199139E-02 at 150iterations 2.2757275E-03 4.8461914E-02 at 160iterations 1.2913715E-03 2.7612686E-02 at 170iterations 7.3471764E-04 1.6628265E-02 at 180iterations finished qdiffx linear iterations at : 09:45:04 total time elapsed so far: 12.64000 # loops : 180 mean,max change (kT/e) : 7.3471764E-04 1.6628265E-02 energy calculations done at 12.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.77000 DelPhi exited at 09:45:05 12.771u 0.213s 0:13.50 96.1% 0+0k 0+0io 0pf+0w