Sun Oct 9 07:00: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 Sun Oct 9 2011 at 07:00: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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.6927149 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): -24.38700 26.44700 ymin,ymax (A): -47.52300 -2.861000 zmin,zma (A): -23.36800 28.02400 x,y,z range (A): 50.83400 44.66200 51.39200 scale (grids/A): 0.6927149 object centre (A): 1.030000 -25.19200 2.328000 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 89.02086 89.51433 89.08443 assigned negative charge : -302.1561 centred at (gu) : 88.95501 89.73505 89.02488 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6474 nv = 96 ne = 84 npr = 42728 no. pairs analyzed = 42728 no. exposed pairs = 2448 no. arc points = 17622 no. surface atoms = 825 nbur = 1176 mkacc time = 7.0000008E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 379 mr = 3579 m= 4 mr = 73 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 33 time to turn everything in is 0.1700000 number of dielectric boundary points 3205 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1638 ## 149 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 7384 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.2122529E-08 4.5434390E-09 midg,1,midg; midg,igrid,midg 6.5414760E-08 -8.3220606E-08 1,midg,midg; igrid,midg,midg -4.5326974E-08 6.2193961E-09 gauss-seidel spectral radius is 0.9891370 estimated iterations to convergence 78 setup time was (sec) 0.3700000 now iterating at: 07:00:14 rms-change max change #iterations 0.1892630 33.07788 at 10iterations 2.2030164E-02 3.143474 at 20iterations 2.5730291E-03 0.4091740 at 30iterations 3.0501888E-04 4.4092178E-02 at 40iterations 3.5548190E-05 5.7067871E-03 at 50iterations finished qdiffx linear iterations at : 07:00:17 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 3.5548190E-05 5.7067871E-03 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 07:00:17 3.519u 0.196s 0:03.98 92.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 Sun Oct 9 2011 at 07:00: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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.078145 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): -24.38700 26.44700 ymin,ymax (A): -47.52300 -2.861000 zmin,zma (A): -23.36800 28.02400 x,y,z range (A): 50.83400 44.66200 51.39200 scale (grids/A): 2.078145 object centre (A): 1.030000 -25.19200 2.328000 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 87.06250 88.54279 87.25323 assigned negative charge : -302.1561 centred at (gu) : 86.86520 89.20501 87.07472 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 69278 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17622 grid for indexing accessible points = 1.400000 m= 25555 mr = 48053 m= 4579 mr = 19191 m= 383 mr = 3068 m= 8 mr = 189 m= 0 mr = 2 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1511 time to turn everything in is 0.3400000 number of dielectric boundary points 29300 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 63 iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 14779 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.6927149 object centre at (A) : 1.030000 -25.19200 2.328000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8516830E-02 1.8932836E-02 midg,1,midg; midg,igrid,midg 6.8436921E-02 -4.5141749E-02 1,midg,midg; igrid,midg,midg -6.0306359E-02 -9.1947187E-03 gauss-seidel spectral radius is 0.9987831 estimated iterations to convergence 227 setup time was (sec) 0.5600000 now iterating at: 07:00:18 rms-change max change #iterations 4.456372 201.7836 at 10iterations 2.163819 71.84619 at 20iterations 1.054708 37.52625 at 30iterations 0.5179774 16.05459 at 40iterations 0.2515482 7.789710 at 50iterations 0.1228233 4.013115 at 60iterations 6.0100667E-02 1.917927 at 70iterations 2.9366143E-02 0.8783221 at 80iterations 1.4316742E-02 0.4702728 at 90iterations 6.9971392E-03 0.2581062 at 100iterations 3.4117955E-03 0.1030426 at 110iterations 1.6650691E-03 5.2917480E-02 at 120iterations finished qdiffx linear iterations at : 07:00:25 total time elapsed so far: 7.940000 # loops : 120 mean,max change (kT/e) : 1.6650691E-03 5.2917480E-02 energy calculations done at 7.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.070000 DelPhi exited at 07:00:26 8.072u 0.240s 0:08.62 96.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 Sun Oct 9 2011 at 07:00:26 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 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: 3.117217 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): -24.38700 26.44700 ymin,ymax (A): -47.52300 -2.861000 zmin,zma (A): -23.36800 28.02400 x,y,z range (A): 50.83400 44.66200 51.39200 scale (grids/A): 3.117217 object centre (A): 1.030000 -25.19200 2.328000 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 85.59367 87.81422 85.87988 assigned negative charge : -302.1561 centred at (gu) : 85.29785 88.80741 85.61203 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 159864 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17622 grid for indexing accessible points = 1.400000 m= 81527 mr = 115906 m= 30992 mr = 67430 m= 8605 mr = 25384 m= 1564 mr = 6666 m= 146 mr = 1164 m= 6 mr = 78 m= 0 mr = 2 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 5247 time to turn everything in is 1.060000 number of dielectric boundary points 66074 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 14892 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) : 2.078145 object centre at (A) : 1.030000 -25.19200 2.328000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5781007 0.5673622 midg,1,midg; midg,igrid,midg 0.7776514 -0.4887456 1,midg,midg; igrid,midg,midg -0.5168752 -1.7761871E-02 gauss-seidel spectral radius is 0.9992871 estimated iterations to convergence 296 setup time was (sec) 1.300000 now iterating at: 07:00:27 rms-change max change #iterations 9.892950 409.4893 at 10iterations 5.724762 112.5353 at 20iterations 3.315914 62.90902 at 30iterations 1.923572 41.85040 at 40iterations 1.115230 23.16103 at 50iterations 0.6467020 11.38702 at 60iterations 0.3739200 7.017792 at 70iterations 0.2167469 3.998016 at 80iterations 0.1257766 2.479574 at 90iterations 7.2783925E-02 1.304537 at 100iterations 4.2129986E-02 0.7884722 at 110iterations 2.4433412E-02 0.4197578 at 120iterations 1.4131579E-02 0.2574005 at 130iterations 8.1973094E-03 0.1407671 at 140iterations 4.7510583E-03 8.4139824E-02 at 150iterations 2.7479315E-03 5.1156044E-02 at 160iterations 1.5938622E-03 2.7428627E-02 at 170iterations 9.2291698E-04 1.7681122E-02 at 180iterations finished qdiffx linear iterations at : 07:00:39 total time elapsed so far: 13.08000 # loops : 180 mean,max change (kT/e) : 9.2291698E-04 1.7681122E-02 energy calculations done at 13.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.21000 DelPhi exited at 07:00:39 13.210u 0.234s 0:13.70 98.1% 0+0k 0+0io 0pf+0w