Tue Oct 11 06:57:16 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 Tue Oct 11 2011 at 06:57:16 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3129 !!! WARNING: UMP 317 has a net charge of -0.1000 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.5561023 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): -20.02500 43.99200 ymin,ymax (A): 19.28800 78.87900 zmin,zma (A): -69.69700 -21.15200 x,y,z range (A): 64.01700 59.59100 48.54500 scale (grids/A): 0.5561023 object centre (A): 11.98350 49.08350 -45.42450 number of atom coordinates read : 3129 total number of charged atoms : 2985 net assigned charge : -1.099983 assigned positive charge : 460.1723 centred at (gu) : 90.09595 89.57736 90.02406 assigned negative charge : -461.2729 centred at (gu) : 90.10632 89.77827 90.03687 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6278 nv = 96 ne = 84 npr = 64468 no. pairs analyzed = 64468 no. exposed pairs = 3992 no. arc points = 28044 no. surface atoms = 1351 nbur = 1778 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.540000 m= 268 mr = 3251 m= 3 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 3280 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2801 ## 337 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8131 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.9569573E-11 -2.3811653E-10 midg,1,midg; midg,igrid,midg 2.0588755E-09 -1.9552220E-09 1,midg,midg; igrid,midg,midg -4.6719781E-12 -2.1721736E-10 gauss-seidel spectral radius is 0.9833360 estimated iterations to convergence 64 setup time was (sec) 0.4100000 now iterating at: 06:57:17 rms-change max change #iterations 7.9893909E-02 12.86760 at 10iterations 5.8874479E-03 0.9137278 at 20iterations 6.0889043E-04 0.1015167 at 30iterations 1.0810464E-04 2.2737503E-02 at 40iterations 2.4556963E-05 5.2986145E-03 at 50iterations finished qdiffx linear iterations at : 06:57:20 total time elapsed so far: 3.270000 # loops : 50 mean,max change (kT/e) : 2.4556963E-05 5.2986145E-03 energy calculations done at 3.270000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.400000 DelPhi exited at 06:57:20 3.407u 0.173s 0:04.12 86.6% 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 Tue Oct 11 2011 at 06:57:20 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3129 !!! WARNING: UMP 317 has a net charge of -0.1000 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.668307 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): -20.02500 43.99200 ymin,ymax (A): 19.28800 78.87900 zmin,zma (A): -69.69700 -21.15200 x,y,z range (A): 64.01700 59.59100 48.54500 scale (grids/A): 1.668307 object centre (A): 11.98350 49.08350 -45.42450 number of atom coordinates read : 3129 total number of charged atoms : 2985 net assigned charge : -1.099983 assigned positive charge : 460.1723 centred at (gu) : 90.28730 88.73128 90.07134 assigned negative charge : -461.2729 centred at (gu) : 90.31844 89.33427 90.11024 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 68611 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28044 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23783 mr = 46221 m= 3040 mr = 17110 m= 92 mr = 1694 m= 2 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 100 time to turn everything in is 0.3600000 number of dielectric boundary points 30498 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 287 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 22985 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.5561023 object centre at (A) : 11.98350 49.08350 -45.42450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.6880969E-03 1.1565513E-02 midg,1,midg; midg,igrid,midg -2.2156487E-04 -1.6393105E-02 1,midg,midg; igrid,midg,midg 5.0956928E-03 -1.2555060E-02 gauss-seidel spectral radius is 0.9982846 estimated iterations to convergence 192 setup time was (sec) 0.5700000 now iterating at: 06:57:21 rms-change max change #iterations 3.546269 175.1037 at 10iterations 1.519405 66.95441 at 20iterations 0.6473548 21.96190 at 30iterations 0.2770254 9.995821 at 40iterations 0.1185585 4.298132 at 50iterations 5.0615057E-02 1.667433 at 60iterations 2.1604462E-02 0.7388821 at 70iterations 9.3283905E-03 0.3106422 at 80iterations 4.0025380E-03 0.1361351 at 90iterations 1.7317274E-03 6.5208435E-02 at 100iterations 7.5763708E-04 2.5604248E-02 at 110iterations 3.3912130E-04 1.3061523E-02 at 120iterations finished qdiffx linear iterations at : 06:57:28 total time elapsed so far: 7.590000 # loops : 120 mean,max change (kT/e) : 3.3912130E-04 1.3061523E-02 energy calculations done at 7.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.720000 DelPhi exited at 06:57:29 7.725u 0.194s 0:08.37 94.5% 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 Tue Oct 11 2011 at 06:57:29 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3129 !!! WARNING: UMP 317 has a net charge of -0.1000 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.502460 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): -20.02500 43.99200 ymin,ymax (A): 19.28800 78.87900 zmin,zma (A): -69.69700 -21.15200 x,y,z range (A): 64.01700 59.59100 48.54500 scale (grids/A): 2.502460 object centre (A): 11.98350 49.08350 -45.42450 number of atom coordinates read : 3129 total number of charged atoms : 2985 net assigned charge : -1.099983 assigned positive charge : 460.1723 centred at (gu) : 90.43082 88.09681 90.10707 assigned negative charge : -461.2729 centred at (gu) : 90.47752 89.00123 90.16534 start vw surface at 0.1000000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 158898 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28044 grid for indexing accessible points = 1.400000 m= 78199 mr = 112827 m= 26627 mr = 62780 m= 5023 mr = 20866 m= 353 mr = 3525 m= 6 mr = 136 m= 0 mr = 0 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 346 time to turn everything in is 0.8700000 number of dielectric boundary points 68972 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 23858 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.668307 object centre at (A) : 11.98350 49.08350 -45.42450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.7812968E-02 0.2106774 midg,1,midg; midg,igrid,midg -1.2510533E-02 -0.1788995 1,midg,midg; igrid,midg,midg 1.4775857E-02 -0.1711219 gauss-seidel spectral radius is 0.9991748 estimated iterations to convergence 275 setup time was (sec) 1.110000 now iterating at: 06:57:30 rms-change max change #iterations 9.169355 297.1360 at 10iterations 5.251929 124.2984 at 20iterations 2.985906 63.99136 at 30iterations 1.689552 40.76871 at 40iterations 0.9521024 23.61982 at 50iterations 0.5345191 14.02428 at 60iterations 0.2994577 6.287479 at 70iterations 0.1677223 3.246184 at 80iterations 9.3584158E-02 2.199152 at 90iterations 5.2437488E-02 1.115200 at 100iterations 2.9208293E-02 0.5791006 at 110iterations 1.6349344E-02 0.3766479 at 120iterations 9.0904748E-03 0.1942666 at 130iterations 5.0734482E-03 0.1141220 at 140iterations 2.8314169E-03 5.8755875E-02 at 150iterations 1.5845888E-03 3.2043457E-02 at 160iterations 8.8984804E-04 1.7932892E-02 at 170iterations 5.0109398E-04 1.1331558E-02 at 180iterations finished qdiffx linear iterations at : 06:57:41 total time elapsed so far: 12.37000 # loops : 180 mean,max change (kT/e) : 5.0109398E-04 1.1331558E-02 energy calculations done at 12.37000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.50000 DelPhi exited at 06:57:42 12.505u 0.207s 0:13.04 97.3% 0+0k 0+0io 0pf+0w