Sun Oct 9 06:51:48 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 06:51:48 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 = 2003 !!! 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: 0.6674165 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.95700 1.867000 ymin,ymax (A): -12.74000 33.41200 zmin,zma (A): -55.89800 -2.558000 x,y,z range (A): 42.82400 46.15200 53.34000 scale (grids/A): 0.6674165 object centre (A): -19.54500 10.33600 -29.22800 number of atom coordinates read : 2003 total number of charged atoms : 1864 net assigned charge : -1.499988 assigned positive charge : 298.2360 centred at (gu) : 89.89248 90.97028 91.48411 assigned negative charge : -299.7361 centred at (gu) : 89.71928 91.14997 91.52966 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6028 nv = 96 ne = 84 npr = 42354 no. pairs analyzed = 42354 no. exposed pairs = 2449 no. arc points = 17491 no. surface atoms = 832 nbur = 1171 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 307 mr = 3300 m= 4 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 92 time to turn everything in is 0.1800000 number of dielectric boundary points 3001 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1738 ## 165 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 6996 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.0952938E-09 -1.6936086E-08 midg,1,midg; midg,igrid,midg 2.3118968E-08 -4.6204395E-08 1,midg,midg; igrid,midg,midg -3.7267114E-08 2.6602342E-08 gauss-seidel spectral radius is 0.9883080 estimated iterations to convergence 75 setup time was (sec) 0.3700000 now iterating at: 06:51:48 rms-change max change #iterations 0.1534456 24.41683 at 10iterations 1.6772965E-02 2.633965 at 20iterations 1.8006713E-03 0.2792416 at 30iterations 1.9508481E-04 3.3826828E-02 at 40iterations 2.1306343E-05 3.0784607E-03 at 50iterations finished qdiffx linear iterations at : 06:51:51 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 2.1306343E-05 3.0784607E-03 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 06:51:52 3.507u 0.194s 0:03.99 92.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 06:51:52 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 = 2003 !!! 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.002249 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.95700 1.867000 ymin,ymax (A): -12.74000 33.41200 zmin,zma (A): -55.89800 -2.558000 x,y,z range (A): 42.82400 46.15200 53.34000 scale (grids/A): 2.002249 object centre (A): -19.54500 10.33600 -29.22800 number of atom coordinates read : 2003 total number of charged atoms : 1864 net assigned charge : -1.499988 assigned positive charge : 298.2360 centred at (gu) : 89.67764 92.91080 94.45250 assigned negative charge : -299.7361 centred at (gu) : 89.15794 93.44989 94.58912 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 64199 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17491 grid for indexing accessible points = 1.400000 m= 22882 mr = 44288 m= 4000 mr = 16960 m= 253 mr = 2640 m= 6 mr = 104 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 3566 time to turn everything in is 0.3300000 number of dielectric boundary points 27348 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 102 iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 14761 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.6674165 object centre at (A) : -19.54500 10.33600 -29.22800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.7529461E-02 -4.7370400E-02 midg,1,midg; midg,igrid,midg 1.7021177E-02 -3.2852937E-02 1,midg,midg; igrid,midg,midg -2.5625328E-02 2.0047879E-02 gauss-seidel spectral radius is 0.9986979 estimated iterations to convergence 220 setup time was (sec) 0.5600000 now iterating at: 06:51:53 rms-change max change #iterations 4.119753 201.3475 at 10iterations 1.957478 82.02113 at 20iterations 0.9302853 31.50900 at 30iterations 0.4419505 15.94339 at 40iterations 0.2106535 6.810726 at 50iterations 0.1005085 3.333074 at 60iterations 4.8014045E-02 1.501438 at 70iterations 2.2801690E-02 0.7533894 at 80iterations 1.0861988E-02 0.3972569 at 90iterations 5.1727020E-03 0.1804450 at 100iterations 2.4612041E-03 8.3652496E-02 at 110iterations 1.1773950E-03 4.1088104E-02 at 120iterations finished qdiffx linear iterations at : 06:52:00 total time elapsed so far: 7.970000 # loops : 120 mean,max change (kT/e) : 1.1773950E-03 4.1088104E-02 energy calculations done at 7.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.110000 DelPhi exited at 06:52:00 8.108u 0.210s 0:08.60 96.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 Sun Oct 9 2011 at 06:52: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2003 !!! 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: 3.003374 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.95700 1.867000 ymin,ymax (A): -12.74000 33.41200 zmin,zma (A): -55.89800 -2.558000 x,y,z range (A): 42.82400 46.15200 53.34000 scale (grids/A): 3.003374 object centre (A): -19.54500 10.33600 -29.22800 number of atom coordinates read : 2003 total number of charged atoms : 1864 net assigned charge : -1.499988 assigned positive charge : 298.2360 centred at (gu) : 89.51630 94.36627 96.67878 assigned negative charge : -299.7361 centred at (gu) : 88.73683 95.17487 96.88377 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 148328 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17491 grid for indexing accessible points = 1.400000 m= 74184 mr = 106956 m= 26813 mr = 60943 m= 7289 mr = 21679 m= 1311 mr = 5676 m= 95 mr = 933 m= 1 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 11975 time to turn everything in is 0.8500000 number of dielectric boundary points 61779 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9400000 number of grid points assigned charge 14912 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.002249 object centre at (A) : -19.54500 10.33600 -29.22800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.8650607 -0.5120450 midg,1,midg; midg,igrid,midg 0.1936156 -0.2396637 1,midg,midg; igrid,midg,midg -0.2178980 0.1786629 gauss-seidel spectral radius is 0.9992595 estimated iterations to convergence 290 setup time was (sec) 1.100000 now iterating at: 06:52:02 rms-change max change #iterations 9.353803 431.7570 at 10iterations 5.364002 118.4277 at 20iterations 3.083444 57.58884 at 30iterations 1.772340 33.99340 at 40iterations 1.012358 18.22892 at 50iterations 0.5829772 11.21319 at 60iterations 0.3332369 6.469868 at 70iterations 0.1909269 3.708430 at 80iterations 0.1097361 2.161370 at 90iterations 6.2848136E-02 1.227412 at 100iterations 3.6083072E-02 0.7114296 at 110iterations 2.0645883E-02 0.3887272 at 120iterations 1.1845480E-02 0.2226067 at 130iterations 6.7953034E-03 0.1268060 at 140iterations 3.8916618E-03 7.9045773E-02 at 150iterations 2.2347863E-03 4.2079926E-02 at 160iterations 1.2826695E-03 2.4307251E-02 at 170iterations 7.3795166E-04 1.3982773E-02 at 180iterations finished qdiffx linear iterations at : 06:52:14 total time elapsed so far: 12.86000 # loops : 180 mean,max change (kT/e) : 7.3795166E-04 1.3982773E-02 energy calculations done at 12.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.99000 DelPhi exited at 06:52:14 12.993u 0.254s 0:13.79 96.0% 0+0k 0+0io 0pf+0w