Mon Oct 10 21:18:30 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 21:18:30 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 = 2613 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.6211722 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.881000 61.19200 ymin,ymax (A): -22.54500 30.32600 zmin,zma (A): 7.844000 62.92100 x,y,z range (A): 57.31100 52.87100 55.07700 scale (grids/A): 0.6211722 object centre (A): 32.53650 3.890500 35.38250 number of atom coordinates read : 2613 total number of charged atoms : 2476 net assigned charge : -0.4999885 assigned positive charge : 382.9619 centred at (gu) : 88.78283 88.95885 90.18466 assigned negative charge : -383.4629 centred at (gu) : 88.71142 89.05249 90.12502 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 6918 nv = 96 ne = 84 npr = 51288 no. pairs analyzed = 51288 no. exposed pairs = 3953 no. arc points = 28933 no. surface atoms = 1282 nbur = 1331 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 401 mr = 3160 m= 3 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 4132 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2643 ## 264 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 8224 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.3154791E-09 3.7420493E-09 midg,1,midg; midg,igrid,midg 7.4105340E-09 -5.4283551E-09 1,midg,midg; igrid,midg,midg -6.9785906E-09 3.3327978E-09 gauss-seidel spectral radius is 0.9866006 estimated iterations to convergence 71 setup time was (sec) 0.5800000 now iterating at: 21:18:31 rms-change max change #iterations 0.1246428 20.90784 at 10iterations 1.1459516E-02 1.845284 at 20iterations 1.0400760E-03 0.1752698 at 30iterations 9.6005620E-05 1.3227463E-02 at 40iterations 9.1585034E-06 1.4163256E-03 at 50iterations finished qdiffx linear iterations at : 21:18:34 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 9.1585034E-06 1.4163256E-03 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.180000 DelPhi exited at 21:18:35 3.185u 0.143s 0:05.10 65.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 Mon Oct 10 2011 at 21:18:36 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 = 2613 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: 1.863517 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.881000 61.19200 ymin,ymax (A): -22.54500 30.32600 zmin,zma (A): 7.844000 62.92100 x,y,z range (A): 57.31100 52.87100 55.07700 scale (grids/A): 1.863517 object centre (A): 32.53650 3.890500 35.38250 number of atom coordinates read : 2613 total number of charged atoms : 2476 net assigned charge : -0.4999885 assigned positive charge : 382.9619 centred at (gu) : 86.34829 86.87599 90.55347 assigned negative charge : -383.4629 centred at (gu) : 86.13414 87.15764 90.37518 start vw surface at 0.2000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 73735 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28933 grid for indexing accessible points = 1.400000 m= 24642 mr = 45845 m= 3874 mr = 16083 m= 273 mr = 1981 m= 2 mr = 61 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 38556 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 169 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 19393 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.6211722 object centre at (A) : 32.53650 3.890500 35.38250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1716902E-02 2.0287414E-03 midg,1,midg; midg,igrid,midg -4.0117367E-03 -2.8524451E-02 1,midg,midg; igrid,midg,midg 2.0760963E-02 2.6059832E-02 gauss-seidel spectral radius is 0.9986108 estimated iterations to convergence 213 setup time was (sec) 0.8400000 now iterating at: 21:18:37 rms-change max change #iterations 4.061125 184.7376 at 10iterations 1.870703 63.07732 at 20iterations 0.8670755 30.50278 at 30iterations 0.4013546 13.05497 at 40iterations 0.1859890 6.064583 at 50iterations 8.6102679E-02 2.732277 at 60iterations 3.9915621E-02 1.515259 at 70iterations 1.8557077E-02 0.6240025 at 80iterations 8.5936254E-03 0.2949772 at 90iterations 3.9850106E-03 0.1275463 at 100iterations 1.8558963E-03 5.8013916E-02 at 110iterations 8.5820258E-04 2.6306152E-02 at 120iterations finished qdiffx linear iterations at : 21:18:43 total time elapsed so far: 7.210000 # loops : 120 mean,max change (kT/e) : 8.5820258E-04 2.6306152E-02 energy calculations done at 7.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.390000 DelPhi exited at 21:18:44 7.396u 0.164s 0:08.00 94.3% 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 21:18:44 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 = 2613 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.795275 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.881000 61.19200 ymin,ymax (A): -22.54500 30.32600 zmin,zma (A): 7.844000 62.92100 x,y,z range (A): 57.31100 52.87100 55.07700 scale (grids/A): 2.795275 object centre (A): 32.53650 3.890500 35.38250 number of atom coordinates read : 2613 total number of charged atoms : 2476 net assigned charge : -0.4999885 assigned positive charge : 382.9619 centred at (gu) : 84.52225 85.31391 90.83009 assigned negative charge : -383.4629 centred at (gu) : 84.20118 85.73630 90.56275 start vw surface at 0.1600000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 170387 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28933 grid for indexing accessible points = 1.400000 m= 79141 mr = 113062 m= 27645 mr = 59937 m= 6609 mr = 19991 m= 993 mr = 4320 m= 66 mr = 515 m= 0 mr = 13 time to grow re-entrant surface = 0.7600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.310000 number of dielectric boundary points 87003 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.440000 number of grid points assigned charge 19806 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.863517 object centre at (A) : 32.53650 3.890500 35.38250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2278866 -7.6552756E-02 midg,1,midg; midg,igrid,midg -5.5457763E-02 -0.3456281 1,midg,midg; igrid,midg,midg 0.4548128 0.5634084 gauss-seidel spectral radius is 0.9992751 estimated iterations to convergence 293 setup time was (sec) 1.600000 now iterating at: 21:18:46 rms-change max change #iterations 9.877763 372.1311 at 10iterations 5.948956 155.3266 at 20iterations 3.526701 79.26878 at 30iterations 2.089107 45.43474 at 40iterations 1.227493 28.68475 at 50iterations 0.7184907 16.41466 at 60iterations 0.4202564 8.294529 at 70iterations 0.2443891 5.248795 at 80iterations 0.1422323 2.845363 at 90iterations 8.2549922E-02 1.677052 at 100iterations 4.7847796E-02 0.9153118 at 110iterations 2.7728541E-02 0.5476923 at 120iterations 1.6066425E-02 0.3072987 at 130iterations 9.2978226E-03 0.1763058 at 140iterations 5.3781797E-03 0.1053467 at 150iterations 3.1055056E-03 6.1351776E-02 at 160iterations 1.7941929E-03 3.3797741E-02 at 170iterations 1.0383554E-03 1.9012451E-02 at 180iterations finished qdiffx linear iterations at : 21:18:55 total time elapsed so far: 11.36000 # loops : 180 mean,max change (kT/e) : 1.0383554E-03 1.9012451E-02 energy calculations done at 11.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.53000 DelPhi exited at 21:18:56 11.534u 0.157s 0:11.99 97.4% 0+0k 0+0io 0pf+0w