Wed Dec 21 14:21:01 PST 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 Wed Dec 21 2011 at 14:21: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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5922180 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 0.5922180 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 91.54157 89.30972 89.74055 assigned negative charge : -290.0982 centred at (gu) : 91.52918 89.29494 89.84288 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4542 nv = 96 ne = 84 npr = 39637 no. pairs analyzed = 39637 no. exposed pairs = 2518 no. arc points = 17505 no. surface atoms = 855 nbur = 1097 mkacc time = 7.0000008E-02 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= 203 mr = 2433 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 7.0000008E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2302 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1788 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 5638 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5810208E-09 -2.7070814E-09 midg,1,midg; midg,igrid,midg -1.1503930E-09 -3.0582742E-10 1,midg,midg; igrid,midg,midg -6.6058636E-10 -5.6491983E-10 gauss-seidel spectral radius is 0.9851928 estimated iterations to convergence 67 setup time was (sec) 0.4800000 now iterating at: 14:21:02 rms-change max change #iterations 8.5529596E-02 15.04269 at 10iterations 6.9653988E-03 1.221279 at 20iterations 5.7495834E-04 9.9418640E-02 at 30iterations 4.6162455E-05 7.6675415E-03 at 40iterations 3.6893132E-06 6.7520142E-04 at 50iterations finished qdiffx linear iterations at : 14:21:06 total time elapsed so far: 4.720000 # loops : 50 mean,max change (kT/e) : 3.6893132E-06 6.7520142E-04 energy calculations done at 4.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.860000 DelPhi exited at 14:21:07 4.865u 0.379s 0:06.74 77.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 Wed Dec 21 2011 at 14:21:08 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.776654 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 1.776654 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 94.62479 87.92910 89.22167 assigned negative charge : -290.0982 centred at (gu) : 94.58768 87.88481 89.52868 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 49548 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17505 grid for indexing accessible points = 1.400000 m= 16736 mr = 33481 m= 2159 mr = 12321 m= 93 mr = 1281 m= 0 mr = 29 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 339 time to turn everything in is 0.3000000 number of dielectric boundary points 21424 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 168 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 14159 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.5922180 object centre at (A) : 10.04750 3.690500 2.760499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.1564888E-03 -5.2128625E-03 midg,1,midg; midg,igrid,midg -7.9572704E-03 -8.5516246E-03 1,midg,midg; igrid,midg,midg 3.4386981E-03 9.1883205E-03 gauss-seidel spectral radius is 0.9983531 estimated iterations to convergence 196 setup time was (sec) 0.6300000 now iterating at: 14:21:09 rms-change max change #iterations 3.109520 160.2939 at 10iterations 1.345471 61.42318 at 20iterations 0.5844846 24.16113 at 30iterations 0.2540022 10.12637 at 40iterations 0.1098418 4.223655 at 50iterations 4.7629219E-02 1.872781 at 60iterations 2.0772504E-02 0.8626800 at 70iterations 9.0201516E-03 0.3478465 at 80iterations 3.9127334E-03 0.1623857 at 90iterations 1.6981008E-03 6.0752869E-02 at 100iterations 7.3879736E-04 2.8769732E-02 at 110iterations 3.2086662E-04 1.2717724E-02 at 120iterations finished qdiffx linear iterations at : 14:21:20 total time elapsed so far: 11.52000 # loops : 120 mean,max change (kT/e) : 3.2086662E-04 1.2717724E-02 energy calculations done at 11.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.65000 DelPhi exited at 14:21:24 11.652u 0.476s 0:16.37 74.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 Wed Dec 21 2011 at 14:21: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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.664981 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 2.664981 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 96.93726 86.89363 88.83255 assigned negative charge : -290.0982 centred at (gu) : 96.88158 86.82730 89.29304 start vw surface at 5.9999999E-02 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 114733 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17505 grid for indexing accessible points = 1.400000 m= 55559 mr = 81562 m= 18342 mr = 45099 m= 3623 mr = 14751 m= 426 mr = 2671 m= 28 mr = 272 m= 0 mr = 8 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 1200 time to turn everything in is 0.6100000 number of dielectric boundary points 48348 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 14543 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.776654 object centre at (A) : 10.04750 3.690500 2.760499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.4610995E-02 -6.5648645E-02 midg,1,midg; midg,igrid,midg -7.4113190E-02 -0.1097056 1,midg,midg; igrid,midg,midg 7.6657228E-02 0.3215434 gauss-seidel spectral radius is 0.9991604 estimated iterations to convergence 273 setup time was (sec) 0.8500000 now iterating at: 14:21:37 rms-change max change #iterations 7.531530 291.8418 at 10iterations 4.225252 101.2412 at 20iterations 2.342989 60.35982 at 30iterations 1.297114 33.27027 at 40iterations 0.7223759 17.03673 at 50iterations 0.3989749 9.317909 at 60iterations 0.2207475 4.851919 at 70iterations 0.1221829 2.903894 at 80iterations 6.7521647E-02 1.489168 at 90iterations 3.7358098E-02 0.9255104 at 100iterations 2.0657321E-02 0.4753563 at 110iterations 1.1420526E-02 0.2558804 at 120iterations 6.2970845E-03 0.1395854 at 130iterations 3.4880368E-03 8.1130981E-02 at 140iterations 1.9255464E-03 4.2398453E-02 at 150iterations 1.0643946E-03 2.5342941E-02 at 160iterations 5.8838970E-04 1.3137817E-02 at 170iterations 3.2570516E-04 7.4481964E-03 at 180iterations finished qdiffx linear iterations at : 14:21:48 total time elapsed so far: 12.17000 # loops : 180 mean,max change (kT/e) : 3.2570516E-04 7.4481964E-03 energy calculations done at 12.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.30000 DelPhi exited at 14:22:12 12.305u 0.303s 0:47.14 26.7% 0+0k 0+0io 0pf+0w