Sat Oct 15 11:26:27 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 Sat Oct 15 2011 at 11:26:27 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 = 3259 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.5582825 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): -14.07400 42.38000 ymin,ymax (A): -38.48600 25.28100 zmin,zma (A): -15.66400 34.00700 x,y,z range (A): 56.45400 63.76700 49.67100 scale (grids/A): 0.5582825 object centre (A): 14.15300 -6.602500 9.171500 number of atom coordinates read : 3259 total number of charged atoms : 3115 net assigned charge : -1.999988 assigned positive charge : 487.0318 centred at (gu) : 91.01448 91.78755 90.30525 assigned negative charge : -489.0330 centred at (gu) : 90.98742 91.76484 90.27175 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6547 nv = 96 ne = 84 npr = 67605 no. pairs analyzed = 67605 no. exposed pairs = 3886 no. arc points = 27479 no. surface atoms = 1313 nbur = 1946 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= 267 mr = 3597 m= 0 mr = 13 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 3204 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2726 ## 322 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 8478 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.5011562E-10 1.8643175E-10 midg,1,midg; midg,igrid,midg -3.0544983E-10 8.4527836E-11 1,midg,midg; igrid,midg,midg -4.0599132E-10 1.3072347E-10 gauss-seidel spectral radius is 0.9834661 estimated iterations to convergence 64 setup time was (sec) 0.4500000 now iterating at: 11:26:28 rms-change max change #iterations 8.6134538E-02 15.15045 at 10iterations 6.1660358E-03 1.035467 at 20iterations 5.0792366E-04 7.9677582E-02 at 30iterations 6.8482623E-05 9.6211433E-03 at 40iterations 1.5074704E-05 2.2287369E-03 at 50iterations finished qdiffx linear iterations at : 11:26:31 total time elapsed so far: 3.810000 # loops : 50 mean,max change (kT/e) : 1.5074704E-05 2.2287369E-03 energy calculations done at 3.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.940000 DelPhi exited at 11:26:32 3.945u 0.309s 0:04.76 89.0% 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 15 2011 at 11:26:32 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 = 3259 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.674847 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): -14.07400 42.38000 ymin,ymax (A): -38.48600 25.28100 zmin,zma (A): -15.66400 34.00700 x,y,z range (A): 56.45400 63.76700 49.67100 scale (grids/A): 1.674847 object centre (A): 14.15300 -6.602500 9.171500 number of atom coordinates read : 3259 total number of charged atoms : 3115 net assigned charge : -1.999988 assigned positive charge : 487.0318 centred at (gu) : 93.04270 95.36162 90.91504 assigned negative charge : -489.0330 centred at (gu) : 92.96189 95.29426 90.81478 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 72252 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27479 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23378 mr = 50610 m= 2496 mr = 16668 m= 79 mr = 1194 m= 2 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 930 time to turn everything in is 0.3700000 number of dielectric boundary points 29730 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 298 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 24008 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.5582825 object centre at (A) : 14.15300 -6.602500 9.171500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.5791742E-03 4.2019030E-03 midg,1,midg; midg,igrid,midg 5.2180146E-03 9.8551891E-04 1,midg,midg; igrid,midg,midg -4.7163595E-03 -1.1476943E-03 gauss-seidel spectral radius is 0.9982935 estimated iterations to convergence 192 setup time was (sec) 0.6600000 now iterating at: 11:26:33 rms-change max change #iterations 3.684272 168.1592 at 10iterations 1.571318 57.53708 at 20iterations 0.6760634 25.18410 at 30iterations 0.2893551 9.861382 at 40iterations 0.1241589 4.776619 at 50iterations 5.3133342E-02 1.848694 at 60iterations 2.2849884E-02 0.8334904 at 70iterations 9.8130405E-03 0.3589780 at 80iterations 4.2095459E-03 0.1511841 at 90iterations 1.8166275E-03 6.7328215E-02 at 100iterations 7.8282366E-04 2.6357651E-02 at 110iterations 3.4052221E-04 1.1922836E-02 at 120iterations finished qdiffx linear iterations at : 11:26:43 total time elapsed so far: 10.13000 # loops : 120 mean,max change (kT/e) : 3.4052221E-04 1.1922836E-02 energy calculations done at 10.13000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.27000 DelPhi exited at 11:26:43 10.269u 0.366s 0:11.23 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 15 2011 at 11:26: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3259 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: 2.512271 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): -14.07400 42.38000 ymin,ymax (A): -38.48600 25.28100 zmin,zma (A): -15.66400 34.00700 x,y,z range (A): 56.45400 63.76700 49.67100 scale (grids/A): 2.512271 object centre (A): 14.15300 -6.602500 9.171500 number of atom coordinates read : 3259 total number of charged atoms : 3115 net assigned charge : -1.999988 assigned positive charge : 487.0318 centred at (gu) : 94.56374 98.04217 91.37225 assigned negative charge : -489.0330 centred at (gu) : 94.44270 97.94112 91.22217 start vw surface at 0.1000000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 167885 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27479 grid for indexing accessible points = 1.400000 m= 80270 mr = 123206 m= 23630 mr = 65053 m= 3953 mr = 18101 m= 314 mr = 2526 m= 6 mr = 111 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 3102 time to turn everything in is 1.060000 number of dielectric boundary points 67061 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 1.230000 number of grid points assigned charge 24902 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.674847 object centre at (A) : 14.15300 -6.602500 9.171500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1498051 7.9662628E-02 midg,1,midg; midg,igrid,midg 5.6462772E-02 -1.3589088E-02 1,midg,midg; igrid,midg,midg -2.0441478E-02 4.6147923E-03 gauss-seidel spectral radius is 0.9991726 estimated iterations to convergence 275 setup time was (sec) 1.450000 now iterating at: 11:26:45 rms-change max change #iterations 9.321328 336.7090 at 10iterations 5.256690 131.6875 at 20iterations 2.960945 62.84392 at 30iterations 1.661375 31.86192 at 40iterations 0.9313011 19.18494 at 50iterations 0.5200858 9.743762 at 60iterations 0.2901780 6.681604 at 70iterations 0.1617474 3.185596 at 80iterations 9.0443328E-02 1.774534 at 90iterations 5.0258297E-02 1.051025 at 100iterations 2.8045382E-02 0.5171242 at 110iterations 1.5639897E-02 0.3043380 at 120iterations 8.7171821E-03 0.1693249 at 130iterations 4.8527420E-03 8.7716579E-02 at 140iterations 2.7058856E-03 5.1753998E-02 at 150iterations 1.5139071E-03 2.9232025E-02 at 160iterations 8.5024157E-04 1.6966164E-02 at 170iterations 4.7834349E-04 9.3545914E-03 at 180iterations finished qdiffx linear iterations at : 11:27:01 total time elapsed so far: 17.04000 # loops : 180 mean,max change (kT/e) : 4.7834349E-04 9.3545914E-03 energy calculations done at 17.04000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.19000 DelPhi exited at 11:27:02 17.189u 0.400s 0:18.19 96.6% 0+0k 0+0io 0pf+0w