Sun Oct 9 06:52:30 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+sph2.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 = amb2.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 06:52:31 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2002 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 188 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6696135 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): -40.85700 3.197000 ymin,ymax (A): -32.56600 12.60400 zmin,zma (A): -23.47200 29.69300 x,y,z range (A): 44.05400 45.17000 53.16500 scale (grids/A): 0.6696135 object centre (A): -18.83000 -9.980999 3.110499 number of atom coordinates read : 2002 total number of charged atoms : 1863 net assigned charge : -1.499988 assigned positive charge : 301.1479 centred at (gu) : 89.45663 88.79308 88.55808 assigned negative charge : -302.6481 centred at (gu) : 89.27077 88.60950 88.53006 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5912 nv = 96 ne = 84 npr = 42334 no. pairs analyzed = 42334 no. exposed pairs = 2505 no. arc points = 17608 no. surface atoms = 842 nbur = 1160 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 351 mr = 3209 m= 0 mr = 47 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.1700000 number of dielectric boundary points 3007 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1698 ## 151 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 7026 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2825087E-08 1.0018012E-09 midg,1,midg; midg,igrid,midg -5.2409238E-08 2.4238480E-08 1,midg,midg; igrid,midg,midg -4.6090474E-08 2.8229147E-08 gauss-seidel spectral radius is 0.9883822 estimated iterations to convergence 76 setup time was (sec) 0.3600000 now iterating at: 06:52:31 rms-change max change #iterations 0.1578159 27.03955 at 10iterations 1.7399359E-02 2.712017 at 20iterations 1.8540405E-03 0.2803879 at 30iterations 2.0538206E-04 3.1714082E-02 at 40iterations 2.2305883E-05 3.2119751E-03 at 50iterations finished qdiffx linear iterations at : 06:52:34 total time elapsed so far: 3.210000 # loops : 50 mean,max change (kT/e) : 2.2305883E-05 3.2119751E-03 energy calculations done at 3.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 06:52:34 3.344u 0.223s 0:03.87 91.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 06:52:34 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2002 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 188 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.008840 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): -40.85700 3.197000 ymin,ymax (A): -32.56600 12.60400 zmin,zma (A): -23.47200 29.69300 x,y,z range (A): 44.05400 45.17000 53.16500 scale (grids/A): 2.008840 object centre (A): -18.83000 -9.980999 3.110499 number of atom coordinates read : 2002 total number of charged atoms : 1863 net assigned charge : -1.499988 assigned positive charge : 301.1479 centred at (gu) : 88.36992 86.37939 85.67439 assigned negative charge : -302.6481 centred at (gu) : 87.81226 85.82858 85.59000 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 64222 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17608 grid for indexing accessible points = 1.400000 m= 22644 mr = 44195 m= 3764 mr = 16497 m= 266 mr = 2370 m= 6 mr = 109 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 583 time to turn everything in is 0.3200000 number of dielectric boundary points 27731 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 99 iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 14743 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.6696135 object centre at (A) : -18.83000 -9.980999 3.110499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.0772807E-02 2.8728252E-02 midg,1,midg; midg,igrid,midg -3.1819735E-02 1.1264527E-02 1,midg,midg; igrid,midg,midg -3.5151996E-02 2.5320342E-02 gauss-seidel spectral radius is 0.9987040 estimated iterations to convergence 220 setup time was (sec) 0.5400000 now iterating at: 06:52:35 rms-change max change #iterations 4.154083 224.0927 at 10iterations 1.977347 69.67546 at 20iterations 0.9431965 31.04774 at 30iterations 0.4486205 14.59583 at 40iterations 0.2143631 7.369553 at 50iterations 0.1023517 3.422020 at 60iterations 4.8902944E-02 1.712804 at 70iterations 2.3278803E-02 0.8024788 at 80iterations 1.1106205E-02 0.3660744 at 90iterations 5.2926028E-03 0.1816711 at 100iterations 2.5319734E-03 8.1553936E-02 at 110iterations 1.2070455E-03 4.0573120E-02 at 120iterations finished qdiffx linear iterations at : 06:52:43 total time elapsed so far: 7.620000 # loops : 120 mean,max change (kT/e) : 1.2070455E-03 4.0573120E-02 energy calculations done at 7.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.760000 DelPhi exited at 06:52:44 7.760u 0.995s 0:09.09 96.2% 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 06:52:44 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2002 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 188 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.013261 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): -40.85700 3.197000 ymin,ymax (A): -32.56600 12.60400 zmin,zma (A): -23.47200 29.69300 x,y,z range (A): 44.05400 45.17000 53.16500 scale (grids/A): 3.013261 object centre (A): -18.83000 -9.980999 3.110499 number of atom coordinates read : 2002 total number of charged atoms : 1863 net assigned charge : -1.499988 assigned positive charge : 301.1479 centred at (gu) : 87.55482 84.56896 83.51147 assigned negative charge : -302.6481 centred at (gu) : 86.71842 83.74292 83.38501 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 148489 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17608 grid for indexing accessible points = 1.400000 m= 73684 mr = 107114 m= 25939 mr = 59994 m= 6833 mr = 20678 m= 1151 mr = 5200 m= 79 mr = 744 m= 2 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 1885 time to turn everything in is 0.8800000 number of dielectric boundary points 62412 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9800000 number of grid points assigned charge 14900 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.008840 object centre at (A) : -18.83000 -9.980999 3.110499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4789382 0.8455483 midg,1,midg; midg,igrid,midg -0.2302710 0.1281549 1,midg,midg; igrid,midg,midg -0.3240272 0.2104849 gauss-seidel spectral radius is 0.9992603 estimated iterations to convergence 290 setup time was (sec) 1.140000 now iterating at: 06:52:45 rms-change max change #iterations 9.476066 447.2069 at 10iterations 5.428395 130.3849 at 20iterations 3.129056 64.49767 at 30iterations 1.799564 37.06767 at 40iterations 1.031207 20.75942 at 50iterations 0.5928235 12.53646 at 60iterations 0.3395163 6.371272 at 70iterations 0.1943814 3.745676 at 80iterations 0.1118019 2.083344 at 90iterations 6.4352430E-02 1.241953 at 100iterations 3.6801580E-02 0.7877865 at 110iterations 2.1062940E-02 0.4193535 at 120iterations 1.2101053E-02 0.2146568 at 130iterations 6.9180862E-03 0.1302948 at 140iterations 3.9839316E-03 7.4987411E-02 at 150iterations 2.2857380E-03 4.6962261E-02 at 160iterations 1.3105497E-03 2.7203560E-02 at 170iterations 7.5175072E-04 1.4533997E-02 at 180iterations finished qdiffx linear iterations at : 06:52:56 total time elapsed so far: 12.21000 # loops : 180 mean,max change (kT/e) : 7.5175072E-04 1.4533997E-02 energy calculations done at 12.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.34000 DelPhi exited at 06:52:56 12.344u 0.230s 0:12.92 97.2% 0+0k 0+0io 0pf+0w