Tue Oct 11 07:00:56 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 Tue Oct 11 2011 at 07:00:56 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2821 !!! WARNING: UMP 317 has a net charge of -0.1000 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.5629259 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): -59.89900 3.342000 ymin,ymax (A): -12.68400 42.36100 zmin,zma (A): 5.399000 54.93500 x,y,z range (A): 63.24100 55.04500 49.53600 scale (grids/A): 0.5629259 object centre (A): -28.27850 14.83850 30.16700 number of atom coordinates read : 2821 total number of charged atoms : 2678 net assigned charge : -3.099990 assigned positive charge : 407.7928 centred at (gu) : 87.59489 89.29346 90.55574 assigned negative charge : -410.8933 centred at (gu) : 87.74180 89.46931 90.55794 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 5874 nv = 96 ne = 84 npr = 58209 no. pairs analyzed = 58209 no. exposed pairs = 3468 no. arc points = 24415 no. surface atoms = 1181 nbur = 1640 mkacc time = 0.1300000 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.512000 m= 229 mr = 3161 m= 0 mr = 7 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 2935 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2441 ## 293 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 7544 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.4864012E-10 -5.0908056E-10 midg,1,midg; midg,igrid,midg 1.8117384E-09 -2.0634545E-09 1,midg,midg; igrid,midg,midg 2.2109308E-09 -1.1854686E-09 gauss-seidel spectral radius is 0.9837098 estimated iterations to convergence 64 setup time was (sec) 0.5800000 now iterating at: 07:00:56 rms-change max change #iterations 8.1484541E-02 12.30524 at 10iterations 6.0028629E-03 0.9569860 at 20iterations 4.3254622E-04 7.1287155E-02 at 30iterations 3.1404466E-05 5.5541992E-03 at 40iterations 2.2717038E-06 3.7193298E-04 at 50iterations finished qdiffx linear iterations at : 07:00:59 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 2.2717038E-06 3.7193298E-04 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 07:01:00 3.449u 0.146s 0:03.98 89.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 Tue Oct 11 2011 at 07:01:00 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2821 !!! WARNING: UMP 317 has a net charge of -0.1000 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.688778 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): -59.89900 3.342000 ymin,ymax (A): -12.68400 42.36100 zmin,zma (A): 5.399000 54.93500 x,y,z range (A): 63.24100 55.04500 49.53600 scale (grids/A): 1.688778 object centre (A): -28.27850 14.83850 30.16700 number of atom coordinates read : 2821 total number of charged atoms : 2678 net assigned charge : -3.099990 assigned positive charge : 407.7928 centred at (gu) : 82.78383 87.87968 91.66648 assigned negative charge : -410.8933 centred at (gu) : 83.22518 88.40767 91.67377 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 64858 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24415 grid for indexing accessible points = 1.400000 m= 21150 mr = 44435 m= 2369 mr = 15319 m= 76 mr = 1245 m= 2 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1410 time to turn everything in is 0.5000000 number of dielectric boundary points 27444 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 199 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 20682 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.5629259 object centre at (A) : -28.27850 14.83850 30.16700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.4124864E-03 8.5141575E-03 midg,1,midg; midg,igrid,midg 8.6311316E-03 -2.0790182E-02 1,midg,midg; igrid,midg,midg -5.8502215E-03 -2.2031743E-02 gauss-seidel spectral radius is 0.9982888 estimated iterations to convergence 192 setup time was (sec) 0.7900000 now iterating at: 07:01:01 rms-change max change #iterations 3.397196 175.5725 at 10iterations 1.444724 53.41491 at 20iterations 0.6194875 22.23866 at 30iterations 0.2635913 9.628185 at 40iterations 0.1129388 3.622267 at 50iterations 4.8304643E-02 1.768887 at 60iterations 2.0723067E-02 0.7514062 at 70iterations 8.8591389E-03 0.3678551 at 80iterations 3.7940401E-03 0.1268882 at 90iterations 1.6288275E-03 5.2852631E-02 at 100iterations 6.9355621E-04 2.3426056E-02 at 110iterations 2.9808620E-04 1.0458469E-02 at 120iterations finished qdiffx linear iterations at : 07:01:07 total time elapsed so far: 7.370000 # loops : 120 mean,max change (kT/e) : 2.9808620E-04 1.0458469E-02 energy calculations done at 7.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.570000 DelPhi exited at 07:01:08 7.569u 0.197s 0:08.30 93.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 Tue Oct 11 2011 at 07:01:08 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2821 !!! WARNING: UMP 317 has a net charge of -0.1000 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.533167 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): -59.89900 3.342000 ymin,ymax (A): -12.68400 42.36100 zmin,zma (A): 5.399000 54.93500 x,y,z range (A): 63.24100 55.04500 49.53600 scale (grids/A): 2.533167 object centre (A): -28.27850 14.83850 30.16700 number of atom coordinates read : 2821 total number of charged atoms : 2678 net assigned charge : -3.099990 assigned positive charge : 407.7928 centred at (gu) : 79.17564 86.81937 92.49960 assigned negative charge : -410.8933 centred at (gu) : 79.83770 87.61131 92.51049 start vw surface at 0.1600000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 150296 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24415 grid for indexing accessible points = 1.400000 m= 71965 mr = 108130 m= 22289 mr = 58351 m= 3779 mr = 17599 m= 316 mr = 2577 m= 6 mr = 141 m= 0 mr = 1 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 4741 time to turn everything in is 1.180000 number of dielectric boundary points 61852 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 21408 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.688778 object centre at (A) : -28.27850 14.83850 30.16700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.4328437E-02 0.1453834 midg,1,midg; midg,igrid,midg 0.1684016 -0.3603671 1,midg,midg; igrid,midg,midg -0.1695620 -0.4966800 gauss-seidel spectral radius is 0.9991615 estimated iterations to convergence 273 setup time was (sec) 1.480000 now iterating at: 07:01:10 rms-change max change #iterations 8.568663 386.3199 at 10iterations 4.815467 113.6568 at 20iterations 2.689547 59.25318 at 30iterations 1.501164 30.38711 at 40iterations 0.8335131 19.02489 at 50iterations 0.4639285 9.935188 at 60iterations 0.2571105 5.646200 at 70iterations 0.1425640 3.128769 at 80iterations 7.8966327E-02 1.683395 at 90iterations 4.3727517E-02 0.8613048 at 100iterations 2.4256023E-02 0.5147324 at 110iterations 1.3415677E-02 0.2590900 at 120iterations 7.4127964E-03 0.1614914 at 130iterations 4.1096732E-03 8.1619263E-02 at 140iterations 2.2761063E-03 4.2539597E-02 at 150iterations 1.2603584E-03 2.7055740E-02 at 160iterations 6.9603050E-04 1.4099121E-02 at 170iterations 3.8562267E-04 7.4729919E-03 at 180iterations finished qdiffx linear iterations at : 07:01:20 total time elapsed so far: 11.73000 # loops : 180 mean,max change (kT/e) : 3.8562267E-04 7.4729919E-03 energy calculations done at 11.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.92000 DelPhi exited at 07:01:21 11.925u 0.194s 0:12.45 97.2% 0+0k 0+0io 0pf+0w