Sun Oct 9 07:05:10 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+sph2.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 = amb2.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:05:10 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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: 0.6922299 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): -24.48000 25.65900 ymin,ymax (A): 1.222000 45.94600 zmin,zma (A): 2.452000 53.88000 x,y,z range (A): 50.13900 44.72400 51.42800 scale (grids/A): 0.6922299 object centre (A): 0.5895004 23.58400 28.16600 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 301.6560 centred at (gu) : 89.35535 89.41405 89.01281 assigned negative charge : -304.1561 centred at (gu) : 89.28195 89.63509 88.96603 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6383 nv = 96 ne = 84 npr = 42719 no. pairs analyzed = 42719 no. exposed pairs = 2427 no. arc points = 17198 no. surface atoms = 825 nbur = 1176 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 357 mr = 3559 m= 3 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 57 time to turn everything in is 0.2400000 number of dielectric boundary points 3132 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1611 ## 148 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 7356 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.7269466E-08 8.6480401E-10 midg,1,midg; midg,igrid,midg 6.6544388E-08 -8.1383789E-08 1,midg,midg; igrid,midg,midg -4.5264706E-08 8.8307335E-09 gauss-seidel spectral radius is 0.9891208 estimated iterations to convergence 78 setup time was (sec) 0.4600000 now iterating at: 07:05:10 rms-change max change #iterations 0.1855192 31.04945 at 10iterations 2.2010507E-02 3.154394 at 20iterations 2.5847896E-03 0.3876605 at 30iterations 3.0411215E-04 3.9342880E-02 at 40iterations 3.5559748E-05 5.1765442E-03 at 50iterations finished qdiffx linear iterations at : 07:05:13 total time elapsed so far: 2.860000 # loops : 50 mean,max change (kT/e) : 3.5559748E-05 5.1765442E-03 energy calculations done at 2.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.030000 DelPhi exited at 07:05:13 3.029u 0.154s 0:03.45 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 07:05:13 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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.076690 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): -24.48000 25.65900 ymin,ymax (A): 1.222000 45.94600 zmin,zma (A): 2.452000 53.88000 x,y,z range (A): 50.13900 44.72400 51.42800 scale (grids/A): 2.076690 object centre (A): 0.5895004 23.58400 28.16600 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 301.6560 centred at (gu) : 88.06620 88.24200 87.03846 assigned negative charge : -304.1561 centred at (gu) : 87.84573 88.90532 86.89815 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 68376 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17198 grid for indexing accessible points = 1.400000 m= 25296 mr = 47487 m= 4255 mr = 19075 m= 285 mr = 2794 m= 2 mr = 92 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1441 time to turn everything in is 0.5100000 number of dielectric boundary points 28766 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 74 iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 14765 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.6922299 object centre at (A) : 0.5895004 23.58400 28.16600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.0557935E-02 2.7133334E-02 midg,1,midg; midg,igrid,midg 7.0012636E-02 -4.6859697E-02 1,midg,midg; igrid,midg,midg -5.6344327E-02 -1.4909327E-02 gauss-seidel spectral radius is 0.9987801 estimated iterations to convergence 227 setup time was (sec) 0.7700000 now iterating at: 07:05:14 rms-change max change #iterations 4.461095 237.3484 at 10iterations 2.164016 87.11360 at 20iterations 1.057715 34.28934 at 30iterations 0.5160522 16.68462 at 40iterations 0.2518175 7.888942 at 50iterations 0.1227916 4.139944 at 60iterations 5.9942428E-02 1.851048 at 70iterations 2.9304320E-02 0.9239159 at 80iterations 1.4315231E-02 0.5207275 at 90iterations 6.9594164E-03 0.2120934 at 100iterations 3.4055556E-03 0.1063633 at 110iterations 1.6658402E-03 5.6964874E-02 at 120iterations finished qdiffx linear iterations at : 07:05:20 total time elapsed so far: 6.640000 # loops : 120 mean,max change (kT/e) : 1.6658402E-03 5.6964874E-02 energy calculations done at 6.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.810000 DelPhi exited at 07:05:20 6.808u 0.159s 0:07.27 95.5% 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:05:21 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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: 3.115035 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): -24.48000 25.65900 ymin,ymax (A): 1.222000 45.94600 zmin,zma (A): 2.452000 53.88000 x,y,z range (A): 50.13900 44.72400 51.42800 scale (grids/A): 3.115035 object centre (A): 0.5895004 23.58400 28.16600 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 301.6560 centred at (gu) : 87.09919 87.36300 85.55778 assigned negative charge : -304.1561 centred at (gu) : 86.76871 88.35794 85.34721 start vw surface at 0.1200000 fill in re-entrant regions at 0.7000000 boundary points on vw surface= 157946 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17198 grid for indexing accessible points = 1.400000 m= 80727 mr = 114690 m= 30480 mr = 66945 m= 7843 mr = 24911 m= 1299 mr = 6023 m= 81 mr = 859 m= 1 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 5048 time to turn everything in is 1.530000 number of dielectric boundary points 64918 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 14896 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) : 2.076690 object centre at (A) : 0.5895004 23.58400 28.16600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.8380088 1.023614 midg,1,midg; midg,igrid,midg 0.8167893 -0.4900043 1,midg,midg; igrid,midg,midg -0.5126315 -0.1647091 gauss-seidel spectral radius is 0.9992858 estimated iterations to convergence 295 setup time was (sec) 1.800000 now iterating at: 07:05:22 rms-change max change #iterations 10.00557 406.7966 at 10iterations 5.820279 117.3153 at 20iterations 3.376550 67.94149 at 30iterations 1.962673 35.92125 at 40iterations 1.138011 21.17216 at 50iterations 0.6599045 11.77919 at 60iterations 0.3820766 7.483411 at 70iterations 0.2209280 4.294747 at 80iterations 0.1283582 2.519170 at 90iterations 7.4188806E-02 1.465500 at 100iterations 4.3033857E-02 0.7874546 at 110iterations 2.4893101E-02 0.5124741 at 120iterations 1.4425385E-02 0.2626951 at 130iterations 8.3755329E-03 0.1497536 at 140iterations 4.8434087E-03 9.4604492E-02 at 150iterations 2.8105264E-03 5.1780701E-02 at 160iterations 1.6265865E-03 3.3415318E-02 at 170iterations 9.4208779E-04 1.7456055E-02 at 180iterations finished qdiffx linear iterations at : 07:05:32 total time elapsed so far: 11.14000 # loops : 180 mean,max change (kT/e) : 9.4208779E-04 1.7456055E-02 energy calculations done at 11.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.34000 DelPhi exited at 07:05:32 11.339u 0.200s 0:11.81 97.6% 0+0k 0+0io 0pf+0w