Mon Oct 10 19:32:59 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 Mon Oct 10 2011 at 19:32: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3221 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.5633268 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): -31.25800 31.93800 ymin,ymax (A): -23.21300 25.33900 zmin,zma (A): -4.205000 54.26600 x,y,z range (A): 63.19600 48.55200 58.47100 scale (grids/A): 0.5633268 object centre (A): 0.3400002 1.062999 25.03050 number of atom coordinates read : 3221 total number of charged atoms : 3081 net assigned charge : 2.500018 assigned positive charge : 486.1644 centred at (gu) : 91.03686 89.83462 91.68531 assigned negative charge : -483.6658 centred at (gu) : 91.03972 89.70310 91.62159 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6822 nv = 96 ne = 84 npr = 62116 no. pairs analyzed = 62116 no. exposed pairs = 4459 no. arc points = 31907 no. surface atoms = 1498 nbur = 1723 mkacc time = 0.1700000 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= 323 mr = 3318 m= 0 mr = 14 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3500000 number of dielectric boundary points 3813 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3236 ## 414 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 8806 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.8072145E-10 1.7235957E-09 midg,1,midg; midg,igrid,midg -1.5797476E-09 1.9558353E-09 1,midg,midg; igrid,midg,midg 2.5691085E-10 3.1765884E-10 gauss-seidel spectral radius is 0.9837753 estimated iterations to convergence 65 setup time was (sec) 0.6600000 now iterating at: 19:33:00 rms-change max change #iterations 8.7324135E-02 17.36595 at 10iterations 6.3303704E-03 0.9730988 at 20iterations 4.7653238E-04 7.4718475E-02 at 30iterations 4.6466470E-05 6.8378448E-03 at 40iterations 7.1008253E-06 1.2445450E-03 at 50iterations finished qdiffx linear iterations at : 19:33:04 total time elapsed so far: 4.620000 # loops : 50 mean,max change (kT/e) : 7.1008253E-06 1.2445450E-03 energy calculations done at 4.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.790000 DelPhi exited at 19:33:05 4.796u 0.363s 0:05.69 90.5% 0+0k 0+0io 6pf+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 Mon Oct 10 2011 at 19:33:05 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 = 3221 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: 1.689980 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): -31.25800 31.93800 ymin,ymax (A): -23.21300 25.33900 zmin,zma (A): -4.205000 54.26600 x,y,z range (A): 63.19600 48.55200 58.47100 scale (grids/A): 1.689980 object centre (A): 0.3400002 1.062999 25.03050 number of atom coordinates read : 3221 total number of charged atoms : 3081 net assigned charge : 2.500018 assigned positive charge : 486.1644 centred at (gu) : 93.10928 89.50300 95.05511 assigned negative charge : -483.6658 centred at (gu) : 93.11894 89.10894 94.86447 start vw surface at 0.1400000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 74920 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31907 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23492 mr = 48676 m= 2719 mr = 15622 m= 103 mr = 1267 m= 0 mr = 7 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1247 time to turn everything in is 0.6400000 number of dielectric boundary points 35662 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 328 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 23839 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.5633268 object centre at (A) : 0.3400002 1.062999 25.03050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9615842E-02 2.0485759E-02 midg,1,midg; midg,igrid,midg -2.0865703E-02 1.0410507E-02 1,midg,midg; igrid,midg,midg 1.8196899E-03 4.7109723E-03 gauss-seidel spectral radius is 0.9983567 estimated iterations to convergence 196 setup time was (sec) 0.9600000 now iterating at: 19:33:06 rms-change max change #iterations 3.751477 171.9495 at 10iterations 1.615253 54.58385 at 20iterations 0.6994925 23.97184 at 30iterations 0.3034784 10.58288 at 40iterations 0.1313155 4.751034 at 50iterations 5.7102703E-02 1.825407 at 60iterations 2.4785122E-02 0.8599491 at 70iterations 1.0772136E-02 0.3875041 at 80iterations 4.6789064E-03 0.1658707 at 90iterations 2.0303892E-03 7.1915627E-02 at 100iterations 8.8426680E-04 3.2482147E-02 at 110iterations 3.8700365E-04 1.2458801E-02 at 120iterations finished qdiffx linear iterations at : 19:33:17 total time elapsed so far: 11.65000 # loops : 120 mean,max change (kT/e) : 3.8700365E-04 1.2458801E-02 energy calculations done at 11.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.82000 DelPhi exited at 19:33:18 11.823u 0.413s 0:13.12 93.2% 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 Mon Oct 10 2011 at 19:33:18 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 = 3221 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.534971 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): -31.25800 31.93800 ymin,ymax (A): -23.21300 25.33900 zmin,zma (A): -4.205000 54.26600 x,y,z range (A): 63.19600 48.55200 58.47100 scale (grids/A): 2.534971 object centre (A): 0.3400002 1.062999 25.03050 number of atom coordinates read : 3221 total number of charged atoms : 3081 net assigned charge : 2.500018 assigned positive charge : 486.1644 centred at (gu) : 94.66379 89.25430 97.58231 assigned negative charge : -483.6658 centred at (gu) : 94.67835 88.66333 97.29670 start vw surface at 0.1400000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 173777 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31907 grid for indexing accessible points = 1.400000 m= 79624 mr = 119613 m= 23862 mr = 61403 m= 4290 mr = 17457 m= 434 mr = 2691 m= 12 mr = 209 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 4162 time to turn everything in is 1.520000 number of dielectric boundary points 80627 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 24636 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.689980 object centre at (A) : 0.3400002 1.062999 25.03050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4321158 0.2465320 midg,1,midg; midg,igrid,midg -0.2553144 0.1644745 1,midg,midg; igrid,midg,midg 0.4299976 0.1355481 gauss-seidel spectral radius is 0.9992121 estimated iterations to convergence 281 setup time was (sec) 1.860000 now iterating at: 19:33:21 rms-change max change #iterations 9.661716 324.9012 at 10iterations 5.562716 164.3684 at 20iterations 3.187963 70.98784 at 30iterations 1.818358 42.08799 at 40iterations 1.033478 21.77135 at 50iterations 0.5877889 13.97509 at 60iterations 0.3325686 6.193054 at 70iterations 0.1887695 4.231806 at 80iterations 0.1066283 2.328663 at 90iterations 6.0145322E-02 1.221137 at 100iterations 3.3991963E-02 0.6810703 at 110iterations 1.9194454E-02 0.3973179 at 120iterations 1.0821781E-02 0.2074146 at 130iterations 6.1197272E-03 0.1166611 at 140iterations 3.4419782E-03 7.0401192E-02 at 150iterations 1.9447624E-03 3.6565781E-02 at 160iterations 1.0968465E-03 2.1163940E-02 at 170iterations 6.1765942E-04 1.2000084E-02 at 180iterations finished qdiffx linear iterations at : 19:33:38 total time elapsed so far: 18.94000 # loops : 180 mean,max change (kT/e) : 6.1765942E-04 1.2000084E-02 energy calculations done at 18.94000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.11000 DelPhi exited at 19:33:38 19.112u 0.460s 0:20.23 96.7% 0+0k 0+0io 0pf+0w