Thu Jan 19 11:43:00 PST 2012 #!/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 Thu Jan 19 2012 at 11:43:04 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5069 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.4914480 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): -28.56900 35.18400 ymin,ymax (A): -36.60100 35.83800 zmin,zma (A): -9.051000 58.70600 x,y,z range (A): 63.75300 72.43900 67.75700 scale (grids/A): 0.4914480 object centre (A): 3.307501 -0.3815022 24.82750 number of atom coordinates read : 5069 total number of charged atoms : 4904 net assigned charge : -3.999957 assigned positive charge : 764.1163 centred at (gu) : 90.07194 90.28315 91.24202 assigned negative charge : -768.1209 centred at (gu) : 89.98907 90.31179 91.19476 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8101 nv = 96 ne = 84 npr = 95441 no. pairs analyzed = 95441 no. exposed pairs = 7122 no. arc points = 51121 no. surface atoms = 2359 nbur = 2710 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.736000 m= 259 mr = 3766 m= 0 mr = 1 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 4593 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4856 ## 802 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 10852 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.7576170E-11 4.5516674E-11 midg,1,midg; midg,igrid,midg 9.0787777E-12 -6.2979365E-11 1,midg,midg; igrid,midg,midg -1.2142513E-10 7.4957533E-11 gauss-seidel spectral radius is 0.9788812 estimated iterations to convergence 57 setup time was (sec) 0.5100000 now iterating at: 11:43:08 rms-change max change #iterations 5.3923551E-02 11.09883 at 10iterations 3.1898231E-03 0.5110607 at 20iterations 5.8062770E-04 6.0150146E-02 at 30iterations 2.0000263E-04 1.7425537E-02 at 40iterations 7.0628717E-05 6.1359406E-03 at 50iterations finished qdiffx linear iterations at : 11:43:17 total time elapsed so far: 3.470000 # loops : 50 mean,max change (kT/e) : 7.0628717E-05 6.1359406E-03 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 11:43:19 3.600u 0.187s 0:16.20 23.3% 0+0k 0+0io 3pf+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 Thu Jan 19 2012 at 11:43:24 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5069 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.474344 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): -28.56900 35.18400 ymin,ymax (A): -36.60100 35.83800 zmin,zma (A): -9.051000 58.70600 x,y,z range (A): 63.75300 72.43900 67.75700 scale (grids/A): 1.474344 object centre (A): 3.307501 -0.3815022 24.82750 number of atom coordinates read : 5069 total number of charged atoms : 4904 net assigned charge : -3.999957 assigned positive charge : 764.1163 centred at (gu) : 90.21429 90.84782 93.72480 assigned negative charge : -768.1209 centred at (gu) : 89.96677 90.93494 93.58348 start vw surface at 0.1300000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 91353 reading accessible surface arcs data from file ARCDAT no. of arc points read = 51121 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 23951 mr = 59163 m= 1676 mr = 14670 m= 21 mr = 428 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 718 time to turn everything in is 0.4600000 number of dielectric boundary points 42740 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 690 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 36307 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.4914480 object centre at (A) : 3.307501 -0.3815022 24.82750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.7037484E-03 -8.8584339E-03 midg,1,midg; midg,igrid,midg 9.7200060E-03 -1.5102840E-02 1,midg,midg; igrid,midg,midg -1.0228796E-03 6.9254139E-03 gauss-seidel spectral radius is 0.9980091 estimated iterations to convergence 178 setup time was (sec) 0.7000000 now iterating at: 11:43:29 rms-change max change #iterations 3.620984 159.1702 at 10iterations 1.444120 54.57408 at 20iterations 0.5777507 19.54644 at 30iterations 0.2317521 7.409943 at 40iterations 9.2908658E-02 3.109772 at 50iterations 3.7205752E-02 1.194921 at 60iterations 1.4996866E-02 0.4855194 at 70iterations 6.0389661E-03 0.1930122 at 80iterations 2.4806992E-03 8.4444046E-02 at 90iterations 1.0545045E-03 3.3992767E-02 at 100iterations 4.8203391E-04 1.5102386E-02 at 110iterations 2.4692653E-04 7.1220398E-03 at 120iterations finished qdiffx linear iterations at : 11:43:52 total time elapsed so far: 8.440000 # loops : 120 mean,max change (kT/e) : 2.4692653E-04 7.1220398E-03 energy calculations done at 8.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.580000 DelPhi exited at 11:43:54 8.578u 0.226s 0:30.00 29.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 Thu Jan 19 2012 at 11:43:55 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5069 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.211516 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): -28.56900 35.18400 ymin,ymax (A): -36.60100 35.83800 zmin,zma (A): -9.051000 58.70600 x,y,z range (A): 63.75300 72.43900 67.75700 scale (grids/A): 2.211516 object centre (A): 3.307501 -0.3815022 24.82750 number of atom coordinates read : 5069 total number of charged atoms : 4904 net assigned charge : -3.999957 assigned positive charge : 764.1163 centred at (gu) : 90.32101 91.27140 95.58673 assigned negative charge : -768.1209 centred at (gu) : 89.95002 91.40224 95.37518 start vw surface at 0.1200000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 213337 reading accessible surface arcs data from file ARCDAT no. of arc points read = 51121 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 88870 mr = 147229 m= 19342 mr = 66138 m= 1978 mr = 12673 m= 61 mr = 834 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.6200001 no. cavity mid-points inaccessible to solvent = 2232 time to turn everything in is 1.100000 number of dielectric boundary points 96703 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 115 iepsmp to db, and charging done at 1.230000 number of grid points assigned charge 39082 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.474344 object centre at (A) : 3.307501 -0.3815022 24.82750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.7799390E-02 -0.1538788 midg,1,midg; midg,igrid,midg 0.2280497 -0.2337777 1,midg,midg; igrid,midg,midg 1.1095731E-02 0.1241122 gauss-seidel spectral radius is 0.9991571 estimated iterations to convergence 272 setup time was (sec) 1.400000 now iterating at: 11:44:03 rms-change max change #iterations 10.19566 302.5562 at 10iterations 5.850020 155.1706 at 20iterations 3.339578 80.50989 at 30iterations 1.890277 41.73468 at 40iterations 1.068869 22.25458 at 50iterations 0.6018949 14.70385 at 60iterations 0.3373159 7.344917 at 70iterations 0.1891107 4.124029 at 80iterations 0.1058815 2.166016 at 90iterations 5.9003420E-02 1.107502 at 100iterations 3.2938082E-02 0.7313805 at 110iterations 1.8346800E-02 0.3830223 at 120iterations 1.0177125E-02 0.2212219 at 130iterations 5.6721857E-03 0.1232948 at 140iterations 3.1558971E-03 6.4188004E-02 at 150iterations 1.7550593E-03 3.3813477E-02 at 160iterations 9.7268156E-04 1.9150734E-02 at 170iterations 5.4268190E-04 1.1077881E-02 at 180iterations finished qdiffx linear iterations at : 11:44:40 total time elapsed so far: 13.85000 # loops : 180 mean,max change (kT/e) : 5.4268190E-04 1.1077881E-02 energy calculations done at 13.85000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.98000 DelPhi exited at 11:44:41 13.983u 0.279s 0:46.50 30.6% 0+0k 0+0io 0pf+0w