Sat Oct 8 11:35:31 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 11:35: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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4211 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5239686 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): -2.302000 65.64100 ymin,ymax (A): -11.40500 37.95600 zmin,zma (A): -21.62300 44.26600 x,y,z range (A): 67.94300 49.36100 65.88900 scale (grids/A): 0.5239686 object centre (A): 31.66950 13.27550 11.32150 number of atom coordinates read : 4211 total number of charged atoms : 4047 net assigned charge : -8.499953 assigned positive charge : 629.2137 centred at (gu) : 88.00220 90.24015 90.85443 assigned negative charge : -637.7165 centred at (gu) : 88.04614 90.32575 90.90268 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 6630 nv = 96 ne = 84 npr = 93744 no. pairs analyzed = 93744 no. exposed pairs = 4396 no. arc points = 29972 no. surface atoms = 1491 nbur = 2720 mkacc time = 0.2200000 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.624000 m= 198 mr = 3705 m= 0 mr = 5 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 87 time to turn everything in is 0.4500000 number of dielectric boundary points 3118 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3000 ## 426 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 9306 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9996267E-11 -5.1142862E-10 midg,1,midg; midg,igrid,midg 1.1656134E-10 -5.9946165E-10 1,midg,midg; igrid,midg,midg -5.9222016E-11 -2.3765415E-10 gauss-seidel spectral radius is 0.9813036 estimated iterations to convergence 60 setup time was (sec) 0.6900000 now iterating at: 11:35:31 rms-change max change #iterations 7.1960360E-02 10.07024 at 10iterations 4.4711526E-03 0.7031002 at 20iterations 3.2604006E-04 5.1109552E-02 at 30iterations 3.7595404E-05 7.2836876E-03 at 40iterations 6.0727543E-06 1.2938976E-03 at 50iterations finished qdiffx linear iterations at : 11:35:34 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 6.0727543E-06 1.2938976E-03 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 11:35:35 3.520u 0.142s 0:03.96 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 Sat Oct 8 2011 at 11:35:35 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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4211 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.571906 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): -2.302000 65.64100 ymin,ymax (A): -11.40500 37.95600 zmin,zma (A): -21.62300 44.26600 x,y,z range (A): 67.94300 49.36100 65.88900 scale (grids/A): 1.571906 object centre (A): 31.66950 13.27550 11.32150 number of atom coordinates read : 4211 total number of charged atoms : 4047 net assigned charge : -8.499953 assigned positive charge : 629.2137 centred at (gu) : 84.00532 90.71928 92.56214 assigned negative charge : -637.7165 centred at (gu) : 84.13807 90.97694 92.70778 start vw surface at 0.2000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 76522 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29972 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20324 mr = 54941 m= 1786 mr = 13767 m= 40 mr = 815 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 5432 time to turn everything in is 0.5700000 number of dielectric boundary points 29149 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 376 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 30621 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.5239686 object centre at (A) : 31.66950 13.27550 11.32150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.5235137E-03 -1.6175935E-02 midg,1,midg; midg,igrid,midg -3.3043050E-03 -1.1934057E-02 1,midg,midg; igrid,midg,midg 1.4131498E-02 -7.9104761E-03 gauss-seidel spectral radius is 0.9981214 estimated iterations to convergence 183 setup time was (sec) 0.8500000 now iterating at: 11:35:36 rms-change max change #iterations 3.721921 164.8335 at 10iterations 1.521898 49.10703 at 20iterations 0.6292471 20.60428 at 30iterations 0.2581845 8.560349 at 40iterations 0.1065124 3.517163 at 50iterations 4.3959744E-02 1.415980 at 60iterations 1.8113051E-02 0.6069165 at 70iterations 7.4637267E-03 0.2682610 at 80iterations 3.0840598E-03 0.1032333 at 90iterations 1.2686134E-03 4.1038513E-02 at 100iterations 5.2579836E-04 1.7004013E-02 at 110iterations 2.1689650E-04 7.1887970E-03 at 120iterations finished qdiffx linear iterations at : 11:35:42 total time elapsed so far: 7.360000 # loops : 120 mean,max change (kT/e) : 2.1689650E-04 7.1887970E-03 energy calculations done at 7.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.550000 DelPhi exited at 11:35:43 7.548u 0.160s 0:08.22 93.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 11:35:43 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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4211 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.357859 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): -2.302000 65.64100 ymin,ymax (A): -11.40500 37.95600 zmin,zma (A): -21.62300 44.26600 x,y,z range (A): 67.94300 49.36100 65.88900 scale (grids/A): 2.357859 object centre (A): 31.66950 13.27550 11.32150 number of atom coordinates read : 4211 total number of charged atoms : 4047 net assigned charge : -8.499953 assigned positive charge : 629.2137 centred at (gu) : 81.00765 91.07873 93.84296 assigned negative charge : -637.7165 centred at (gu) : 81.20694 91.46523 94.06158 start vw surface at 0.1800000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 179317 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29972 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 74798 mr = 134823 m= 18330 mr = 59237 m= 2569 mr = 13607 m= 141 mr = 1569 m= 4 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 0.7100000 no. cavity mid-points inaccessible to solvent = 17966 time to turn everything in is 1.300000 number of dielectric boundary points 65869 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 33 iepsmp to db, and charging done at 1.420000 number of grid points assigned charge 32325 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.571906 object centre at (A) : 31.66950 13.27550 11.32150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2611266 -0.2858269 midg,1,midg; midg,igrid,midg -7.1723551E-02 -0.1841606 1,midg,midg; igrid,midg,midg 0.5682948 -0.3897824 gauss-seidel spectral radius is 0.9991310 estimated iterations to convergence 268 setup time was (sec) 1.590000 now iterating at: 11:35:45 rms-change max change #iterations 9.676717 292.2017 at 10iterations 5.372883 136.6394 at 20iterations 2.971314 58.64314 at 30iterations 1.645568 34.10963 at 40iterations 0.9059452 18.11037 at 50iterations 0.4974051 10.09311 at 60iterations 0.2740360 5.616240 at 70iterations 0.1505377 2.721629 at 80iterations 8.2666494E-02 1.622679 at 90iterations 4.5537870E-02 0.8535404 at 100iterations 2.4968158E-02 0.4545403 at 110iterations 1.3726835E-02 0.2713428 at 120iterations 7.5193732E-03 0.1391253 at 130iterations 4.1213538E-03 7.7480316E-02 at 140iterations 2.2625297E-03 4.0016174E-02 at 150iterations 1.2406086E-03 2.2978783E-02 at 160iterations 6.8197824E-04 1.3984680E-02 at 170iterations 3.7314100E-04 7.5569153E-03 at 180iterations finished qdiffx linear iterations at : 11:35:55 total time elapsed so far: 11.80000 # loops : 180 mean,max change (kT/e) : 3.7314100E-04 7.5569153E-03 energy calculations done at 11.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.98000 DelPhi exited at 11:35:55 11.986u 0.183s 0:12.49 97.3% 0+0k 0+0io 0pf+0w