Sat Oct 8 11:36:01 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 8 2011 at 11:36: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 = 3371 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.5849395 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): -29.34300 31.51800 ymin,ymax (A): -25.88800 24.17900 zmin,zma (A): -24.94100 29.53700 x,y,z range (A): 60.86100 50.06700 54.47800 scale (grids/A): 0.5849395 object centre (A): 1.087500 -0.8544998 2.297999 number of atom coordinates read : 3371 total number of charged atoms : 3244 net assigned charge : -3.499992 assigned positive charge : 518.9391 centred at (gu) : 90.03230 90.42263 90.51837 assigned negative charge : -522.4405 centred at (gu) : 90.05417 90.40141 90.43394 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7349 nv = 96 ne = 84 npr = 70108 no. pairs analyzed = 70108 no. exposed pairs = 3744 no. arc points = 25853 no. surface atoms = 1269 nbur = 2102 mkacc time = 0.1500000 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= 314 mr = 4326 m= 3 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 27 time to turn everything in is 0.3500000 number of dielectric boundary points 3314 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2538 ## 290 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9520 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.1201026E-09 1.8400916E-09 midg,1,midg; midg,igrid,midg -1.4263851E-09 -3.0381769E-10 1,midg,midg; igrid,midg,midg -2.5807773E-10 -1.6032816E-09 gauss-seidel spectral radius is 0.9849312 estimated iterations to convergence 67 setup time was (sec) 0.5500000 now iterating at: 11:36:02 rms-change max change #iterations 0.1134236 18.96228 at 10iterations 9.0729976E-03 1.291130 at 20iterations 7.4569095E-04 0.1031399 at 30iterations 6.0365826E-05 8.4565282E-03 at 40iterations 5.0509570E-06 6.5994263E-04 at 50iterations finished qdiffx linear iterations at : 11:36:05 total time elapsed so far: 2.970000 # loops : 50 mean,max change (kT/e) : 5.0509570E-06 6.5994263E-04 energy calculations done at 2.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.150000 DelPhi exited at 11:36:05 3.150u 0.164s 0:03.63 91.1% 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 11:36:05 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 = 3371 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: 1.754818 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): -29.34300 31.51800 ymin,ymax (A): -25.88800 24.17900 zmin,zma (A): -24.94100 29.53700 x,y,z range (A): 60.86100 50.06700 54.47800 scale (grids/A): 1.754818 object centre (A): 1.087500 -0.8544998 2.297999 number of atom coordinates read : 3371 total number of charged atoms : 3244 net assigned charge : -3.499992 assigned positive charge : 518.9391 centred at (gu) : 90.09560 91.26682 91.55434 assigned negative charge : -522.4405 centred at (gu) : 90.16198 91.20378 91.30130 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 81782 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25853 grid for indexing accessible points = 1.400000 m= 26877 mr = 59151 m= 3315 mr = 20228 m= 109 mr = 1981 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 3732 time to turn everything in is 0.5400000 number of dielectric boundary points 30704 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 218 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 25214 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.5849395 object centre at (A) : 1.087500 -0.8544998 2.297999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.0642770E-03 9.6525392E-03 midg,1,midg; midg,igrid,midg -1.8211657E-02 -1.0109228E-02 1,midg,midg; igrid,midg,midg 6.8462745E-04 -3.0516746E-02 gauss-seidel spectral radius is 0.9984600 estimated iterations to convergence 202 setup time was (sec) 0.7900000 now iterating at: 11:36:06 rms-change max change #iterations 4.232286 206.7136 at 10iterations 1.893805 62.72271 at 20iterations 0.8461130 27.46903 at 30iterations 0.3794034 12.46085 at 40iterations 0.1697033 5.318668 at 50iterations 7.5981662E-02 2.479900 at 60iterations 3.3917110E-02 1.083025 at 70iterations 1.5257063E-02 0.4766235 at 80iterations 6.8139974E-03 0.2030296 at 90iterations 3.0694522E-03 9.5016479E-02 at 100iterations 1.3634516E-03 4.1033268E-02 at 110iterations 6.1411154E-04 1.8777788E-02 at 120iterations finished qdiffx linear iterations at : 11:36:12 total time elapsed so far: 6.740000 # loops : 120 mean,max change (kT/e) : 6.1411154E-04 1.8777788E-02 energy calculations done at 6.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.910000 DelPhi exited at 11:36:13 6.916u 0.165s 0:07.55 93.6% 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 11:36: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3371 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.632227 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): -29.34300 31.51800 ymin,ymax (A): -25.88800 24.17900 zmin,zma (A): -24.94100 29.53700 x,y,z range (A): 60.86100 50.06700 54.47800 scale (grids/A): 2.632227 object centre (A): 1.087500 -0.8544998 2.297999 number of atom coordinates read : 3371 total number of charged atoms : 3244 net assigned charge : -3.499992 assigned positive charge : 518.9391 centred at (gu) : 90.14341 91.89983 92.33147 assigned negative charge : -522.4405 centred at (gu) : 90.24283 91.80547 91.95179 start vw surface at 0.1600000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 190449 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25853 grid for indexing accessible points = 1.400000 m= 92116 mr = 144130 m= 28635 mr = 76325 m= 5689 mr = 23185 m= 620 mr = 4243 m= 21 mr = 394 m= 0 mr = 4 time to grow re-entrant surface = 0.7599999 no. cavity mid-points inaccessible to solvent = 12369 time to turn everything in is 1.310000 number of dielectric boundary points 69249 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.440000 number of grid points assigned charge 25945 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.754818 object centre at (A) : 1.087500 -0.8544998 2.297999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.7614385E-02 0.1053623 midg,1,midg; midg,igrid,midg -0.3484873 -0.1848415 1,midg,midg; igrid,midg,midg -9.8424427E-02 -0.4596223 gauss-seidel spectral radius is 0.9992154 estimated iterations to convergence 282 setup time was (sec) 1.590000 now iterating at: 11:36:15 rms-change max change #iterations 10.21463 302.1914 at 10iterations 5.841198 108.7107 at 20iterations 3.332844 63.47713 at 30iterations 1.893014 37.74046 at 40iterations 1.076520 19.65359 at 50iterations 0.6100527 11.36351 at 60iterations 0.3456551 6.595009 at 70iterations 0.1956251 3.442231 at 80iterations 0.1107968 1.961126 at 90iterations 6.2596478E-02 1.093384 at 100iterations 3.5443772E-02 0.6311169 at 110iterations 2.0041076E-02 0.3684797 at 120iterations 1.1335606E-02 0.1885338 at 130iterations 6.4087799E-03 0.1152430 at 140iterations 3.6198020E-03 6.6413879E-02 at 150iterations 2.0463485E-03 3.5591125E-02 at 160iterations 1.1577669E-03 1.9752502E-02 at 170iterations 6.5345166E-04 1.0765076E-02 at 180iterations finished qdiffx linear iterations at : 11:36:24 total time elapsed so far: 11.35000 # loops : 180 mean,max change (kT/e) : 6.5345166E-04 1.0765076E-02 energy calculations done at 11.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.53000 DelPhi exited at 11:36:26 11.530u 0.172s 0:12.79 91.4% 0+0k 0+0io 0pf+0w