Mon Oct 10 14:12:13 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 Mon Oct 10 2011 at 14:12: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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1972 !!! WARNING: CME 167 has a net charge of -0.3480 !!! WARNING: CME 2 has a net charge of 0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5769760 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 0.5769760 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1972 total number of charged atoms : 1830 net assigned charge : 2.752003 assigned positive charge : 287.8270 centred at (gu) : 90.06342 90.74821 90.64800 assigned negative charge : -285.0753 centred at (gu) : 90.06606 90.93954 90.64708 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4333 nv = 96 ne = 84 npr = 40596 no. pairs analyzed = 40596 no. exposed pairs = 2532 no. arc points = 17608 no. surface atoms = 857 nbur = 1115 mkacc time = 7.0000008E-02 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.484000 m= 174 mr = 2279 m= 0 mr = 9 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 26 time to turn everything in is 0.1600000 number of dielectric boundary points 2219 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1764 ## 220 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 5447 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.7641763E-10 6.6777811E-10 midg,1,midg; midg,igrid,midg 2.4714848E-09 -2.3214353E-09 1,midg,midg; igrid,midg,midg 5.8891608E-10 5.3768767E-10 gauss-seidel spectral radius is 0.9844132 estimated iterations to convergence 66 setup time was (sec) 0.3500000 now iterating at: 14:12:14 rms-change max change #iterations 7.5775877E-02 14.95213 at 10iterations 5.7320129E-03 0.9830170 at 20iterations 4.4488782E-04 8.2520962E-02 at 30iterations 3.4345470E-05 7.1315765E-03 at 40iterations 2.6033320E-06 4.7302246E-04 at 50iterations finished qdiffx linear iterations at : 14:12:16 total time elapsed so far: 3.160000 # loops : 50 mean,max change (kT/e) : 2.6033320E-06 4.7302246E-04 energy calculations done at 3.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.290000 DelPhi exited at 14:12:17 3.298u 0.157s 0:03.79 90.7% 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 Mon Oct 10 2011 at 14:12:17 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1972 !!! WARNING: CME 167 has a net charge of -0.3480 !!! WARNING: CME 2 has a net charge of 0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.730928 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 1.730928 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1972 total number of charged atoms : 1830 net assigned charge : 2.752003 assigned positive charge : 287.8270 centred at (gu) : 90.19041 92.24458 91.94377 assigned negative charge : -285.0753 centred at (gu) : 90.19845 92.81887 91.94165 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 47496 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17608 grid for indexing accessible points = 1.400000 m= 15447 mr = 32024 m= 1675 mr = 11237 m= 52 mr = 913 m= 0 mr = 1 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 20495 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 194 iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 14235 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.5769760 object centre at (A) : 13.46700 29.09600 36.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9787071E-02 2.3009194E-02 midg,1,midg; midg,igrid,midg 8.2187308E-03 -1.1679494E-02 1,midg,midg; igrid,midg,midg -2.4174275E-03 -3.1714991E-03 gauss-seidel spectral radius is 0.9982710 estimated iterations to convergence 191 setup time was (sec) 0.4500000 now iterating at: 14:12:18 rms-change max change #iterations 2.885879 138.3695 at 10iterations 1.229448 57.50762 at 20iterations 0.5229459 23.16942 at 30iterations 0.2223412 8.638580 at 40iterations 9.4343603E-02 3.878973 at 50iterations 4.0216796E-02 1.578846 at 60iterations 1.7106974E-02 0.6612062 at 70iterations 7.2932946E-03 0.2805738 at 80iterations 3.0890373E-03 0.1128654 at 90iterations 1.3125605E-03 5.3224564E-02 at 100iterations 5.6003715E-04 2.2907257E-02 at 110iterations 2.3821335E-04 9.6950531E-03 at 120iterations finished qdiffx linear iterations at : 14:12:24 total time elapsed so far: 7.270000 # loops : 120 mean,max change (kT/e) : 2.3821335E-04 9.6950531E-03 energy calculations done at 7.270000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.400000 DelPhi exited at 14:12:25 7.399u 0.200s 0:08.04 94.4% 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 Mon Oct 10 2011 at 14:12:25 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1972 !!! WARNING: CME 167 has a net charge of -0.3480 !!! WARNING: CME 2 has a net charge of 0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.596392 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 2.596392 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1972 total number of charged atoms : 1830 net assigned charge : 2.752003 assigned positive charge : 287.8270 centred at (gu) : 90.28567 93.36699 92.91563 assigned negative charge : -285.0753 centred at (gu) : 90.29768 94.22829 92.91245 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 109832 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17608 grid for indexing accessible points = 1.400000 m= 51946 mr = 77770 m= 16404 mr = 42126 m= 2855 mr = 13094 m= 159 mr = 1976 m= 4 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5900000 number of dielectric boundary points 46175 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 14632 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.730928 object centre at (A) : 13.46700 29.09600 36.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1792695 0.3482674 midg,1,midg; midg,igrid,midg 8.8909164E-02 -0.1723000 1,midg,midg; igrid,midg,midg -4.9146127E-02 -5.4865777E-02 gauss-seidel spectral radius is 0.9991335 estimated iterations to convergence 268 setup time was (sec) 0.8000000 now iterating at: 14:12:26 rms-change max change #iterations 7.251793 243.9969 at 10iterations 4.019214 136.2557 at 20iterations 2.212840 57.41139 at 30iterations 1.217819 32.15665 at 40iterations 0.6693243 16.58302 at 50iterations 0.3669388 8.025640 at 60iterations 0.2011141 4.482140 at 70iterations 0.1104229 2.765865 at 80iterations 6.0324878E-02 1.362854 at 90iterations 3.3026893E-02 0.8399529 at 100iterations 1.8098237E-02 0.4736257 at 110iterations 9.8935775E-03 0.2287118 at 120iterations 5.4114670E-03 0.1210814 at 130iterations 2.9723267E-03 6.6532135E-02 at 140iterations 1.6266394E-03 3.9312363E-02 at 150iterations 8.8852196E-04 1.9851685E-02 at 160iterations 4.8703828E-04 1.0917664E-02 at 170iterations 2.6648433E-04 6.6627264E-03 at 180iterations finished qdiffx linear iterations at : 14:12:37 total time elapsed so far: 11.44000 # loops : 180 mean,max change (kT/e) : 2.6648433E-04 6.6627264E-03 energy calculations done at 11.44000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.58000 DelPhi exited at 14:12:37 11.578u 0.202s 0:12.48 94.3% 0+0k 0+0io 0pf+0w