Mon Oct 10 17:00:39 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 17:00:39 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 = 3184 !!! WARNING: GLN 355 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5946217 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): -25.52800 31.72100 ymin,ymax (A): -10.95100 44.23300 zmin,zma (A): 6.883000 66.75300 x,y,z range (A): 57.24900 55.18400 59.87000 scale (grids/A): 0.5946217 object centre (A): 3.096499 16.64100 36.81800 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.271958 assigned positive charge : 478.0415 centred at (gu) : 90.37008 89.31075 90.93417 assigned negative charge : -483.3149 centred at (gu) : 90.43839 89.15309 91.04156 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7536 nv = 96 ne = 84 npr = 63383 no. pairs analyzed = 63383 no. exposed pairs = 4199 no. arc points = 29411 no. surface atoms = 1423 nbur = 1761 mkacc time = 0.1100000 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= 343 mr = 3888 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 2 time to turn everything in is 0.2200000 number of dielectric boundary points 3971 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2996 ## 313 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 9441 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.8238840E-09 -7.3831186E-09 midg,1,midg; midg,igrid,midg -9.3124575E-09 3.5274186E-09 1,midg,midg; igrid,midg,midg 7.4248646E-10 -4.8121280E-09 gauss-seidel spectral radius is 0.9854206 estimated iterations to convergence 68 setup time was (sec) 0.4100000 now iterating at: 17:00:39 rms-change max change #iterations 0.1117563 19.41254 at 10iterations 9.3451040E-03 1.376107 at 20iterations 7.8456197E-04 0.1265373 at 30iterations 6.6467743E-05 1.0350704E-02 at 40iterations 5.7175171E-06 9.6893311E-04 at 50iterations finished qdiffx linear iterations at : 17:00:42 total time elapsed so far: 3.360000 # loops : 50 mean,max change (kT/e) : 5.7175171E-06 9.6893311E-04 energy calculations done at 3.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.490000 DelPhi exited at 17:00:43 3.494u 0.201s 0:04.57 80.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 17:00:43 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 = 3184 !!! WARNING: GLN 355 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.783865 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): -25.52800 31.72100 ymin,ymax (A): -10.95100 44.23300 zmin,zma (A): 6.883000 66.75300 x,y,z range (A): 57.24900 55.18400 59.87000 scale (grids/A): 1.783865 object centre (A): 3.096499 16.64100 36.81800 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.271958 assigned positive charge : 478.0415 centred at (gu) : 91.10921 87.93133 92.80165 assigned negative charge : -483.3149 centred at (gu) : 91.31473 87.45878 93.12447 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 82211 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29411 grid for indexing accessible points = 1.400000 m= 26628 mr = 55385 m= 3214 mr = 18427 m= 134 mr = 1702 m= 0 mr = 14 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 776 time to turn everything in is 0.4000000 number of dielectric boundary points 36659 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 241 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 23700 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.5946217 object centre at (A) : 3.096499 16.64100 36.81800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5148308E-02 1.0734428E-02 midg,1,midg; midg,igrid,midg -4.6667777E-02 4.6162428E-03 1,midg,midg; igrid,midg,midg 1.9667601E-02 -4.0581916E-02 gauss-seidel spectral radius is 0.9985127 estimated iterations to convergence 206 setup time was (sec) 0.6300000 now iterating at: 17:00:44 rms-change max change #iterations 4.201346 214.0373 at 10iterations 1.880499 68.54701 at 20iterations 0.8499441 31.34632 at 30iterations 0.3831363 12.65315 at 40iterations 0.1740093 5.652332 at 50iterations 7.8831315E-02 2.370998 at 60iterations 3.5642553E-02 1.120093 at 70iterations 1.6118599E-02 0.5548382 at 80iterations 7.2937901E-03 0.2121286 at 90iterations 3.3036601E-03 9.8898649E-02 at 100iterations 1.5005163E-03 4.7664404E-02 at 110iterations 6.7779649E-04 2.0370483E-02 at 120iterations finished qdiffx linear iterations at : 17:00:52 total time elapsed so far: 7.880000 # loops : 120 mean,max change (kT/e) : 6.7779649E-04 2.0370483E-02 energy calculations done at 7.880000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 17:00:52 8.014u 0.215s 0:08.66 94.9% 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 17:00:52 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 = 3184 !!! WARNING: GLN 355 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.675798 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): -25.52800 31.72100 ymin,ymax (A): -10.95100 44.23300 zmin,zma (A): 6.883000 66.75300 x,y,z range (A): 57.24900 55.18400 59.87000 scale (grids/A): 2.675798 object centre (A): 3.096499 16.64100 36.81800 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.271958 assigned positive charge : 478.0415 centred at (gu) : 91.66357 86.89656 94.20227 assigned negative charge : -483.3149 centred at (gu) : 91.97217 86.18812 94.68669 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 190573 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29411 grid for indexing accessible points = 1.400000 m= 89607 mr = 135350 m= 28073 mr = 70921 m= 5306 mr = 21305 m= 525 mr = 3560 m= 15 mr = 260 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.5700001 no. cavity mid-points inaccessible to solvent = 2437 time to turn everything in is 1.020000 number of dielectric boundary points 82703 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.110000 number of grid points assigned charge 24323 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.783865 object centre at (A) : 3.096499 16.64100 36.81800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1125224 0.2524799 midg,1,midg; midg,igrid,midg -0.5865902 5.5925861E-02 1,midg,midg; igrid,midg,midg 0.4024153 -0.4612732 gauss-seidel spectral radius is 0.9992480 estimated iterations to convergence 288 setup time was (sec) 1.270000 now iterating at: 17:00:54 rms-change max change #iterations 10.39632 400.0154 at 10iterations 6.110211 151.3072 at 20iterations 3.557701 100.5082 at 30iterations 2.064232 49.26612 at 40iterations 1.193507 29.00547 at 50iterations 0.6885034 13.86123 at 60iterations 0.3960810 7.603295 at 70iterations 0.2280177 4.811718 at 80iterations 0.1305552 2.541650 at 90iterations 7.5097404E-02 1.480541 at 100iterations 4.3006033E-02 0.7698479 at 110iterations 2.4655519E-02 0.4594707 at 120iterations 1.4121578E-02 0.2920446 at 130iterations 8.0914646E-03 0.1512318 at 140iterations 4.6290378E-03 7.8155518E-02 at 150iterations 2.6499822E-03 4.7707558E-02 at 160iterations 1.5170878E-03 2.8286457E-02 at 170iterations 8.6840108E-04 1.5808105E-02 at 180iterations finished qdiffx linear iterations at : 17:01:07 total time elapsed so far: 14.22000 # loops : 180 mean,max change (kT/e) : 8.6840108E-04 1.5808105E-02 energy calculations done at 14.22000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.35000 DelPhi exited at 17:01:09 14.350u 0.304s 0:16.73 87.5% 0+0k 0+0io 0pf+0w