Sat Oct 15 10:50:58 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 10:51:01 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 = 4055 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5981585 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): -25.52700 33.98900 ymin,ymax (A): 38.07100 96.13000 zmin,zma (A): 31.03700 89.04800 x,y,z range (A): 59.51600 58.05900 58.01100 scale (grids/A): 0.5981585 object centre (A): 4.231001 67.10050 60.04250 number of atom coordinates read : 4055 total number of charged atoms : 3911 net assigned charge : -3.499941 assigned positive charge : 602.4839 centred at (gu) : 90.95374 88.97423 89.20205 assigned negative charge : -605.9865 centred at (gu) : 90.81056 89.09597 89.34116 start vw surface at 0.1800000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 9519 nv = 96 ne = 84 npr = 84962 no. pairs analyzed = 84962 no. exposed pairs = 4620 no. arc points = 31521 no. surface atoms = 1559 nbur = 2496 mkacc time = 0.2400000 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= 435 mr = 5595 m= 0 mr = 39 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 218 time to turn everything in is 0.4800000 number of dielectric boundary points 4320 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3196 ## 312 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 12147 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.9239627E-09 -7.6730942E-09 midg,1,midg; midg,igrid,midg 6.1585541E-09 -6.5261236E-09 1,midg,midg; igrid,midg,midg -7.5862951E-09 7.4481270E-09 gauss-seidel spectral radius is 0.9856481 estimated iterations to convergence 68 setup time was (sec) 0.7500000 now iterating at: 10:51:04 rms-change max change #iterations 0.1327443 27.45707 at 10iterations 1.1738483E-02 1.467443 at 20iterations 1.3309503E-03 0.2019653 at 30iterations 2.9285887E-04 3.3927917E-02 at 40iterations 9.8358665E-05 1.2080669E-02 at 50iterations finished qdiffx linear iterations at : 10:51:12 total time elapsed so far: 4.160000 # loops : 50 mean,max change (kT/e) : 9.8358665E-05 1.2080669E-02 energy calculations done at 4.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.330000 DelPhi exited at 10:51:13 4.334u 0.294s 0:13.23 34.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 10:51:14 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 = 4055 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.794475 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): -25.52700 33.98900 ymin,ymax (A): 38.07100 96.13000 zmin,zma (A): 31.03700 89.04800 x,y,z range (A): 59.51600 58.05900 58.01100 scale (grids/A): 1.794475 object centre (A): 4.231001 67.10050 60.04250 number of atom coordinates read : 4055 total number of charged atoms : 3911 net assigned charge : -3.499941 assigned positive charge : 602.4839 centred at (gu) : 92.86010 86.92104 87.60481 assigned negative charge : -605.9865 centred at (gu) : 92.43119 87.28741 88.02317 start vw surface at 0.2100000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 105312 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31521 grid for indexing accessible points = 1.400000 m= 36849 mr = 76649 m= 5108 mr = 27497 m= 233 mr = 3221 m= 4 mr = 75 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 5882 time to turn everything in is 0.9100000 number of dielectric boundary points 40064 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 267 iepsmp to db, and charging done at 1.060000 number of grid points assigned charge 30532 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.5981585 object centre at (A) : 4.231001 67.10050 60.04250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2616453E-02 -3.7458409E-02 midg,1,midg; midg,igrid,midg 2.7743353E-02 -1.9406492E-02 1,midg,midg; igrid,midg,midg -1.4549837E-02 5.4737944E-02 gauss-seidel spectral radius is 0.9985986 estimated iterations to convergence 212 setup time was (sec) 1.240000 now iterating at: 10:51:17 rms-change max change #iterations 4.863407 191.7437 at 10iterations 2.248042 66.09304 at 20iterations 1.041945 31.68953 at 30iterations 0.4841718 13.04475 at 40iterations 0.2250635 6.507387 at 50iterations 0.1047439 3.086164 at 60iterations 4.8570100E-02 1.343172 at 70iterations 2.2670589E-02 0.6014214 at 80iterations 1.0561964E-02 0.2804909 at 90iterations 4.9422747E-03 0.1294708 at 100iterations 2.3181115E-03 6.0050488E-02 at 110iterations 1.1055330E-03 3.2705188E-02 at 120iterations finished qdiffx linear iterations at : 10:51:38 total time elapsed so far: 10.17000 # loops : 120 mean,max change (kT/e) : 1.1055330E-03 3.2705188E-02 energy calculations done at 10.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.36000 DelPhi exited at 10:51:39 10.363u 0.339s 0:24.65 43.3% 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 10:51:40 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 = 4055 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.691713 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): -25.52700 33.98900 ymin,ymax (A): 38.07100 96.13000 zmin,zma (A): 31.03700 89.04800 x,y,z range (A): 59.51600 58.05900 58.01100 scale (grids/A): 2.691713 object centre (A): 4.231001 67.10050 60.04250 number of atom coordinates read : 4055 total number of charged atoms : 3911 net assigned charge : -3.499941 assigned positive charge : 602.4839 centred at (gu) : 94.28989 85.38124 86.40678 assigned negative charge : -605.9865 centred at (gu) : 93.64661 85.93104 87.03473 start vw surface at 0.2000000 fill in re-entrant regions at 0.7600000 boundary points on vw surface= 243834 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31521 grid for indexing accessible points = 1.400000 m= 123330 mr = 185229 m= 41283 mr = 102205 m= 9072 mr = 33259 m= 1067 mr = 6954 m= 48 mr = 650 m= 0 mr = 23 time to grow re-entrant surface = 1.430000 no. cavity mid-points inaccessible to solvent = 20359 time to turn everything in is 2.340000 number of dielectric boundary points 90314 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 2.510000 number of grid points assigned charge 31283 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.794475 object centre at (A) : 4.231001 67.10050 60.04250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.7004762 -0.4178750 midg,1,midg; midg,igrid,midg 0.3939595 -0.3384001 1,midg,midg; igrid,midg,midg -0.2408791 0.5683491 gauss-seidel spectral radius is 0.9992712 estimated iterations to convergence 292 setup time was (sec) 2.690000 now iterating at: 10:51:46 rms-change max change #iterations 11.69461 420.6529 at 10iterations 6.893202 164.8039 at 20iterations 4.040674 78.55068 at 30iterations 2.357671 41.88472 at 40iterations 1.375600 22.98105 at 50iterations 0.7985126 13.73462 at 60iterations 0.4651382 7.696442 at 70iterations 0.2693074 4.282746 at 80iterations 0.1560795 2.510100 at 90iterations 9.0378866E-02 1.592222 at 100iterations 5.2377328E-02 0.8140564 at 110iterations 3.0339733E-02 0.4969177 at 120iterations 1.7584831E-02 0.2892580 at 130iterations 1.0199398E-02 0.1536584 at 140iterations 5.9450869E-03 9.6493721E-02 at 150iterations 3.4884796E-03 5.6645870E-02 at 160iterations 2.0669114E-03 3.2794952E-02 at 170iterations 1.2479142E-03 2.2216797E-02 at 180iterations finished qdiffx linear iterations at : 10:52:25 total time elapsed so far: 17.83000 # loops : 180 mean,max change (kT/e) : 1.2479142E-03 2.2216797E-02 energy calculations done at 17.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.02000 DelPhi exited at 10:52:26 18.019u 0.396s 0:45.65 40.3% 0+0k 0+0io 0pf+0w