Sun Oct 9 16:01:42 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 Sun Oct 9 2011 at 16:01:42 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 = 5450 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5143765 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): 153.9750 218.2190 ymin,ymax (A): 94.70100 160.0410 zmin,zma (A): -1.401000 67.80900 x,y,z range (A): 64.24399 65.34000 69.21000 scale (grids/A): 0.5143765 object centre (A): 186.0970 127.3710 33.20400 number of atom coordinates read : 5450 total number of charged atoms : 5278 net assigned charge : 1.000033 assigned positive charge : 835.5768 centred at (gu) : 90.46252 88.23107 89.43036 assigned negative charge : -834.5838 centred at (gu) : 90.51060 88.26804 89.39611 start vw surface at 0.2200000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 8900 nv = 96 ne = 84 npr = 110735 no. pairs analyzed = 110735 no. exposed pairs = 6338 no. arc points = 43811 no. surface atoms = 2118 nbur = 3332 mkacc time = 0.3000000 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.652000 m= 326 mr = 4875 m= 2 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.5900000 number of dielectric boundary points 4341 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4267 ## 606 charges are in solution ## iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 12065 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2371720E-10 1.1751583E-10 midg,1,midg; midg,igrid,midg 2.3443097E-10 -7.2543416E-11 1,midg,midg; igrid,midg,midg 1.6375822E-10 -1.7626429E-10 gauss-seidel spectral radius is 0.9807067 estimated iterations to convergence 59 setup time was (sec) 0.8600000 now iterating at: 16:01:43 rms-change max change #iterations 7.4872188E-02 10.84373 at 10iterations 6.5642768E-03 0.9939117 at 20iterations 2.0828687E-03 0.3405247 at 30iterations 8.6409767E-04 0.1461849 at 40iterations 3.5902407E-04 6.1704636E-02 at 50iterations finished qdiffx linear iterations at : 16:01:47 total time elapsed so far: 4.060000 # loops : 50 mean,max change (kT/e) : 3.5902407E-04 6.1704636E-02 energy calculations done at 4.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.240000 DelPhi exited at 16:01:47 4.242u 0.252s 0:04.92 91.2% 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 16:01:47 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 = 5450 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.543130 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): 153.9750 218.2190 ymin,ymax (A): 94.70100 160.0410 zmin,zma (A): -1.401000 67.80900 x,y,z range (A): 64.24399 65.34000 69.21000 scale (grids/A): 1.543130 object centre (A): 186.0970 127.3710 33.20400 number of atom coordinates read : 5450 total number of charged atoms : 5278 net assigned charge : 1.000033 assigned positive charge : 835.5768 centred at (gu) : 91.38587 84.69104 88.28908 assigned negative charge : -834.5838 centred at (gu) : 91.53150 84.80358 88.18794 start vw surface at 0.2300000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 102693 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43811 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 30111 mr = 73207 m= 2645 mr = 20612 m= 58 mr = 1158 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 3402 time to turn everything in is 0.8700000 number of dielectric boundary points 40531 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 562 ## 9 charges are in solution ## iepsmp to db, and charging done at 1.010000 number of grid points assigned charge 39715 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.5143765 object centre at (A) : 186.0970 127.3710 33.20400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0834358E-02 9.8771451E-04 midg,1,midg; midg,igrid,midg 2.2327656E-02 8.4895222E-04 1,midg,midg; igrid,midg,midg -2.0834917E-02 -1.5790299E-02 gauss-seidel spectral radius is 0.9981849 estimated iterations to convergence 186 setup time was (sec) 1.160000 now iterating at: 16:01:49 rms-change max change #iterations 4.202206 161.3904 at 10iterations 1.749043 55.11054 at 20iterations 0.7311155 21.03570 at 30iterations 0.3056380 9.010265 at 40iterations 0.1283645 3.575348 at 50iterations 5.4414179E-02 1.830109 at 60iterations 2.3491628E-02 0.7138863 at 70iterations 1.0764269E-02 0.3457260 at 80iterations 5.5393637E-03 0.1828308 at 90iterations 3.3441181E-03 0.1132393 at 100iterations 2.2588575E-03 7.8208923E-02 at 110iterations 1.6205230E-03 5.4065704E-02 at 120iterations finished qdiffx linear iterations at : 16:01:57 total time elapsed so far: 9.370000 # loops : 120 mean,max change (kT/e) : 1.6205230E-03 5.4065704E-02 energy calculations done at 9.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.540000 DelPhi exited at 16:01:58 9.540u 0.305s 0:10.45 94.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 Sun Oct 9 2011 at 16:01:58 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 = 5450 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.314694 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): 153.9750 218.2190 ymin,ymax (A): 94.70100 160.0410 zmin,zma (A): -1.401000 67.80900 x,y,z range (A): 64.24399 65.34000 69.21000 scale (grids/A): 2.314694 object centre (A): 186.0970 127.3710 33.20400 number of atom coordinates read : 5450 total number of charged atoms : 5278 net assigned charge : 1.000033 assigned positive charge : 835.5768 centred at (gu) : 92.07829 82.03606 87.43304 assigned negative charge : -834.5838 centred at (gu) : 92.29742 82.20539 87.28191 start vw surface at 0.2200000 fill in re-entrant regions at 0.7000000 boundary points on vw surface= 240414 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43811 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 108298 mr = 180051 m= 27476 mr = 86255 m= 3909 mr = 20193 m= 212 mr = 2391 m= 3 mr = 51 m= 0 mr = 0 time to grow re-entrant surface = 1.300000 no. cavity mid-points inaccessible to solvent = 11765 time to turn everything in is 2.130000 number of dielectric boundary points 91371 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 80 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 42120 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.543130 object centre at (A) : 186.0970 127.3710 33.20400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5935986 0.2047281 midg,1,midg; midg,igrid,midg 0.4518855 -2.5885278E-02 1,midg,midg; igrid,midg,midg -0.4796151 -0.3548399 gauss-seidel spectral radius is 0.9991884 estimated iterations to convergence 277 setup time was (sec) 2.460000 now iterating at: 16:02:01 rms-change max change #iterations 11.22589 262.4998 at 10iterations 6.448877 170.1089 at 20iterations 3.691803 88.24252 at 30iterations 2.094853 46.97559 at 40iterations 1.187301 26.85172 at 50iterations 0.6718557 13.63042 at 60iterations 0.3789833 6.729839 at 70iterations 0.2132616 4.058029 at 80iterations 0.1200082 2.084371 at 90iterations 6.7479685E-02 1.232937 at 100iterations 3.8103353E-02 0.6144028 at 110iterations 2.1408940E-02 0.3959856 at 120iterations 1.2158715E-02 0.2181778 at 130iterations 6.9866786E-03 0.1302834 at 140iterations 4.1176104E-03 7.9021454E-02 at 150iterations 2.5193137E-03 5.0815582E-02 at 160iterations 1.6396202E-03 3.3927917E-02 at 170iterations 1.1442286E-03 2.2827148E-02 at 180iterations finished qdiffx linear iterations at : 16:02:15 total time elapsed so far: 16.29000 # loops : 180 mean,max change (kT/e) : 1.1442286E-03 2.2827148E-02 energy calculations done at 16.29000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.45000 DelPhi exited at 16:02:15 16.454u 0.322s 0:17.51 95.7% 0+0k 0+0io 0pf+0w