Sat Oct 8 11:38:53 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:38:53 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 = 4281 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: 0.5280410 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): -3.598000 63.82100 ymin,ymax (A): -12.52700 38.30200 zmin,zma (A): -19.50900 45.05500 x,y,z range (A): 67.41901 50.82900 64.56400 scale (grids/A): 0.5280410 object centre (A): 30.11150 12.88750 12.77300 number of atom coordinates read : 4281 total number of charged atoms : 4129 net assigned charge : -4.499949 assigned positive charge : 641.8430 centred at (gu) : 88.64284 89.97498 90.68294 assigned negative charge : -646.3455 centred at (gu) : 88.67281 90.07646 90.69930 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 7520 nv = 96 ne = 84 npr = 89943 no. pairs analyzed = 89943 no. exposed pairs = 4877 no. arc points = 32615 no. surface atoms = 1664 nbur = 2617 mkacc time = 0.2100000 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.596000 m= 287 mr = 4239 m= 0 mr = 15 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 3553 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3403 ## 456 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 10124 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.9635254E-11 -2.5658389E-10 midg,1,midg; midg,igrid,midg 3.4800840E-10 -6.2818345E-10 1,midg,midg; igrid,midg,midg 1.3124305E-11 -2.0019512E-10 gauss-seidel spectral radius is 0.9816092 estimated iterations to convergence 61 setup time was (sec) 0.6900000 now iterating at: 11:38:54 rms-change max change #iterations 7.4295878E-02 10.46542 at 10iterations 5.1343353E-03 0.9239306 at 20iterations 8.1269891E-04 0.1092148 at 30iterations 2.5709654E-04 3.5985947E-02 at 40iterations 8.7829118E-05 1.2872696E-02 at 50iterations finished qdiffx linear iterations at : 11:38:57 total time elapsed so far: 3.360000 # loops : 50 mean,max change (kT/e) : 8.7829118E-05 1.2872696E-02 energy calculations done at 3.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.560000 DelPhi exited at 11:38:57 3.559u 0.127s 0:03.99 91.9% 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:38:57 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 = 4281 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: 1.584123 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): -3.598000 63.82100 ymin,ymax (A): -12.52700 38.30200 zmin,zma (A): -19.50900 45.05500 x,y,z range (A): 67.41901 50.82900 64.56400 scale (grids/A): 1.584123 object centre (A): 30.11150 12.88750 12.77300 number of atom coordinates read : 4281 total number of charged atoms : 4129 net assigned charge : -4.499949 assigned positive charge : 641.8430 centred at (gu) : 85.92738 89.92352 92.04789 assigned negative charge : -646.3455 centred at (gu) : 86.01804 90.22897 92.09741 start vw surface at 0.2000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 85513 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32615 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 26415 mr = 61701 m= 2549 mr = 18708 m= 42 mr = 1262 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 1000 time to turn everything in is 0.6300000 number of dielectric boundary points 32849 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 406 ## 11 charges are in solution ## iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 31402 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.5280410 object centre at (A) : 30.11150 12.88750 12.77300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.3225171E-03 -1.0557133E-02 midg,1,midg; midg,igrid,midg 3.1797003E-03 -1.4053863E-02 1,midg,midg; igrid,midg,midg 1.2146607E-02 1.0214487E-02 gauss-seidel spectral radius is 0.9981871 estimated iterations to convergence 187 setup time was (sec) 0.9200000 now iterating at: 11:38:59 rms-change max change #iterations 3.846559 169.9085 at 10iterations 1.603495 55.74450 at 20iterations 0.6684696 22.03043 at 30iterations 0.2806265 9.251629 at 40iterations 0.1170597 4.298742 at 50iterations 4.9269617E-02 1.551170 at 60iterations 2.0711215E-02 0.6565580 at 70iterations 8.8121817E-03 0.2711735 at 80iterations 3.8164337E-03 0.1203194 at 90iterations 1.7224711E-03 5.7219028E-02 at 100iterations 8.4983726E-04 3.1806946E-02 at 110iterations 4.6591132E-04 1.5357971E-02 at 120iterations finished qdiffx linear iterations at : 11:39:05 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 4.6591132E-04 1.5357971E-02 energy calculations done at 7.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.670000 DelPhi exited at 11:39:06 7.673u 0.181s 0:08.19 95.8% 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:39:06 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 = 4281 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: 2.376184 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): -3.598000 63.82100 ymin,ymax (A): -12.52700 38.30200 zmin,zma (A): -19.50900 45.05500 x,y,z range (A): 67.41901 50.82900 64.56400 scale (grids/A): 2.376184 object centre (A): 30.11150 12.88750 12.77300 number of atom coordinates read : 4281 total number of charged atoms : 4129 net assigned charge : -4.499949 assigned positive charge : 641.8430 centred at (gu) : 83.89092 89.88497 93.07136 assigned negative charge : -646.3455 centred at (gu) : 84.02697 90.34322 93.14603 start vw surface at 0.2000000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 199498 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32615 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 93432 mr = 150870 m= 25669 mr = 75681 m= 3945 mr = 19450 m= 202 mr = 2602 m= 1 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 3220 time to turn everything in is 1.510000 number of dielectric boundary points 74082 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 36 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 32966 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.584123 object centre at (A) : 30.11150 12.88750 12.77300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2389091 -0.2215967 midg,1,midg; midg,igrid,midg 4.5782384E-02 -0.2066264 1,midg,midg; igrid,midg,midg 0.3202113 0.2503979 gauss-seidel spectral radius is 0.9991640 estimated iterations to convergence 273 setup time was (sec) 1.810000 now iterating at: 11:39:08 rms-change max change #iterations 10.05886 307.3851 at 10iterations 5.718454 118.7944 at 20iterations 3.237557 66.31555 at 30iterations 1.821359 40.84226 at 40iterations 1.020821 19.13005 at 50iterations 0.5724896 10.97747 at 60iterations 0.3198427 6.918133 at 70iterations 0.1784477 3.423935 at 80iterations 9.9586762E-02 1.838566 at 90iterations 5.5418417E-02 1.107072 at 100iterations 3.0846126E-02 0.6163082 at 110iterations 1.7201994E-02 0.3119812 at 120iterations 9.5920945E-03 0.1860733 at 130iterations 5.3679547E-03 9.7318649E-02 at 140iterations 3.0233825E-03 6.2682152E-02 at 150iterations 1.7151787E-03 3.4828186E-02 at 160iterations 9.9547813E-04 1.8023491E-02 at 170iterations 5.9634179E-04 1.1226654E-02 at 180iterations finished qdiffx linear iterations at : 11:39:18 total time elapsed so far: 12.36000 # loops : 180 mean,max change (kT/e) : 5.9634179E-04 1.1226654E-02 energy calculations done at 12.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.55000 DelPhi exited at 11:39:19 12.557u 0.173s 0:13.38 95.0% 0+0k 0+0io 0pf+0w