Sat Oct 15 13:48:23 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 15 2011 at 13:48: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3188 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.5213521 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): 33.88000 89.18300 ymin,ymax (A): -8.168000 47.12400 zmin,zma (A): 75.14400 143.4280 x,y,z range (A): 55.30300 55.29200 68.28400 scale (grids/A): 0.5213521 object centre (A): 61.53150 19.47800 109.2860 number of atom coordinates read : 3188 total number of charged atoms : 3049 net assigned charge : 7.000029 assigned positive charge : 471.2905 centred at (gu) : 90.56936 90.23406 90.32259 assigned negative charge : -464.2918 centred at (gu) : 90.63430 90.19170 90.12762 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5766 nv = 96 ne = 84 npr = 61801 no. pairs analyzed = 61801 no. exposed pairs = 4472 no. arc points = 31634 no. surface atoms = 1478 nbur = 1710 mkacc time = 0.1100000 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.652000 m= 232 mr = 2725 m= 0 mr = 10 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3263 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3182 ## 475 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 7634 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.4023198E-10 7.1953793E-10 midg,1,midg; midg,igrid,midg 4.3502112E-11 2.8677377E-10 1,midg,midg; igrid,midg,midg 2.8436528E-10 -1.8426738E-11 gauss-seidel spectral radius is 0.9810834 estimated iterations to convergence 60 setup time was (sec) 0.4600000 now iterating at: 13:48:25 rms-change max change #iterations 5.8349136E-02 10.04201 at 10iterations 3.4530312E-03 0.6358290 at 20iterations 2.0342738E-04 3.7506104E-02 at 30iterations 1.2193738E-05 2.1057129E-03 at 40iterations 8.2188376E-07 1.2588501E-04 at 50iterations finished qdiffx linear iterations at : 13:48:30 total time elapsed so far: 3.790000 # loops : 50 mean,max change (kT/e) : 8.2188376E-07 1.2588501E-04 energy calculations done at 3.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.920000 DelPhi exited at 13:48:31 3.920u 0.235s 0:06.73 61.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 15 2011 at 13:48:31 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 = 3188 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.564056 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): 33.88000 89.18300 ymin,ymax (A): -8.168000 47.12400 zmin,zma (A): 75.14400 143.4280 x,y,z range (A): 55.30300 55.29200 68.28400 scale (grids/A): 1.564056 object centre (A): 61.53150 19.47800 109.2860 number of atom coordinates read : 3188 total number of charged atoms : 3049 net assigned charge : 7.000029 assigned positive charge : 471.2905 centred at (gu) : 91.70707 90.70135 90.96663 assigned negative charge : -464.2918 centred at (gu) : 91.90230 90.57470 90.38261 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 64293 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31634 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 17978 mr = 41441 m= 1697 mr = 11467 m= 56 mr = 659 m= 0 mr = 1 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 969 time to turn everything in is 0.3300000 number of dielectric boundary points 30456 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 408 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 23108 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.5213521 object centre at (A) : 61.53150 19.47800 109.2860 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9804725E-03 1.5318507E-02 midg,1,midg; midg,igrid,midg 6.6222781E-03 9.2886239E-03 1,midg,midg; igrid,midg,midg 5.2904529E-03 -5.7937019E-03 gauss-seidel spectral radius is 0.9980575 estimated iterations to convergence 180 setup time was (sec) 0.5700000 now iterating at: 13:48:31 rms-change max change #iterations 3.062515 167.8912 at 10iterations 1.242166 55.42002 at 20iterations 0.5000575 19.88422 at 30iterations 0.2021438 7.558132 at 40iterations 8.1516005E-02 2.923066 at 50iterations 3.2936964E-02 1.184774 at 60iterations 1.3342148E-02 0.5550575 at 70iterations 5.4003303E-03 0.1916990 at 80iterations 2.1752650E-03 8.3575130E-02 at 90iterations 8.8094018E-04 3.5219193E-02 at 100iterations 3.5611523E-04 1.3212204E-02 at 110iterations 1.4399031E-04 5.5274963E-03 at 120iterations finished qdiffx linear iterations at : 13:48:46 total time elapsed so far: 8.690000 # loops : 120 mean,max change (kT/e) : 1.4399031E-04 5.5274963E-03 energy calculations done at 8.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.820000 DelPhi exited at 13:48:46 8.821u 0.272s 0:15.97 56.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 15 2011 at 13:48:47 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 = 3188 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.346084 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): 33.88000 89.18300 ymin,ymax (A): -8.168000 47.12400 zmin,zma (A): 75.14400 143.4280 x,y,z range (A): 55.30300 55.29200 68.28400 scale (grids/A): 2.346084 object centre (A): 61.53150 19.47800 109.2860 number of atom coordinates read : 3188 total number of charged atoms : 3049 net assigned charge : 7.000029 assigned positive charge : 471.2905 centred at (gu) : 92.56019 91.05184 91.44975 assigned negative charge : -464.2918 centred at (gu) : 92.85336 90.86195 90.57375 start vw surface at 0.1000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 149525 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31634 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 63961 mr = 102439 m= 16395 mr = 48394 m= 2415 mr = 11416 m= 158 mr = 1386 m= 5 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 3320 time to turn everything in is 0.8300000 number of dielectric boundary points 68786 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 24330 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.564056 object centre at (A) : 61.53150 19.47800 109.2860 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1288398 0.2146763 midg,1,midg; midg,igrid,midg 0.1266480 0.1401322 1,midg,midg; igrid,midg,midg 8.6439565E-02 -0.1006166 gauss-seidel spectral radius is 0.9991141 estimated iterations to convergence 265 setup time was (sec) 1.130000 now iterating at: 13:48:49 rms-change max change #iterations 8.289823 322.9573 at 10iterations 4.630551 122.4088 at 20iterations 2.576744 74.84339 at 30iterations 1.422088 37.29666 at 40iterations 0.7863147 17.95720 at 50iterations 0.4320433 9.862566 at 60iterations 0.2368812 5.678396 at 70iterations 0.1294530 3.201637 at 80iterations 7.0856720E-02 1.727039 at 90iterations 3.8775507E-02 0.8342819 at 100iterations 2.1125002E-02 0.4836388 at 110iterations 1.1518649E-02 0.2557316 at 120iterations 6.2892158E-03 0.1543489 at 130iterations 3.4261444E-03 7.1429253E-02 at 140iterations 1.8667650E-03 4.0882111E-02 at 150iterations 1.0189421E-03 2.2046089E-02 at 160iterations 5.5426999E-04 1.1413574E-02 at 170iterations 3.0249791E-04 6.3667297E-03 at 180iterations finished qdiffx linear iterations at : 13:49:12 total time elapsed so far: 13.67000 # loops : 180 mean,max change (kT/e) : 3.0249791E-04 6.3667297E-03 energy calculations done at 13.67000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.81000 DelPhi exited at 13:49:13 13.807u 0.345s 0:26.42 53.5% 0+0k 0+0io 0pf+0w