Sat Oct 15 11:34:55 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 11:34: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 = 3723 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5486968 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): -3.375000 60.41100 ymin,ymax (A): -18.51300 44.49700 zmin,zma (A): -5.592000 59.28900 x,y,z range (A): 63.78600 63.01000 64.88100 scale (grids/A): 0.5486968 object centre (A): 28.51800 12.99200 26.84850 number of atom coordinates read : 3723 total number of charged atoms : 3573 net assigned charge : -7.499971 assigned positive charge : 559.0646 centred at (gu) : 89.05801 86.74727 90.48573 assigned negative charge : -566.5667 centred at (gu) : 89.12603 86.72507 90.48409 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7364 nv = 96 ne = 84 npr = 74436 no. pairs analyzed = 74436 no. exposed pairs = 4871 no. arc points = 33841 no. surface atoms = 1617 nbur = 2106 mkacc time = 0.2000000 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= 306 mr = 3803 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4300000 number of dielectric boundary points 3849 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3466 ## 476 charges are in solution ## iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 9668 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.6821563E-10 -5.5645411E-10 midg,1,midg; midg,igrid,midg -1.5994830E-09 -1.4634798E-10 1,midg,midg; igrid,midg,midg 1.4873716E-10 -9.0873614E-10 gauss-seidel spectral radius is 0.9829332 estimated iterations to convergence 63 setup time was (sec) 0.7900000 now iterating at: 11:34:57 rms-change max change #iterations 8.2750626E-02 12.83767 at 10iterations 5.7217744E-03 0.9858148 at 20iterations 4.3344841E-04 6.3024193E-02 at 30iterations 6.3459971E-05 1.0125637E-02 at 40iterations 1.5947051E-05 2.6259422E-03 at 50iterations finished qdiffx linear iterations at : 11:35:01 total time elapsed so far: 5.220000 # loops : 50 mean,max change (kT/e) : 1.5947051E-05 2.6259422E-03 energy calculations done at 5.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.390000 DelPhi exited at 11:35:02 5.393u 0.463s 0:06.22 94.0% 0+0k 0+0io 6pf+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 11:35:02 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 = 3723 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: 1.646090 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): -3.375000 60.41100 ymin,ymax (A): -18.51300 44.49700 zmin,zma (A): -5.592000 59.28900 x,y,z range (A): 63.78600 63.01000 64.88100 scale (grids/A): 1.646090 object centre (A): 28.51800 12.99200 26.84850 number of atom coordinates read : 3723 total number of charged atoms : 3573 net assigned charge : -7.499971 assigned positive charge : 559.0646 centred at (gu) : 87.17323 80.24065 91.45625 assigned negative charge : -566.5667 centred at (gu) : 87.37769 80.17443 91.45145 start vw surface at 0.1500000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 81928 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33841 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 25475 mr = 55918 m= 2703 mr = 17195 m= 72 mr = 1268 m= 0 mr = 4 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 112 time to turn everything in is 0.7100000 number of dielectric boundary points 35793 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 397 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 27457 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.5486968 object centre at (A) : 28.51800 12.99200 26.84850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.1855437E-03 4.7809416E-03 midg,1,midg; midg,igrid,midg -3.2893967E-02 -6.0873576E-03 1,midg,midg; igrid,midg,midg -6.6643436E-03 -3.1955294E-02 gauss-seidel spectral radius is 0.9982832 estimated iterations to convergence 192 setup time was (sec) 1.050000 now iterating at: 11:35:03 rms-change max change #iterations 3.833784 154.3294 at 10iterations 1.636106 60.49966 at 20iterations 0.6968815 22.91407 at 30iterations 0.2972412 10.48579 at 40iterations 0.1271365 4.146201 at 50iterations 5.4163560E-02 1.881296 at 60iterations 2.3184456E-02 0.7723560 at 70iterations 9.9158622E-03 0.3033714 at 80iterations 4.2426786E-03 0.1546154 at 90iterations 1.8230276E-03 5.7064056E-02 at 100iterations 7.7949988E-04 3.0096054E-02 at 110iterations 3.3888101E-04 1.1417389E-02 at 120iterations finished qdiffx linear iterations at : 11:35:15 total time elapsed so far: 12.52000 # loops : 120 mean,max change (kT/e) : 3.3888101E-04 1.1417389E-02 energy calculations done at 12.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.69000 DelPhi exited at 11:35:15 12.698u 0.533s 0:13.55 97.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 Sat Oct 15 2011 at 11:35:15 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 = 3723 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.469136 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): -3.375000 60.41100 ymin,ymax (A): -18.51300 44.49700 zmin,zma (A): -5.592000 59.28900 x,y,z range (A): 63.78600 63.01000 64.88100 scale (grids/A): 2.469136 object centre (A): 28.51800 12.99200 26.84850 number of atom coordinates read : 3723 total number of charged atoms : 3573 net assigned charge : -7.499971 assigned positive charge : 559.0646 centred at (gu) : 85.75964 75.36080 92.18422 assigned negative charge : -566.5667 centred at (gu) : 86.06634 75.26174 92.17709 start vw surface at 0.1500000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 190168 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33841 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 88853 mr = 136872 m= 24918 mr = 69743 m= 4042 mr = 18255 m= 272 mr = 2571 m= 5 mr = 89 m= 0 mr = 0 time to grow re-entrant surface = 1.070000 no. cavity mid-points inaccessible to solvent = 382 time to turn everything in is 1.770000 number of dielectric boundary points 80728 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 26 iepsmp to db, and charging done at 1.950000 number of grid points assigned charge 28522 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.646090 object centre at (A) : 28.51800 12.99200 26.84850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3496521E-03 0.4023850 midg,1,midg; midg,igrid,midg -0.6262135 -9.1615163E-02 1,midg,midg; igrid,midg,midg -0.1338683 -0.6246300 gauss-seidel spectral radius is 0.9991825 estimated iterations to convergence 276 setup time was (sec) 2.180000 now iterating at: 11:35:18 rms-change max change #iterations 9.925129 257.4991 at 10iterations 5.655966 153.2071 at 20iterations 3.221646 74.12811 at 30iterations 1.823889 34.95070 at 40iterations 1.028989 20.45773 at 50iterations 0.5799941 12.90466 at 60iterations 0.3256938 6.405327 at 70iterations 0.1825297 3.780197 at 80iterations 0.1024556 1.963816 at 90iterations 5.7131715E-02 1.199869 at 100iterations 3.2079175E-02 0.6244621 at 110iterations 1.7970735E-02 0.3418131 at 120iterations 1.0044214E-02 0.1882815 at 130iterations 5.6220330E-03 0.1039276 at 140iterations 3.1497972E-03 6.7276478E-02 at 150iterations 1.7630944E-03 3.0989170E-02 at 160iterations 9.9340104E-04 1.9275665E-02 at 170iterations 5.6162034E-04 1.1460304E-02 at 180iterations finished qdiffx linear iterations at : 11:35:38 total time elapsed so far: 21.81000 # loops : 180 mean,max change (kT/e) : 5.6162034E-04 1.1460304E-02 energy calculations done at 21.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.98000 DelPhi exited at 11:35:38 21.986u 0.549s 0:23.01 97.8% 0+0k 0+0io 0pf+0w