Sat Oct 8 21:01:44 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 Sat Oct 8 2011 at 21:01: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2564 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 470 has a net charge of 1.4000 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: 0.6161621 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): -31.44500 17.39600 ymin,ymax (A): -23.29500 23.32600 zmin,zma (A): -12.50300 45.27400 x,y,z range (A): 48.84100 46.62100 57.77700 scale (grids/A): 0.6161621 object centre (A): -7.024500 1.5500069E-02 16.38550 number of atom coordinates read : 2564 total number of charged atoms : 2462 net assigned charge : 5.000009 assigned positive charge : 392.6760 centred at (gu) : 88.43449 89.02077 89.70899 assigned negative charge : -387.6765 centred at (gu) : 88.36111 89.07188 89.54224 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6347 nv = 96 ne = 84 npr = 52418 no. pairs analyzed = 52418 no. exposed pairs = 3043 no. arc points = 21818 no. surface atoms = 1020 nbur = 1544 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 342 mr = 3497 m= 3 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 34 time to turn everything in is 0.3100000 number of dielectric boundary points 3159 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2154 ## 222 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7974 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.8451169E-09 1.2493196E-08 midg,1,midg; midg,igrid,midg 8.2630427E-09 5.2389032E-10 1,midg,midg; igrid,midg,midg -1.1294545E-09 5.6506102E-09 gauss-seidel spectral radius is 0.9863547 estimated iterations to convergence 70 setup time was (sec) 0.5900000 now iterating at: 21:01:45 rms-change max change #iterations 0.1211148 19.66666 at 10iterations 1.1011560E-02 1.734882 at 20iterations 1.0159537E-03 0.1525459 at 30iterations 9.6668009E-05 1.4516830E-02 at 40iterations 9.5113546E-06 1.6040802E-03 at 50iterations finished qdiffx linear iterations at : 21:01:49 total time elapsed so far: 4.310000 # loops : 50 mean,max change (kT/e) : 9.5113546E-06 1.6040802E-03 energy calculations done at 4.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.480000 DelPhi exited at 21:01:49 4.487u 0.420s 0:05.18 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 Sat Oct 8 2011 at 21:01:49 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2564 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 470 has a net charge of 1.4000 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: 1.848486 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): -31.44500 17.39600 ymin,ymax (A): -23.29500 23.32600 zmin,zma (A): -12.50300 45.27400 x,y,z range (A): 48.84100 46.62100 57.77700 scale (grids/A): 1.848486 object centre (A): -7.024500 1.5500069E-02 16.38550 number of atom coordinates read : 2564 total number of charged atoms : 2462 net assigned charge : 5.000009 assigned positive charge : 392.6760 centred at (gu) : 85.30283 87.06210 89.12642 assigned negative charge : -387.6765 centred at (gu) : 85.08297 87.21570 88.62650 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 69729 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21818 grid for indexing accessible points = 1.400000 m= 23816 mr = 48577 m= 3252 mr = 17473 m= 131 mr = 1853 m= 2 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 2635 time to turn everything in is 0.5700000 number of dielectric boundary points 28998 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 185 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 19327 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.6161621 object centre at (A) : -7.024500 1.5500069E-02 16.38550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0708118E-02 3.0404665E-02 midg,1,midg; midg,igrid,midg 1.3113715E-02 1.3210641E-03 1,midg,midg; igrid,midg,midg 1.7099018E-03 2.8904403E-02 gauss-seidel spectral radius is 0.9985465 estimated iterations to convergence 208 setup time was (sec) 0.8800000 now iterating at: 21:01:51 rms-change max change #iterations 3.964451 209.5644 at 10iterations 1.805809 64.71349 at 20iterations 0.8220897 26.15819 at 30iterations 0.3765990 12.87053 at 40iterations 0.1723438 5.537886 at 50iterations 7.8892015E-02 2.625059 at 60iterations 3.6017638E-02 1.137573 at 70iterations 1.6529365E-02 0.5986853 at 80iterations 7.5419061E-03 0.2390633 at 90iterations 3.4349344E-03 0.1185303 at 100iterations 1.5797715E-03 5.5681229E-02 at 110iterations 7.2113489E-04 2.4999619E-02 at 120iterations finished qdiffx linear iterations at : 21:02:00 total time elapsed so far: 10.41000 # loops : 120 mean,max change (kT/e) : 7.2113489E-04 2.4999619E-02 energy calculations done at 10.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.56000 DelPhi exited at 21:02:01 10.568u 0.453s 0:11.27 97.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 Sat Oct 8 2011 at 21:02: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2564 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN4 470 has a net charge of 1.4000 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.772730 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): -31.44500 17.39600 ymin,ymax (A): -23.29500 23.32600 zmin,zma (A): -12.50300 45.27400 x,y,z range (A): 48.84100 46.62100 57.77700 scale (grids/A): 2.772730 object centre (A): -7.024500 1.5500069E-02 16.38550 number of atom coordinates read : 2564 total number of charged atoms : 2462 net assigned charge : 5.000009 assigned positive charge : 392.6760 centred at (gu) : 82.95412 85.59303 88.68955 assigned negative charge : -387.6765 centred at (gu) : 82.62441 85.82352 87.93954 start vw surface at 0.1100000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 161538 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21818 grid for indexing accessible points = 1.400000 m= 79245 mr = 117865 m= 26481 mr = 64883 m= 5728 mr = 21021 m= 621 mr = 4102 m= 27 mr = 334 m= 0 mr = 8 time to grow re-entrant surface = 0.8600000 no. cavity mid-points inaccessible to solvent = 8690 time to turn everything in is 1.430000 number of dielectric boundary points 65427 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 19694 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.848486 object centre at (A) : -7.024500 1.5500069E-02 16.38550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1256992 0.2947468 midg,1,midg; midg,igrid,midg 0.1430735 -2.6720585E-03 1,midg,midg; igrid,midg,midg 9.7556580E-03 0.3974839 gauss-seidel spectral radius is 0.9992288 estimated iterations to convergence 284 setup time was (sec) 1.740000 now iterating at: 21:02:03 rms-change max change #iterations 9.440592 283.1815 at 10iterations 5.430853 139.4406 at 20iterations 3.103237 83.34772 at 30iterations 1.771600 38.35337 at 40iterations 1.008423 23.70472 at 50iterations 0.5748039 11.06486 at 60iterations 0.3270162 6.761106 at 70iterations 0.1859586 3.864470 at 80iterations 0.1054657 2.068989 at 90iterations 5.9970137E-02 1.109102 at 100iterations 3.4070015E-02 0.6294470 at 110iterations 1.9340958E-02 0.4208965 at 120iterations 1.0981436E-02 0.2260303 at 130iterations 6.2516285E-03 0.1251640 at 140iterations 3.5388994E-03 7.3850632E-02 at 150iterations 2.0079678E-03 3.7452698E-02 at 160iterations 1.1456171E-03 2.3292542E-02 at 170iterations 6.5060967E-04 1.2275696E-02 at 180iterations finished qdiffx linear iterations at : 21:02:18 total time elapsed so far: 17.21000 # loops : 180 mean,max change (kT/e) : 6.5060967E-04 1.2275696E-02 energy calculations done at 17.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.38000 DelPhi exited at 21:02:19 17.388u 0.503s 0:18.17 98.4% 0+0k 0+0io 0pf+0w