Sat Oct 15 14:20:56 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 15 2011 at 14:20:56 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 = 3274 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.6607153 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): 12.92300 62.60300 ymin,ymax (A): -40.95300 10.18700 zmin,zma (A): 31.46900 85.35000 x,y,z range (A): 49.68000 51.14000 53.88100 scale (grids/A): 0.6607153 object centre (A): 37.76300 -15.38300 58.40950 number of atom coordinates read : 3274 total number of charged atoms : 3126 net assigned charge : 2.000037 assigned positive charge : 496.6557 centred at (gu) : 89.22255 91.32083 89.65425 assigned negative charge : -494.6566 centred at (gu) : 89.30087 91.30318 89.69292 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 9339 nv = 96 ne = 84 npr = 68853 no. pairs analyzed = 68853 no. exposed pairs = 3532 no. arc points = 24453 no. surface atoms = 1213 nbur = 2061 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 586 mr = 5618 m= 1 mr = 91 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 4217 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2371 ## 197 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 11300 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5876555E-08 -4.6774171E-09 midg,1,midg; midg,igrid,midg 3.3799782E-10 1.2383863E-08 1,midg,midg; igrid,midg,midg 2.9225108E-08 -1.2979106E-08 gauss-seidel spectral radius is 0.9881749 estimated iterations to convergence 75 setup time was (sec) 0.5100000 now iterating at: 14:20:57 rms-change max change #iterations 0.1957741 26.14261 at 10iterations 2.0984331E-02 2.767548 at 20iterations 2.4636344E-03 0.3159332 at 30iterations 4.7460201E-04 6.7443848E-02 at 40iterations 1.7785835E-04 2.6996613E-02 at 50iterations finished qdiffx linear iterations at : 14:21:00 total time elapsed so far: 3.850000 # loops : 50 mean,max change (kT/e) : 1.7785835E-04 2.6996613E-02 energy calculations done at 3.850000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.970000 DelPhi exited at 14:21:01 3.976u 0.302s 0:04.91 86.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 Sat Oct 15 2011 at 14:21:01 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 = 3274 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.982146 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): 12.92300 62.60300 ymin,ymax (A): -40.95300 10.18700 zmin,zma (A): 31.46900 85.35000 x,y,z range (A): 49.68000 51.14000 53.88100 scale (grids/A): 1.982146 object centre (A): 37.76300 -15.38300 58.40950 number of atom coordinates read : 3274 total number of charged atoms : 3126 net assigned charge : 2.000037 assigned positive charge : 496.6557 centred at (gu) : 87.66670 93.96161 88.96169 assigned negative charge : -494.6566 centred at (gu) : 87.90222 93.90899 89.07840 start vw surface at 0.1000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 100888 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24453 grid for indexing accessible points = 1.400000 m= 40102 mr = 73920 m= 7438 mr = 31084 m= 607 mr = 5004 m= 10 mr = 272 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 352 time to turn everything in is 0.5000000 number of dielectric boundary points 38765 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 156 iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 24688 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.6607153 object centre at (A) : 37.76300 -15.38300 58.40950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0217635E-02 -1.8344631E-02 midg,1,midg; midg,igrid,midg 1.2973694E-03 2.5820218E-02 1,midg,midg; igrid,midg,midg 3.0423226E-02 4.1659825E-02 gauss-seidel spectral radius is 0.9987801 estimated iterations to convergence 227 setup time was (sec) 0.7300000 now iterating at: 14:21:02 rms-change max change #iterations 5.247033 187.0035 at 10iterations 2.561802 72.26662 at 20iterations 1.257428 33.93785 at 30iterations 0.6155279 16.24438 at 40iterations 0.3024119 8.868601 at 50iterations 0.1476040 3.859231 at 60iterations 7.2404034E-02 2.055866 at 70iterations 3.5450485E-02 1.097744 at 80iterations 1.7437749E-02 0.4535694 at 90iterations 8.5719768E-03 0.2406158 at 100iterations 4.2590573E-03 0.1150322 at 110iterations 2.1491384E-03 5.7979584E-02 at 120iterations finished qdiffx linear iterations at : 14:21:17 total time elapsed so far: 8.180000 # loops : 120 mean,max change (kT/e) : 2.1491384E-03 5.7979584E-02 energy calculations done at 8.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.300000 DelPhi exited at 14:21:17 8.303u 0.230s 0:16.12 52.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 Sat Oct 15 2011 at 14:21: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3274 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: 2.973219 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): 12.92300 62.60300 ymin,ymax (A): -40.95300 10.18700 zmin,zma (A): 31.46900 85.35000 x,y,z range (A): 49.68000 51.14000 53.88100 scale (grids/A): 2.973219 object centre (A): 37.76300 -15.38300 58.40950 number of atom coordinates read : 3274 total number of charged atoms : 3126 net assigned charge : 2.000037 assigned positive charge : 496.6557 centred at (gu) : 86.49988 95.94213 88.44246 assigned negative charge : -494.6566 centred at (gu) : 86.85296 95.86345 88.61748 start vw surface at 0.1000000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 233068 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24453 grid for indexing accessible points = 1.400000 m= 126803 mr = 177705 m= 50134 mr = 107206 m= 13878 mr = 41781 m= 2573 mr = 10774 m= 282 mr = 1815 m= 8 mr = 137 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 1154 time to turn everything in is 1.340000 number of dielectric boundary points 87328 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.450000 number of grid points assigned charge 25008 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.982146 object centre at (A) : 37.76300 -15.38300 58.40950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1015097 -6.7974977E-02 midg,1,midg; midg,igrid,midg -4.8560806E-02 0.2685409 1,midg,midg; igrid,midg,midg 0.2506926 0.5430521 gauss-seidel spectral radius is 0.9993005 estimated iterations to convergence 298 setup time was (sec) 1.600000 now iterating at: 14:21:19 rms-change max change #iterations 11.98828 433.2914 at 10iterations 7.148301 190.9744 at 20iterations 4.243320 75.91996 at 30iterations 2.515170 41.00062 at 40iterations 1.484516 27.91425 at 50iterations 0.8759658 15.24481 at 60iterations 0.5153116 8.356441 at 70iterations 0.3025573 4.663287 at 80iterations 0.1773847 2.786800 at 90iterations 0.1041018 1.583063 at 100iterations 6.1012819E-02 1.038504 at 110iterations 3.5815120E-02 0.5407505 at 120iterations 2.0972520E-02 0.3363419 at 130iterations 1.2291919E-02 0.1960413 at 140iterations 7.2215442E-03 0.1072625 at 150iterations 4.2516962E-03 6.4849854E-02 at 160iterations 2.5103851E-03 4.1191101E-02 at 170iterations 1.5011675E-03 2.4721146E-02 at 180iterations finished qdiffx linear iterations at : 14:21:32 total time elapsed so far: 13.98000 # loops : 180 mean,max change (kT/e) : 1.5011675E-03 2.4721146E-02 energy calculations done at 13.98000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.12000 DelPhi exited at 14:21:32 14.119u 0.245s 0:14.66 97.8% 0+0k 0+0io 0pf+0w