Mon Oct 10 09:12:19 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 09:12:19 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 = 2004 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6624612 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): -6.583000 35.04800 ymin,ymax (A): -4.261000 48.62000 zmin,zma (A): -23.64900 30.09000 x,y,z range (A): 41.63100 52.88100 53.73900 scale (grids/A): 0.6624612 object centre (A): 14.23250 22.17950 3.220500 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 1.000005 assigned positive charge : 294.4839 centred at (gu) : 91.06652 92.98426 90.24960 assigned negative charge : -293.4843 centred at (gu) : 91.18135 93.05849 90.18613 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6027 nv = 96 ne = 84 npr = 41490 no. pairs analyzed = 41490 no. exposed pairs = 2385 no. arc points = 16986 no. surface atoms = 810 nbur = 1194 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 364 mr = 3464 m= 2 mr = 69 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 130 time to turn everything in is 0.1700000 number of dielectric boundary points 2860 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1658 ## 160 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 6904 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.4138965E-09 1.3918226E-08 midg,1,midg; midg,igrid,midg 8.0550961E-09 -1.6347844E-08 1,midg,midg; igrid,midg,midg 1.6926617E-08 -1.8883906E-08 gauss-seidel spectral radius is 0.9881349 estimated iterations to convergence 75 setup time was (sec) 0.3600000 now iterating at: 09:12:20 rms-change max change #iterations 0.1469631 25.02472 at 10iterations 1.5912578E-02 2.872589 at 20iterations 1.7207406E-03 0.2528877 at 30iterations 1.8296305E-04 2.6075363E-02 at 40iterations 1.9005363E-05 2.7894974E-03 at 50iterations finished qdiffx linear iterations at : 09:12:23 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 1.9005363E-05 2.7894974E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 09:12:23 3.386u 0.186s 0:03.84 92.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 09:12:23 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 = 2004 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.987383 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): -6.583000 35.04800 ymin,ymax (A): -4.261000 48.62000 zmin,zma (A): -23.64900 30.09000 x,y,z range (A): 41.63100 52.88100 53.73900 scale (grids/A): 1.987383 object centre (A): 14.23250 22.17950 3.220500 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 1.000005 assigned positive charge : 294.4839 centred at (gu) : 93.19955 98.95266 90.74895 assigned negative charge : -293.4843 centred at (gu) : 93.54421 99.17551 90.55856 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 63861 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16986 grid for indexing accessible points = 1.400000 m= 25058 mr = 44468 m= 4796 mr = 19627 m= 384 mr = 3404 m= 11 mr = 217 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 2979 time to turn everything in is 0.3300000 number of dielectric boundary points 26395 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 106 iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 14777 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.6624612 object centre at (A) : 14.23250 22.17950 3.220500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6041364E-02 9.4910897E-03 midg,1,midg; midg,igrid,midg 3.0184573E-02 -6.7852293E-03 1,midg,midg; igrid,midg,midg 8.4388489E-03 -1.0545871E-02 gauss-seidel spectral radius is 0.9986672 estimated iterations to convergence 217 setup time was (sec) 0.5400000 now iterating at: 09:12:24 rms-change max change #iterations 3.934677 187.1722 at 10iterations 1.857133 69.12918 at 20iterations 0.8794014 30.40952 at 30iterations 0.4162336 15.58261 at 40iterations 0.1969596 6.658295 at 50iterations 9.2750564E-02 3.089285 at 60iterations 4.4038206E-02 1.481392 at 70iterations 2.0673886E-02 0.6782494 at 80iterations 9.7922822E-03 0.3308868 at 90iterations 4.6416586E-03 0.1524515 at 100iterations 2.1912896E-03 7.6110840E-02 at 110iterations 1.0353636E-03 3.3550262E-02 at 120iterations finished qdiffx linear iterations at : 09:12:32 total time elapsed so far: 8.440000 # loops : 120 mean,max change (kT/e) : 1.0353636E-03 3.3550262E-02 energy calculations done at 8.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.590000 DelPhi exited at 09:12:32 8.591u 0.204s 0:09.07 96.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 09:12:32 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 = 2004 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.981075 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): -6.583000 35.04800 ymin,ymax (A): -4.261000 48.62000 zmin,zma (A): -23.64900 30.09000 x,y,z range (A): 41.63100 52.88100 53.73900 scale (grids/A): 2.981075 object centre (A): 14.23250 22.17950 3.220500 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 1.000005 assigned positive charge : 294.4839 centred at (gu) : 94.79939 103.4291 91.12349 assigned negative charge : -293.4843 centred at (gu) : 95.31633 103.7634 90.83788 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 147136 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16986 grid for indexing accessible points = 1.400000 m= 78323 mr = 107012 m= 32273 mr = 65966 m= 8858 mr = 27411 m= 1614 mr = 7226 m= 157 mr = 1244 m= 2 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 10006 time to turn everything in is 0.8500000 number of dielectric boundary points 59432 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 14968 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.987383 object centre at (A) : 14.23250 22.17950 3.220500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.7597806 -4.4029374E-02 midg,1,midg; midg,igrid,midg 0.2770425 -0.1207603 1,midg,midg; igrid,midg,midg 3.0707236E-02 -7.4028894E-02 gauss-seidel spectral radius is 0.9992553 estimated iterations to convergence 289 setup time was (sec) 1.090000 now iterating at: 09:12:34 rms-change max change #iterations 9.012973 432.6492 at 10iterations 5.172430 136.4960 at 20iterations 2.960811 62.05637 at 30iterations 1.699419 36.88747 at 40iterations 0.9717378 21.99537 at 50iterations 0.5555148 10.29809 at 60iterations 0.3184914 6.723978 at 70iterations 0.1817476 3.381480 at 80iterations 0.1042566 1.859662 at 90iterations 5.9566639E-02 1.310532 at 100iterations 3.4128983E-02 0.6345263 at 110iterations 1.9494830E-02 0.3546467 at 120iterations 1.1181286E-02 0.2299042 at 130iterations 6.3931849E-03 0.1185532 at 140iterations 3.6655189E-03 6.9934845E-02 at 150iterations 2.0962420E-03 3.6584854E-02 at 160iterations 1.1988558E-03 2.1560669E-02 at 170iterations 6.8742933E-04 1.2414455E-02 at 180iterations finished qdiffx linear iterations at : 09:12:45 total time elapsed so far: 12.25000 # loops : 180 mean,max change (kT/e) : 6.8742933E-04 1.2414455E-02 energy calculations done at 12.25000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.38000 DelPhi exited at 09:12:45 12.381u 0.205s 0:12.84 97.9% 0+0k 0+0io 0pf+0w