Sun Oct 9 11:52:52 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 11:52:52 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 = 2726 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: 0.5636925 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): 60.12300 113.6320 ymin,ymax (A): -7.224000 55.93100 zmin,zma (A): -26.15100 30.11800 x,y,z range (A): 53.50901 63.15500 56.26900 scale (grids/A): 0.5636925 object centre (A): 86.87750 24.35350 1.983500 number of atom coordinates read : 2726 total number of charged atoms : 2583 net assigned charge : -2.999984 assigned positive charge : 393.0180 centred at (gu) : 89.90332 89.86395 90.04644 assigned negative charge : -396.0197 centred at (gu) : 89.97508 89.66365 90.15456 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6046 nv = 96 ne = 84 npr = 51753 no. pairs analyzed = 51753 no. exposed pairs = 4159 no. arc points = 30220 no. surface atoms = 1373 nbur = 1353 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.512000 m= 286 mr = 2615 m= 0 mr = 8 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3709 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2885 ## 285 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7470 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.3181328E-10 -1.6106976E-09 midg,1,midg; midg,igrid,midg -2.7600067E-09 1.7798606E-09 1,midg,midg; igrid,midg,midg 4.5216494E-10 -1.1472782E-09 gauss-seidel spectral radius is 0.9837712 estimated iterations to convergence 65 setup time was (sec) 0.5200000 now iterating at: 11:52:53 rms-change max change #iterations 7.7913202E-02 12.29748 at 10iterations 5.7480936E-03 1.093233 at 20iterations 4.7126968E-04 7.8666687E-02 at 30iterations 6.9461130E-05 1.3451576E-02 at 40iterations 1.5959580E-05 3.3683777E-03 at 50iterations finished qdiffx linear iterations at : 11:52:55 total time elapsed so far: 2.950000 # loops : 50 mean,max change (kT/e) : 1.5959580E-05 3.3683777E-03 energy calculations done at 2.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.130000 DelPhi exited at 11:52:56 3.130u 0.128s 0:03.54 91.8% 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 11:52:56 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 = 2726 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: 1.691078 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): 60.12300 113.6320 ymin,ymax (A): -7.224000 55.93100 zmin,zma (A): -26.15100 30.11800 x,y,z range (A): 53.50901 63.15500 56.26900 scale (grids/A): 1.691078 object centre (A): 86.87750 24.35350 1.983500 number of atom coordinates read : 2726 total number of charged atoms : 2583 net assigned charge : -2.999984 assigned positive charge : 393.0180 centred at (gu) : 89.70904 89.59115 90.13826 assigned negative charge : -396.0197 centred at (gu) : 89.92514 88.99070 90.46344 start vw surface at 0.1500000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 64990 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30220 grid for indexing accessible points = 1.400000 m= 19943 mr = 39440 m= 2595 mr = 12396 m= 101 mr = 1220 m= 0 mr = 10 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 34563 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 189 iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 20007 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.5636925 object centre at (A) : 86.87750 24.35350 1.983500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4737195E-04 -1.2363146E-02 midg,1,midg; midg,igrid,midg -2.3852723E-02 -1.0494642E-02 1,midg,midg; igrid,midg,midg 7.6173223E-03 -8.2293415E-04 gauss-seidel spectral radius is 0.9983366 estimated iterations to convergence 195 setup time was (sec) 0.7300000 now iterating at: 11:52:56 rms-change max change #iterations 3.381486 162.7158 at 10iterations 1.454236 53.19851 at 20iterations 0.6280364 26.93571 at 30iterations 0.2696046 10.10498 at 40iterations 0.1168376 5.047617 at 50iterations 5.0388068E-02 2.018730 at 60iterations 2.1735854E-02 0.7771139 at 70iterations 9.4135851E-03 0.3507938 at 80iterations 4.0802439E-03 0.1476440 at 90iterations 1.7744864E-03 6.9480896E-02 at 100iterations 7.7775301E-04 3.0429840E-02 at 110iterations 3.4395084E-04 1.4122009E-02 at 120iterations finished qdiffx linear iterations at : 11:53:02 total time elapsed so far: 6.700000 # loops : 120 mean,max change (kT/e) : 3.4395084E-04 1.4122009E-02 energy calculations done at 6.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.880000 DelPhi exited at 11:53:03 6.886u 0.164s 0:07.35 95.7% 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 11:53:03 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 = 2726 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.536616 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): 60.12300 113.6320 ymin,ymax (A): -7.224000 55.93100 zmin,zma (A): -26.15100 30.11800 x,y,z range (A): 53.50901 63.15500 56.26900 scale (grids/A): 2.536616 object centre (A): 86.87750 24.35350 1.983500 number of atom coordinates read : 2726 total number of charged atoms : 2583 net assigned charge : -2.999984 assigned positive charge : 393.0180 centred at (gu) : 89.56326 89.38644 90.20734 assigned negative charge : -396.0197 centred at (gu) : 89.88753 88.48602 90.69501 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 150728 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30220 grid for indexing accessible points = 1.400000 m= 65975 mr = 98483 m= 20569 mr = 48058 m= 4122 mr = 14461 m= 388 mr = 2617 m= 5 mr = 156 m= 0 mr = 0 time to grow re-entrant surface = 0.6200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.090000 number of dielectric boundary points 78012 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.220000 number of grid points assigned charge 20654 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.691078 object centre at (A) : 86.87750 24.35350 1.983500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.6258705E-02 -0.1679379 midg,1,midg; midg,igrid,midg -0.2935083 -0.1475663 1,midg,midg; igrid,midg,midg 0.1374258 -2.4454983E-02 gauss-seidel spectral radius is 0.9992043 estimated iterations to convergence 280 setup time was (sec) 1.380000 now iterating at: 11:53:05 rms-change max change #iterations 8.742465 269.2386 at 10iterations 5.126383 138.6025 at 20iterations 2.981800 98.02322 at 30iterations 1.716867 44.72069 at 40iterations 0.9877325 26.70758 at 50iterations 0.5637042 13.44366 at 60iterations 0.3217230 6.406509 at 70iterations 0.1825138 3.701984 at 80iterations 0.1033269 2.378262 at 90iterations 5.8508448E-02 1.340431 at 100iterations 3.3215161E-02 0.7237930 at 110iterations 1.8729521E-02 0.4059982 at 120iterations 1.0549541E-02 0.2220364 at 130iterations 5.9636910E-03 0.1210041 at 140iterations 3.3661081E-03 7.0451736E-02 at 150iterations 1.9015673E-03 4.0252894E-02 at 160iterations 1.0727777E-03 2.3715973E-02 at 170iterations 6.0724112E-04 1.1718750E-02 at 180iterations finished qdiffx linear iterations at : 11:53:14 total time elapsed so far: 10.87000 # loops : 180 mean,max change (kT/e) : 6.0724112E-04 1.1718750E-02 energy calculations done at 10.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.04000 DelPhi exited at 11:53:14 11.040u 0.180s 0:11.50 97.5% 0+0k 0+0io 0pf+0w