Sun Oct 9 11:29: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 Sun Oct 9 2011 at 11:29: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2925 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5874684 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): -18.22300 42.37600 ymin,ymax (A): -26.49500 22.68600 zmin,zma (A): -28.68800 27.04600 x,y,z range (A): 60.59900 49.18100 55.73400 scale (grids/A): 0.5874684 object centre (A): 12.07650 -1.904501 -0.8210001 number of atom coordinates read : 2925 total number of charged atoms : 2845 net assigned charge : 2.956020 assigned positive charge : 435.1089 centred at (gu) : 88.46464 90.59956 91.86045 assigned negative charge : -432.1548 centred at (gu) : 88.46763 90.57481 91.77764 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6859 nv = 96 ne = 84 npr = 56765 no. pairs analyzed = 56765 no. exposed pairs = 4070 no. arc points = 28447 no. surface atoms = 1357 nbur = 1568 mkacc time = 0.2300000 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.456000 m= 333 mr = 3425 m= 3 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 3748 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2825 ## 267 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 8695 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.5594044E-10 4.6498543E-09 midg,1,midg; midg,igrid,midg 9.4487224E-11 1.6602659E-09 1,midg,midg; igrid,midg,midg 1.2143481E-09 4.9638610E-10 gauss-seidel spectral radius is 0.9850499 estimated iterations to convergence 67 setup time was (sec) 0.7900000 now iterating at: 11:29:33 rms-change max change #iterations 0.1018841 18.33322 at 10iterations 8.3080707E-03 1.279402 at 20iterations 8.0283702E-04 0.1218033 at 30iterations 1.3406480E-04 2.3302078E-02 at 40iterations 3.1840420E-05 5.7182312E-03 at 50iterations finished qdiffx linear iterations at : 11:29:36 total time elapsed so far: 4.410000 # loops : 50 mean,max change (kT/e) : 3.1840420E-05 5.7182312E-03 energy calculations done at 4.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.630000 DelPhi exited at 11:29:37 4.631u 0.410s 0:05.40 93.3% 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 11:29:37 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2925 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.762405 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): -18.22300 42.37600 ymin,ymax (A): -26.49500 22.68600 zmin,zma (A): -28.68800 27.04600 x,y,z range (A): 60.59900 49.18100 55.73400 scale (grids/A): 1.762405 object centre (A): 12.07650 -1.904501 -0.8210001 number of atom coordinates read : 2925 total number of charged atoms : 2845 net assigned charge : 2.956020 assigned positive charge : 435.1089 centred at (gu) : 85.39304 91.79789 95.58026 assigned negative charge : -432.1548 centred at (gu) : 85.40277 91.72425 95.33273 start vw surface at 0.1800000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 75025 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28447 grid for indexing accessible points = 1.400000 m= 25048 mr = 49568 m= 3708 mr = 17203 m= 158 mr = 2178 m= 0 mr = 26 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 246 time to turn everything in is 0.7700000 number of dielectric boundary points 34964 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 229 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 22160 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.5874684 object centre at (A) : 12.07650 -1.904501 -0.8210001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1955420E-02 1.2182144E-02 midg,1,midg; midg,igrid,midg 1.1043815E-02 2.1448480E-02 1,midg,midg; igrid,midg,midg 3.1832925E-03 -3.8505064E-03 gauss-seidel spectral radius is 0.9984644 estimated iterations to convergence 202 setup time was (sec) 1.100000 now iterating at: 11:29:38 rms-change max change #iterations 3.819992 160.2202 at 10iterations 1.701730 57.82195 at 20iterations 0.7581612 23.98715 at 30iterations 0.3388280 11.53247 at 40iterations 0.1509481 6.396757 at 50iterations 6.7610614E-02 2.335208 at 60iterations 3.0209124E-02 0.9643936 at 70iterations 1.3498252E-02 0.4611874 at 80iterations 6.0600871E-03 0.2071266 at 90iterations 2.7348332E-03 8.5939407E-02 at 100iterations 1.2339690E-03 4.6066284E-02 at 110iterations 5.6395255E-04 1.9104004E-02 at 120iterations finished qdiffx linear iterations at : 11:29:48 total time elapsed so far: 10.69000 # loops : 120 mean,max change (kT/e) : 5.6395255E-04 1.9104004E-02 energy calculations done at 10.69000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.91000 DelPhi exited at 11:29:49 10.912u 0.443s 0:11.65 97.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 11:29: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2925 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.643608 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): -18.22300 42.37600 ymin,ymax (A): -26.49500 22.68600 zmin,zma (A): -28.68800 27.04600 x,y,z range (A): 60.59900 49.18100 55.73400 scale (grids/A): 2.643608 object centre (A): 12.07650 -1.904501 -0.8210001 number of atom coordinates read : 2925 total number of charged atoms : 2845 net assigned charge : 2.956020 assigned positive charge : 435.1089 centred at (gu) : 83.08948 92.69662 98.37015 assigned negative charge : -432.1548 centred at (gu) : 83.10409 92.58630 97.99909 start vw surface at 0.1600000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 173499 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28447 grid for indexing accessible points = 1.400000 m= 82018 mr = 121526 m= 28026 mr = 63984 m= 6515 mr = 21413 m= 835 mr = 4736 m= 18 mr = 490 m= 0 mr = 2 time to grow re-entrant surface = 1.190000 no. cavity mid-points inaccessible to solvent = 881 time to turn everything in is 1.940000 number of dielectric boundary points 78760 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 2.100000 number of grid points assigned charge 22744 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.762405 object centre at (A) : 12.07650 -1.904501 -0.8210001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1274009 0.1458372 midg,1,midg; midg,igrid,midg 0.1786195 0.2990525 1,midg,midg; igrid,midg,midg 4.3930523E-02 2.8764416E-02 gauss-seidel spectral radius is 0.9992275 estimated iterations to convergence 284 setup time was (sec) 2.320000 now iterating at: 11:29:51 rms-change max change #iterations 9.633936 276.0832 at 10iterations 5.644773 145.2717 at 20iterations 3.294086 76.73325 at 30iterations 1.901204 42.22507 at 40iterations 1.097494 22.51149 at 50iterations 0.6309889 14.70715 at 60iterations 0.3607380 8.362411 at 70iterations 0.2062546 4.154781 at 80iterations 0.1177223 2.195944 at 90iterations 6.7246832E-02 1.204718 at 100iterations 3.8226411E-02 0.8290749 at 110iterations 2.1802437E-02 0.4636335 at 120iterations 1.2404053E-02 0.2174416 at 130iterations 7.0536053E-03 0.1289501 at 140iterations 4.0097744E-03 8.3451748E-02 at 150iterations 2.2803331E-03 4.4517517E-02 at 160iterations 1.2966205E-03 2.3227692E-02 at 170iterations 7.3911052E-04 1.3225555E-02 at 180iterations finished qdiffx linear iterations at : 11:30:07 total time elapsed so far: 18.08000 # loops : 180 mean,max change (kT/e) : 7.3911052E-04 1.3225555E-02 energy calculations done at 18.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.31000 DelPhi exited at 11:30:08 18.310u 0.448s 0:19.04 98.4% 0+0k 0+0io 0pf+0w