Sun Oct 9 07:22:36 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 07:22:36 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 = 2531 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5457612 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): -5.372000 41.19600 ymin,ymax (A): 35.28800 87.26800 zmin,zma (A): -3.479000 61.75100 x,y,z range (A): 46.56800 51.98000 65.23000 scale (grids/A): 0.5457612 object centre (A): 17.91200 61.27800 29.13600 number of atom coordinates read : 2531 total number of charged atoms : 2386 net assigned charge : -11.49998 assigned positive charge : 378.4529 centred at (gu) : 91.08646 89.09164 89.79714 assigned negative charge : -389.9533 centred at (gu) : 91.25871 88.72839 89.73842 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 4949 nv = 96 ne = 84 npr = 50827 no. pairs analyzed = 50827 no. exposed pairs = 3543 no. arc points = 25069 no. surface atoms = 1177 nbur = 1354 mkacc time = 0.1400000 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.568000 m= 190 mr = 2343 m= 1 mr = 1 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.3400000 number of dielectric boundary points 2796 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2477 ## 320 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 6422 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0610698E-09 -3.1818337E-10 midg,1,midg; midg,igrid,midg -3.5927326E-09 1.0548722E-09 1,midg,midg; igrid,midg,midg 2.2355082E-10 -2.2055762E-09 gauss-seidel spectral radius is 0.9826626 estimated iterations to convergence 63 setup time was (sec) 0.6100000 now iterating at: 07:22:37 rms-change max change #iterations 6.5768436E-02 12.45350 at 10iterations 4.3117539E-03 0.7611899 at 20iterations 2.8479562E-04 5.5326462E-02 at 30iterations 1.8852246E-05 3.5362244E-03 at 40iterations 1.3333064E-06 2.2888184E-04 at 50iterations finished qdiffx linear iterations at : 07:22:40 total time elapsed so far: 3.890000 # loops : 50 mean,max change (kT/e) : 1.3333064E-06 2.2888184E-04 energy calculations done at 3.890000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.060000 DelPhi exited at 07:22:41 4.061u 0.266s 0:04.64 93.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 Sun Oct 9 2011 at 07:22:41 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 = 2531 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.637284 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): -5.372000 41.19600 ymin,ymax (A): 35.28800 87.26800 zmin,zma (A): -3.479000 61.75100 x,y,z range (A): 46.56800 51.98000 65.23000 scale (grids/A): 1.637284 object centre (A): 17.91200 61.27800 29.13600 number of atom coordinates read : 2531 total number of charged atoms : 2386 net assigned charge : -11.49998 assigned positive charge : 378.4529 centred at (gu) : 93.25906 87.27447 89.39069 assigned negative charge : -389.9533 centred at (gu) : 93.77580 86.18490 89.21495 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 54213 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25069 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 15869 mr = 34466 m= 1391 mr = 10517 m= 30 mr = 559 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 81 time to turn everything in is 0.5100000 number of dielectric boundary points 25961 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 301 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 18263 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.5457612 object centre at (A) : 17.91200 61.27800 29.13600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.2714423E-02 -8.8766555E-04 midg,1,midg; midg,igrid,midg -2.2822535E-02 7.1503329E-03 1,midg,midg; igrid,midg,midg -2.3505499E-03 -1.8671675E-02 gauss-seidel spectral radius is 0.9981472 estimated iterations to convergence 185 setup time was (sec) 0.8000000 now iterating at: 07:22:42 rms-change max change #iterations 3.058425 143.2509 at 10iterations 1.261078 59.98111 at 20iterations 0.5179694 22.40683 at 30iterations 0.2131087 9.446644 at 40iterations 8.7894335E-02 3.951080 at 50iterations 3.6326297E-02 1.368861 at 60iterations 1.4961626E-02 0.5901184 at 70iterations 6.1748195E-03 0.2638474 at 80iterations 2.5466008E-03 9.6818924E-02 at 90iterations 1.0493402E-03 4.2655945E-02 at 100iterations 4.3342728E-04 1.8022537E-02 at 110iterations 1.7899406E-04 6.8302155E-03 at 120iterations finished qdiffx linear iterations at : 07:22:50 total time elapsed so far: 8.940000 # loops : 120 mean,max change (kT/e) : 1.7899406E-04 6.8302155E-03 energy calculations done at 8.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.110000 DelPhi exited at 07:22:50 9.112u 0.309s 0:09.69 97.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 Sun Oct 9 2011 at 07:22: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 = 2531 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.455925 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): -5.372000 41.19600 ymin,ymax (A): 35.28800 87.26800 zmin,zma (A): -3.479000 61.75100 x,y,z range (A): 46.56800 51.98000 65.23000 scale (grids/A): 2.455925 object centre (A): 17.91200 61.27800 29.13600 number of atom coordinates read : 2531 total number of charged atoms : 2386 net assigned charge : -11.49998 assigned positive charge : 378.4529 centred at (gu) : 94.88851 85.91145 89.08595 assigned negative charge : -389.9533 centred at (gu) : 95.66357 84.27718 88.82230 start vw surface at 0.1400000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 125863 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25069 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 55750 mr = 84869 m= 14297 mr = 42930 m= 2009 mr = 10362 m= 108 mr = 1141 m= 1 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 275 time to turn everything in is 1.180000 number of dielectric boundary points 58685 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 19062 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.637284 object centre at (A) : 17.91200 61.27800 29.13600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.8093142 -1.9422257E-02 midg,1,midg; midg,igrid,midg -0.2975958 9.8396935E-02 1,midg,midg; igrid,midg,midg -3.5533790E-02 -0.2337499 gauss-seidel spectral radius is 0.9991183 estimated iterations to convergence 266 setup time was (sec) 1.490000 now iterating at: 07:22:52 rms-change max change #iterations 7.999352 310.9816 at 10iterations 4.419489 115.0905 at 20iterations 2.463073 61.65260 at 30iterations 1.358527 33.02112 at 40iterations 0.7477127 18.55613 at 50iterations 0.4129636 9.662895 at 60iterations 0.2262181 5.676032 at 70iterations 0.1240140 2.856194 at 80iterations 6.7713253E-02 1.610704 at 90iterations 3.6992062E-02 0.8072648 at 100iterations 2.0270275E-02 0.4776332 at 110iterations 1.1045796E-02 0.2684165 at 120iterations 6.0322871E-03 0.1328926 at 130iterations 3.2856003E-03 7.6071739E-02 at 140iterations 1.7965204E-03 3.9283752E-02 at 150iterations 9.8168140E-04 2.1988869E-02 at 160iterations 5.3565955E-04 1.1703491E-02 at 170iterations 2.9177137E-04 6.5155029E-03 at 180iterations finished qdiffx linear iterations at : 07:23:05 total time elapsed so far: 14.57000 # loops : 180 mean,max change (kT/e) : 2.9177137E-04 6.5155029E-03 energy calculations done at 14.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.76000 DelPhi exited at 07:23:06 14.762u 0.305s 0:15.34 98.1% 0+0k 0+0io 0pf+0w