Mon Oct 10 09:46:55 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 09:46: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2863 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: 0.5893649 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.98300 36.04600 ymin,ymax (A): -63.42000 -4.516000 zmin,zma (A): -4.583000 55.82100 x,y,z range (A): 54.02900 58.90400 60.40400 scale (grids/A): 0.5893649 object centre (A): 9.031499 -33.96800 25.61900 number of atom coordinates read : 2863 total number of charged atoms : 2710 net assigned charge : 4.000020 assigned positive charge : 416.6219 centred at (gu) : 89.66432 89.00498 87.99649 assigned negative charge : -412.6223 centred at (gu) : 89.87653 88.89449 87.84768 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6888 nv = 96 ne = 84 npr = 55227 no. pairs analyzed = 55227 no. exposed pairs = 4347 no. arc points = 31612 no. surface atoms = 1434 nbur = 1429 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.484000 m= 329 mr = 3060 m= 2 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 4147 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3062 ## 334 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 8432 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.6531001E-09 3.3745196E-09 midg,1,midg; midg,igrid,midg -2.2575919E-09 3.4349597E-09 1,midg,midg; igrid,midg,midg 7.5887661E-09 -4.3212016E-09 gauss-seidel spectral radius is 0.9851491 estimated iterations to convergence 67 setup time was (sec) 0.5800000 now iterating at: 09:46:56 rms-change max change #iterations 9.8672576E-02 17.25367 at 10iterations 8.0164243E-03 1.340939 at 20iterations 6.9957814E-04 0.1277390 at 30iterations 7.5215234E-05 1.4511108E-02 at 40iterations 1.1950607E-05 2.3841858E-03 at 50iterations finished qdiffx linear iterations at : 09:46:58 total time elapsed so far: 3.230000 # loops : 50 mean,max change (kT/e) : 1.1950607E-05 2.3841858E-03 energy calculations done at 3.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 09:46:59 3.423u 0.143s 0:03.92 90.8% 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 09:46: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 = 2863 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: 1.768095 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.98300 36.04600 ymin,ymax (A): -63.42000 -4.516000 zmin,zma (A): -4.583000 55.82100 x,y,z range (A): 54.02900 58.90400 60.40400 scale (grids/A): 1.768095 object centre (A): 9.031499 -33.96800 25.61900 number of atom coordinates read : 2863 total number of charged atoms : 2710 net assigned charge : 4.000020 assigned positive charge : 416.6219 centred at (gu) : 88.99244 87.01459 83.98889 assigned negative charge : -412.6223 centred at (gu) : 89.62934 86.68327 83.54280 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 73164 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31612 grid for indexing accessible points = 1.400000 m= 24472 mr = 45103 m= 3583 mr = 16028 m= 185 mr = 1799 m= 2 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5600000 number of dielectric boundary points 38448 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 228 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 21074 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.5893649 object centre at (A) : 9.031499 -33.96800 25.61900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.9294963E-03 7.5605256E-03 midg,1,midg; midg,igrid,midg 2.3708515E-02 3.4592893E-02 1,midg,midg; igrid,midg,midg 1.8874345E-02 6.0865157E-03 gauss-seidel spectral radius is 0.9984724 estimated iterations to convergence 203 setup time was (sec) 0.8400000 now iterating at: 09:47:00 rms-change max change #iterations 3.825850 170.7762 at 10iterations 1.691587 58.39473 at 20iterations 0.7602855 28.20165 at 30iterations 0.3388988 11.28490 at 40iterations 0.1512629 5.465996 at 50iterations 6.7695506E-02 2.330505 at 60iterations 3.0224409E-02 0.9861031 at 70iterations 1.3498207E-02 0.4821348 at 80iterations 6.0197986E-03 0.2099776 at 90iterations 2.6978371E-03 0.1003475 at 100iterations 1.2059729E-03 4.1473389E-02 at 110iterations 5.4119900E-04 1.7595291E-02 at 120iterations finished qdiffx linear iterations at : 09:47:07 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 5.4119900E-04 1.7595291E-02 energy calculations done at 7.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.470000 DelPhi exited at 09:47:07 7.468u 0.171s 0:07.91 96.4% 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 09:47:07 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 = 2863 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.652142 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.98300 36.04600 ymin,ymax (A): -63.42000 -4.516000 zmin,zma (A): -4.583000 55.82100 x,y,z range (A): 54.02900 58.90400 60.40400 scale (grids/A): 2.652142 object centre (A): 9.031499 -33.96800 25.61900 number of atom coordinates read : 2863 total number of charged atoms : 2710 net assigned charge : 4.000020 assigned positive charge : 416.6219 centred at (gu) : 88.48849 85.52171 80.98316 assigned negative charge : -412.6223 centred at (gu) : 89.44385 85.02480 80.31419 start vw surface at 0.1800000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 168757 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31612 grid for indexing accessible points = 1.400000 m= 79104 mr = 111184 m= 27271 mr = 59578 m= 5979 mr = 19993 m= 723 mr = 3904 m= 22 mr = 366 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.8100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.410000 number of dielectric boundary points 86832 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 21672 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.768095 object centre at (A) : 9.031499 -33.96800 25.61900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1211381 5.3485379E-02 midg,1,midg; midg,igrid,midg 0.6263872 0.5043501 1,midg,midg; igrid,midg,midg 0.1704490 0.1417074 gauss-seidel spectral radius is 0.9992422 estimated iterations to convergence 287 setup time was (sec) 1.730000 now iterating at: 09:47:09 rms-change max change #iterations 9.618018 258.5389 at 10iterations 5.676962 127.4900 at 20iterations 3.330327 79.13765 at 30iterations 1.932826 40.90246 at 40iterations 1.119459 24.52692 at 50iterations 0.6473637 13.51089 at 60iterations 0.3719544 8.014496 at 70iterations 0.2134095 4.872819 at 80iterations 0.1222784 2.764167 at 90iterations 7.0127256E-02 1.401104 at 100iterations 4.0116981E-02 0.7755370 at 110iterations 2.2899009E-02 0.5176516 at 120iterations 1.3106360E-02 0.2568846 at 130iterations 7.4784462E-03 0.1469727 at 140iterations 4.2758896E-03 8.9603424E-02 at 150iterations 2.4415704E-03 4.9247742E-02 at 160iterations 1.3967457E-03 2.8733730E-02 at 170iterations 7.9899852E-04 1.4772415E-02 at 180iterations finished qdiffx linear iterations at : 09:47:19 total time elapsed so far: 12.01000 # loops : 180 mean,max change (kT/e) : 7.9899852E-04 1.4772415E-02 energy calculations done at 12.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.19000 DelPhi exited at 09:47:20 12.197u 0.166s 0:12.74 96.9% 0+0k 0+0io 0pf+0w