Sat Oct 8 16:39:47 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+sph2.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 = amb2.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 16:39: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: 364 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4603 !!! WARNING: GLM 204 has a net charge of -0.0940 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.5451261 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): 17.13400 79.06300 ymin,ymax (A): 120.8130 186.1190 zmin,zma (A): -1.854000 59.74800 x,y,z range (A): 61.92900 65.30598 61.60200 scale (grids/A): 0.5451261 object centre (A): 48.09850 153.4660 28.94700 number of atom coordinates read : 4603 total number of charged atoms : 4397 net assigned charge : 1.906035 assigned positive charge : 703.4896 centred at (gu) : 91.75008 89.27773 87.21561 assigned negative charge : -701.5869 centred at (gu) : 91.68976 89.20184 87.23554 start vw surface at 0.2000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8788 nv = 96 ne = 84 npr = 92620 no. pairs analyzed = 92620 no. exposed pairs = 5601 no. arc points = 38961 no. surface atoms = 1893 nbur = 2710 mkacc time = 0.2000000 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.568000 m= 386 mr = 4670 m= 0 mr = 34 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4470 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4032 ## 521 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 11657 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.0606886E-10 -4.7515995E-11 midg,1,midg; midg,igrid,midg -8.0003604E-10 7.1314515E-10 1,midg,midg; igrid,midg,midg -3.2602510E-10 1.0906575E-09 gauss-seidel spectral radius is 0.9827729 estimated iterations to convergence 63 setup time was (sec) 0.6600000 now iterating at: 16:39:48 rms-change max change #iterations 9.2857562E-02 13.78242 at 10iterations 6.4046853E-03 0.9345551 at 20iterations 6.4630486E-04 9.6195221E-02 at 30iterations 1.5126147E-04 2.2945404E-02 at 40iterations 4.5300785E-05 6.2904358E-03 at 50iterations finished qdiffx linear iterations at : 16:39:51 total time elapsed so far: 3.110000 # loops : 50 mean,max change (kT/e) : 4.5300785E-05 6.2904358E-03 energy calculations done at 3.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.280000 DelPhi exited at 16:39:51 3.284u 0.136s 0:03.71 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 16:39:51 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: 364 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4603 !!! WARNING: GLM 204 has a net charge of -0.0940 !!! WARNING: FAD 994 has a net charge of -2.0000 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.635378 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): 17.13400 79.06300 ymin,ymax (A): 120.8130 186.1190 zmin,zma (A): -1.854000 59.74800 x,y,z range (A): 61.92900 65.30598 61.60200 scale (grids/A): 1.635378 object centre (A): 48.09850 153.4660 28.94700 number of atom coordinates read : 4603 total number of charged atoms : 4397 net assigned charge : 1.906035 assigned positive charge : 703.4896 centred at (gu) : 95.24916 87.83194 81.64555 assigned negative charge : -701.5869 centred at (gu) : 95.06908 87.60507 81.70641 start vw surface at 0.2000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 98774 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38961 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 31252 mr = 68821 m= 3566 mr = 21630 m= 101 mr = 1893 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 85 time to turn everything in is 0.6600000 number of dielectric boundary points 41335 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 452 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 33712 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.5451261 object centre at (A) : 48.09850 153.4660 28.94700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.0123938E-03 9.6076755E-03 midg,1,midg; midg,igrid,midg 1.6253131E-02 3.1964708E-02 1,midg,midg; igrid,midg,midg -1.9545484E-02 -1.5452431E-02 gauss-seidel spectral radius is 0.9983465 estimated iterations to convergence 195 setup time was (sec) 0.9300000 now iterating at: 16:39:52 rms-change max change #iterations 4.352818 202.7613 at 10iterations 1.878095 83.15042 at 20iterations 0.8134655 29.64228 at 30iterations 0.3525643 12.14845 at 40iterations 0.1530184 4.514179 at 50iterations 6.6431351E-02 2.090149 at 60iterations 2.9003782E-02 0.8609905 at 70iterations 1.2626786E-02 0.4125109 at 80iterations 5.5070105E-03 0.1538029 at 90iterations 2.4137972E-03 6.7604065E-02 at 100iterations 1.0754635E-03 3.4202576E-02 at 110iterations 4.8884307E-04 1.4484406E-02 at 120iterations finished qdiffx linear iterations at : 16:39:58 total time elapsed so far: 6.990000 # loops : 120 mean,max change (kT/e) : 4.8884307E-04 1.4484406E-02 energy calculations done at 6.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.170000 DelPhi exited at 16:39:59 7.170u 0.142s 0:07.65 95.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 Sat Oct 8 2011 at 16:39: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: 364 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4603 !!! WARNING: GLM 204 has a net charge of -0.0940 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.453068 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): 17.13400 79.06300 ymin,ymax (A): 120.8130 186.1190 zmin,zma (A): -1.854000 59.74800 x,y,z range (A): 61.92900 65.30598 61.60200 scale (grids/A): 2.453068 object centre (A): 48.09850 153.4660 28.94700 number of atom coordinates read : 4603 total number of charged atoms : 4397 net assigned charge : 1.906035 assigned positive charge : 703.4896 centred at (gu) : 97.87325 86.74778 77.46799 assigned negative charge : -701.5869 centred at (gu) : 97.60349 86.40756 77.55961 start vw surface at 0.1800000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 229638 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38961 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 107984 mr = 168092 m= 31418 mr = 85958 m= 5596 mr = 23628 m= 440 mr = 3791 m= 12 mr = 232 m= 0 mr = 0 time to grow re-entrant surface = 0.9400001 no. cavity mid-points inaccessible to solvent = 278 time to turn everything in is 1.590000 number of dielectric boundary points 93387 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 34 iepsmp to db, and charging done at 1.720000 number of grid points assigned charge 35130 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.635378 object centre at (A) : 48.09850 153.4660 28.94700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.7462814E-03 0.2254025 midg,1,midg; midg,igrid,midg 0.2813884 0.4906386 1,midg,midg; igrid,midg,midg -0.3572654 -0.2304523 gauss-seidel spectral radius is 0.9992194 estimated iterations to convergence 283 setup time was (sec) 1.880000 now iterating at: 16:40:01 rms-change max change #iterations 11.25241 448.2037 at 10iterations 6.536919 147.5860 at 20iterations 3.779198 83.49522 at 30iterations 2.172328 50.75651 at 40iterations 1.243840 23.53453 at 50iterations 0.7087429 13.01698 at 60iterations 0.4052187 6.856413 at 70iterations 0.2300224 4.026325 at 80iterations 0.1306409 2.275807 at 90iterations 7.4223235E-02 1.257111 at 100iterations 4.2133309E-02 0.6870766 at 110iterations 2.3923803E-02 0.4144473 at 120iterations 1.3554209E-02 0.2475433 at 130iterations 7.6661571E-03 0.1233025 at 140iterations 4.3464722E-03 7.4222565E-02 at 150iterations 2.4591952E-03 4.6142101E-02 at 160iterations 1.3957806E-03 2.3239136E-02 at 170iterations 7.9210405E-04 1.2294769E-02 at 180iterations finished qdiffx linear iterations at : 16:40:11 total time elapsed so far: 11.62000 # loops : 180 mean,max change (kT/e) : 7.9210405E-04 1.2294769E-02 energy calculations done at 11.62000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.80000 DelPhi exited at 16:40:11 11.801u 0.176s 0:12.27 97.5% 0+0k 0+0io 0pf+0w