Sat Oct 8 17:48:12 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 Sat Oct 8 2011 at 17:48:12 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3353 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5314226 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): -11.18000 42.66000 ymin,ymax (A): -38.47400 28.51600 zmin,zma (A): -15.40800 34.39600 x,y,z range (A): 53.84000 66.99001 49.80400 scale (grids/A): 0.5314226 object centre (A): 15.74000 -4.979002 9.493999 number of atom coordinates read : 3353 total number of charged atoms : 3208 net assigned charge : -1.999991 assigned positive charge : 504.2016 centred at (gu) : 90.01276 91.41192 90.32796 assigned negative charge : -506.2029 centred at (gu) : 90.04592 91.36734 90.29498 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6110 nv = 96 ne = 84 npr = 67411 no. pairs analyzed = 67411 no. exposed pairs = 4130 no. arc points = 28505 no. surface atoms = 1395 nbur = 1958 mkacc time = 0.2300000 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.624000 m= 238 mr = 3280 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 3055 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2845 ## 383 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 8044 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9853495E-10 7.5511153E-11 midg,1,midg; midg,igrid,midg -1.8633146E-10 1.7300557E-10 1,midg,midg; igrid,midg,midg 6.9616105E-11 -2.1724324E-10 gauss-seidel spectral radius is 0.9817793 estimated iterations to convergence 61 setup time was (sec) 0.7800000 now iterating at: 17:48:14 rms-change max change #iterations 6.9304176E-02 12.85762 at 10iterations 4.2203371E-03 0.6371542 at 20iterations 2.8063607E-04 4.4815063E-02 at 30iterations 2.5071800E-05 4.0473938E-03 at 40iterations 4.7093258E-06 7.3051453E-04 at 50iterations finished qdiffx linear iterations at : 17:48:17 total time elapsed so far: 4.400000 # loops : 50 mean,max change (kT/e) : 4.7093258E-06 7.3051453E-04 energy calculations done at 4.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.610000 DelPhi exited at 17:48:18 4.614u 0.439s 0:05.34 94.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 8 2011 at 17:48:18 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3353 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.594268 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): -11.18000 42.66000 ymin,ymax (A): -38.47400 28.51600 zmin,zma (A): -15.40800 34.39600 x,y,z range (A): 53.84000 66.99001 49.80400 scale (grids/A): 1.594268 object centre (A): 15.74000 -4.979002 9.493999 number of atom coordinates read : 3353 total number of charged atoms : 3208 net assigned charge : -1.999991 assigned positive charge : 504.2016 centred at (gu) : 90.03722 94.23513 90.98275 assigned negative charge : -506.2029 centred at (gu) : 90.13757 94.10145 90.88461 start vw surface at 0.1800000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 68539 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28505 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 21447 mr = 47759 m= 1929 mr = 14896 m= 44 mr = 876 m= 0 mr = 2 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 183 time to turn everything in is 0.7100000 number of dielectric boundary points 28426 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 342 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 24440 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.5314226 object centre at (A) : 15.74000 -4.979002 9.493999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8111008E-03 1.7979253E-03 midg,1,midg; midg,igrid,midg 7.4185501E-03 3.9796326E-03 1,midg,midg; igrid,midg,midg 9.9390047E-04 -6.8491437E-03 gauss-seidel spectral radius is 0.9981227 estimated iterations to convergence 183 setup time was (sec) 1.060000 now iterating at: 17:48:19 rms-change max change #iterations 3.369579 145.5980 at 10iterations 1.382312 61.51228 at 20iterations 0.5675988 20.81860 at 30iterations 0.2337718 8.608528 at 40iterations 9.6047185E-02 3.474136 at 50iterations 3.9637670E-02 1.473969 at 60iterations 1.6260702E-02 0.6368618 at 70iterations 6.7141186E-03 0.2405548 at 80iterations 2.7615030E-03 0.1022205 at 90iterations 1.1399770E-03 3.7918091E-02 at 100iterations 4.7115420E-04 1.6594291E-02 at 110iterations 1.9689146E-04 7.1954727E-03 at 120iterations finished qdiffx linear iterations at : 17:48:29 total time elapsed so far: 10.66000 # loops : 120 mean,max change (kT/e) : 1.9689146E-04 7.1954727E-03 energy calculations done at 10.66000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.88000 DelPhi exited at 17:48:29 10.884u 0.458s 0:11.62 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 8 2011 at 17:48:29 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3353 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.391402 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): -11.18000 42.66000 ymin,ymax (A): -38.47400 28.51600 zmin,zma (A): -15.40800 34.39600 x,y,z range (A): 53.84000 66.99001 49.80400 scale (grids/A): 2.391402 object centre (A): 15.74000 -4.979002 9.493999 number of atom coordinates read : 3353 total number of charged atoms : 3208 net assigned charge : -1.999991 assigned positive charge : 504.2016 centred at (gu) : 90.05560 96.35231 91.47415 assigned negative charge : -506.2029 centred at (gu) : 90.20641 96.15211 91.32672 start vw surface at 0.1800000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 159424 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28505 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 75324 mr = 116669 m= 20499 mr = 60237 m= 3032 mr = 15361 m= 188 mr = 1885 m= 4 mr = 64 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 1.100000 no. cavity mid-points inaccessible to solvent = 618 time to turn everything in is 1.810000 number of dielectric boundary points 64256 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 1.960000 number of grid points assigned charge 25618 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.594268 object centre at (A) : 15.74000 -4.979002 9.493999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1050820 4.5111910E-02 midg,1,midg; midg,igrid,midg 0.1534003 0.1242324 1,midg,midg; igrid,midg,midg 1.7872997E-02 -8.5434444E-02 gauss-seidel spectral radius is 0.9991232 estimated iterations to convergence 267 setup time was (sec) 2.180000 now iterating at: 17:48:32 rms-change max change #iterations 8.838016 310.5388 at 10iterations 4.952654 113.4140 at 20iterations 2.751588 63.21471 at 30iterations 1.523659 35.94056 at 40iterations 0.8417207 16.68922 at 50iterations 0.4644999 10.47705 at 60iterations 0.2552136 5.226292 at 70iterations 0.1401381 2.737041 at 80iterations 7.6836020E-02 1.679999 at 90iterations 4.2190384E-02 0.8424568 at 100iterations 2.3117969E-02 0.4804122 at 110iterations 1.2658367E-02 0.2448692 at 120iterations 6.9295922E-03 0.1433047 at 130iterations 3.7965321E-03 7.2158813E-02 at 140iterations 2.0823118E-03 4.2133331E-02 at 150iterations 1.1456270E-03 2.7009964E-02 at 160iterations 6.3073944E-04 1.3959885E-02 at 170iterations 3.4971203E-04 7.9040527E-03 at 180iterations finished qdiffx linear iterations at : 17:48:47 total time elapsed so far: 17.05000 # loops : 180 mean,max change (kT/e) : 3.4971203E-04 7.9040527E-03 energy calculations done at 17.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.29000 DelPhi exited at 17:48:47 17.290u 0.447s 0:18.00 98.5% 0+0k 0+0io 0pf+0w