Sun Oct 9 06:03:46 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:03:47 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1866 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6452081 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.89100 69.66600 ymin,ymax (A): 15.47000 70.64600 zmin,zma (A): 47.09200 93.26300 x,y,z range (A): 50.77500 55.17599 46.17100 scale (grids/A): 0.6452081 object centre (A): 44.27850 43.05800 70.17751 number of atom coordinates read : 1866 total number of charged atoms : 1724 net assigned charge : -8.999989 assigned positive charge : 286.2380 centred at (gu) : 89.96723 87.54911 88.69796 assigned negative charge : -295.2381 centred at (gu) : 90.18981 87.41418 89.01199 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5297 nv = 96 ne = 84 npr = 36793 no. pairs analyzed = 36793 no. exposed pairs = 2528 no. arc points = 18324 no. surface atoms = 847 nbur = 1019 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 270 mr = 2646 m= 0 mr = 26 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.2300000 number of dielectric boundary points 2895 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1710 ## 161 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 6109 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1115012E-08 -3.6432731E-08 midg,1,midg; midg,igrid,midg -4.8881489E-08 -1.2057109E-09 1,midg,midg; igrid,midg,midg 6.9866246E-09 -3.7904009E-08 gauss-seidel spectral radius is 0.9874951 estimated iterations to convergence 73 setup time was (sec) 0.4600000 now iterating at: 06:03:47 rms-change max change #iterations 0.1269125 25.56194 at 10iterations 1.2141201E-02 2.166301 at 20iterations 1.2377098E-03 0.2117538 at 30iterations 1.2441369E-04 2.0681381E-02 at 40iterations 1.2610282E-05 2.2888184E-03 at 50iterations finished qdiffx linear iterations at : 06:03:50 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 1.2610282E-05 2.2888184E-03 energy calculations done at 3.070000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.250000 DelPhi exited at 06:03:50 3.257u 0.212s 0:03.73 92.7% 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:03:50 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1866 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.935624 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.89100 69.66600 ymin,ymax (A): 15.47000 70.64600 zmin,zma (A): 47.09200 93.26300 x,y,z range (A): 50.77500 55.17599 46.17100 scale (grids/A): 1.935624 object centre (A): 44.27850 43.05800 70.17751 number of atom coordinates read : 1866 total number of charged atoms : 1724 net assigned charge : -8.999989 assigned positive charge : 286.2380 centred at (gu) : 89.90139 82.64725 86.09402 assigned negative charge : -295.2381 centred at (gu) : 90.56940 82.24234 87.03594 start vw surface at 0.1200000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 56593 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18324 grid for indexing accessible points = 1.400000 m= 19161 mr = 36715 m= 2903 mr = 13582 m= 149 mr = 1704 m= 0 mr = 36 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 637 time to turn everything in is 0.4700000 number of dielectric boundary points 26769 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 108 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 13581 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.6452081 object centre at (A) : 44.27850 43.05800 70.17751 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.4901475E-03 -3.8626384E-02 midg,1,midg; midg,igrid,midg -9.9672101E-02 -1.7356075E-02 1,midg,midg; igrid,midg,midg 2.8291209E-02 -4.6555828E-02 gauss-seidel spectral radius is 0.9986047 estimated iterations to convergence 212 setup time was (sec) 0.7800000 now iterating at: 06:03:51 rms-change max change #iterations 3.776240 206.9539 at 10iterations 1.746151 69.83986 at 20iterations 0.8086182 30.42699 at 30iterations 0.3739345 15.81488 at 40iterations 0.1734454 6.558358 at 50iterations 8.0348521E-02 2.789706 at 60iterations 3.7159178E-02 1.494425 at 70iterations 1.7246377E-02 0.6210403 at 80iterations 7.9796975E-03 0.2794256 at 90iterations 3.7023819E-03 0.1260252 at 100iterations 1.7080772E-03 6.1309814E-02 at 110iterations 7.9784199E-04 2.9388428E-02 at 120iterations finished qdiffx linear iterations at : 06:03:58 total time elapsed so far: 7.560000 # loops : 120 mean,max change (kT/e) : 7.9784199E-04 2.9388428E-02 energy calculations done at 7.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.760000 DelPhi exited at 06:03:59 7.766u 0.271s 0:08.30 96.7% 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:03:59 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1866 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.903437 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.89100 69.66600 ymin,ymax (A): 15.47000 70.64600 zmin,zma (A): 47.09200 93.26300 x,y,z range (A): 50.77500 55.17599 46.17100 scale (grids/A): 2.903437 object centre (A): 44.27850 43.05800 70.17751 number of atom coordinates read : 1866 total number of charged atoms : 1724 net assigned charge : -8.999989 assigned positive charge : 286.2380 centred at (gu) : 89.85217 78.97086 84.14112 assigned negative charge : -295.2381 centred at (gu) : 90.85405 78.36360 85.55386 start vw surface at 0.1200000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 130709 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18324 grid for indexing accessible points = 1.400000 m= 62626 mr = 89508 m= 21666 mr = 49933 m= 5096 mr = 16933 m= 654 mr = 3632 m= 26 mr = 411 m= 0 mr = 7 time to grow re-entrant surface = 0.5600000 no. cavity mid-points inaccessible to solvent = 2000 time to turn everything in is 1.030000 number of dielectric boundary points 60353 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 13791 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.935624 object centre at (A) : 44.27850 43.05800 70.17751 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3086403E-02 -0.4079045 midg,1,midg; midg,igrid,midg -0.9426917 -0.1272812 1,midg,midg; igrid,midg,midg 0.1863756 -0.7331731 gauss-seidel spectral radius is 0.9992397 estimated iterations to convergence 286 setup time was (sec) 1.330000 now iterating at: 06:04:00 rms-change max change #iterations 8.834943 431.5909 at 10iterations 5.114008 127.7525 at 20iterations 2.934743 65.74901 at 30iterations 1.682116 39.05457 at 40iterations 0.9606109 19.54541 at 50iterations 0.5489137 12.33534 at 60iterations 0.3136587 6.447420 at 70iterations 0.1781836 4.209442 at 80iterations 0.1017312 1.984883 at 90iterations 5.7871263E-02 1.152370 at 100iterations 3.3005554E-02 0.7125854 at 110iterations 1.8749356E-02 0.4171143 at 120iterations 1.0687496E-02 0.2330213 at 130iterations 6.0976907E-03 0.1266441 at 140iterations 3.4673056E-03 7.0590973E-02 at 150iterations 1.9760253E-03 4.3205619E-02 at 160iterations 1.1241905E-03 2.2281647E-02 at 170iterations 6.4007333E-04 1.3294220E-02 at 180iterations finished qdiffx linear iterations at : 06:04:11 total time elapsed so far: 11.98000 # loops : 180 mean,max change (kT/e) : 6.4007333E-04 1.3294220E-02 energy calculations done at 11.98000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.15000 DelPhi exited at 06:04:11 12.152u 0.280s 0:12.69 97.9% 0+0k 0+0io 0pf+0w