Mon Oct 10 09:22:38 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:22:38 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 = 2752 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5709245 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): -15.13400 35.45600 ymin,ymax (A): -67.56300 -9.298000 zmin,zma (A): 4.9000025E-02 62.40400 x,y,z range (A): 50.59000 58.26500 62.35500 scale (grids/A): 0.5709245 object centre (A): 10.16100 -38.43050 31.22650 number of atom coordinates read : 2752 total number of charged atoms : 2603 net assigned charge : 5.000009 assigned positive charge : 401.4081 centred at (gu) : 89.15556 89.21735 87.45181 assigned negative charge : -396.4084 centred at (gu) : 89.17084 89.07522 87.42683 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6165 nv = 96 ne = 84 npr = 51853 no. pairs analyzed = 51853 no. exposed pairs = 4279 no. arc points = 31185 no. surface atoms = 1411 nbur = 1341 mkacc time = 0.1500000 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= 296 mr = 2615 m= 3 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.3200000 number of dielectric boundary points 3826 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3188 ## 362 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7799 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.0523388E-10 6.5036282E-10 midg,1,midg; midg,igrid,midg -1.5295687E-09 2.3368307E-09 1,midg,midg; igrid,midg,midg 1.2569983E-09 4.9115811E-10 gauss-seidel spectral radius is 0.9841747 estimated iterations to convergence 65 setup time was (sec) 0.6200000 now iterating at: 09:22:39 rms-change max change #iterations 8.2149655E-02 15.26122 at 10iterations 6.0345125E-03 0.9810295 at 20iterations 4.7081921E-04 8.0438614E-02 at 30iterations 4.0283048E-05 6.2980652E-03 at 40iterations 5.7634720E-06 7.1907043E-04 at 50iterations finished qdiffx linear iterations at : 09:22:43 total time elapsed so far: 5.030000 # loops : 50 mean,max change (kT/e) : 5.7634720E-06 7.1907043E-04 energy calculations done at 5.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.190000 DelPhi exited at 09:22:44 5.194u 0.450s 0:05.92 95.2% 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:22: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2752 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.712774 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): -15.13400 35.45600 ymin,ymax (A): -67.56300 -9.298000 zmin,zma (A): 4.9000025E-02 62.40400 x,y,z range (A): 50.59000 58.26500 62.35500 scale (grids/A): 1.712774 object centre (A): 10.16100 -38.43050 31.22650 number of atom coordinates read : 2752 total number of charged atoms : 2603 net assigned charge : 5.000009 assigned positive charge : 401.4081 centred at (gu) : 87.46616 87.65167 82.35509 assigned negative charge : -396.4084 centred at (gu) : 87.51238 87.22533 82.28040 start vw surface at 0.1200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 65707 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31185 grid for indexing accessible points = 1.400000 m= 20663 mr = 39311 m= 2766 mr = 12955 m= 117 mr = 1326 m= 0 mr = 9 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6100000 number of dielectric boundary points 35652 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 310 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 20163 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.5709245 object centre at (A) : 10.16100 -38.43050 31.22650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5813386E-02 9.7134598E-03 midg,1,midg; midg,igrid,midg 5.8787228E-03 2.2182027E-02 1,midg,midg; igrid,midg,midg 1.5022134E-03 1.4134737E-03 gauss-seidel spectral radius is 0.9983644 estimated iterations to convergence 196 setup time was (sec) 0.9500000 now iterating at: 09:22:45 rms-change max change #iterations 3.444607 183.7246 at 10iterations 1.489150 63.68898 at 20iterations 0.6447549 25.60641 at 30iterations 0.2798323 10.04406 at 40iterations 0.1221990 4.518270 at 50iterations 5.2757293E-02 2.142078 at 60iterations 2.2947932E-02 0.8014183 at 70iterations 9.9744704E-03 0.3646603 at 80iterations 4.3389928E-03 0.1594434 at 90iterations 1.8852081E-03 7.0117950E-02 at 100iterations 8.2360907E-04 3.2058716E-02 at 110iterations 3.5754603E-04 1.3509989E-02 at 120iterations finished qdiffx linear iterations at : 09:22:57 total time elapsed so far: 12.36000 # loops : 120 mean,max change (kT/e) : 3.5754603E-04 1.3509989E-02 energy calculations done at 12.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.53000 DelPhi exited at 09:22:57 12.531u 0.522s 0:13.31 98.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 09:22:57 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 = 2752 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.569160 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): -15.13400 35.45600 ymin,ymax (A): -67.56300 -9.298000 zmin,zma (A): 4.9000025E-02 62.40400 x,y,z range (A): 50.59000 58.26500 62.35500 scale (grids/A): 2.569160 object centre (A): 10.16100 -38.43050 31.22650 number of atom coordinates read : 2752 total number of charged atoms : 2603 net assigned charge : 5.000009 assigned positive charge : 401.4081 centred at (gu) : 86.19913 86.47736 78.53252 assigned negative charge : -396.4084 centred at (gu) : 86.26849 85.83781 78.42056 start vw surface at 0.1200000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 152043 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31185 grid for indexing accessible points = 1.400000 m= 67816 mr = 97727 m= 22029 mr = 49996 m= 4454 mr = 15714 m= 411 mr = 2743 m= 9 mr = 188 m= 0 mr = 2 time to grow re-entrant surface = 0.8800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.460000 number of dielectric boundary points 80392 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.620000 number of grid points assigned charge 20814 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.712774 object centre at (A) : 10.16100 -38.43050 31.22650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.3544422E-02 5.4429930E-02 midg,1,midg; midg,igrid,midg 0.2848832 0.2996734 1,midg,midg; igrid,midg,midg 1.6137956E-02 3.9441675E-02 gauss-seidel spectral radius is 0.9992125 estimated iterations to convergence 281 setup time was (sec) 1.870000 now iterating at: 09:22:59 rms-change max change #iterations 8.991929 306.4584 at 10iterations 5.295599 155.2628 at 20iterations 3.082874 82.43684 at 30iterations 1.779468 42.73470 at 40iterations 1.022121 25.27229 at 50iterations 0.5836328 15.34178 at 60iterations 0.3330744 6.836760 at 70iterations 0.1898223 4.143234 at 80iterations 0.1079950 2.269703 at 90iterations 6.1017081E-02 1.340613 at 100iterations 3.4654468E-02 0.7383652 at 110iterations 1.9600453E-02 0.4154904 at 120iterations 1.1073117E-02 0.2381287 at 130iterations 6.2560397E-03 0.1240666 at 140iterations 3.5395597E-03 7.0119858E-02 at 150iterations 1.9944629E-03 3.8758278E-02 at 160iterations 1.1269788E-03 2.2518158E-02 at 170iterations 6.3490844E-04 1.2206554E-02 at 180iterations finished qdiffx linear iterations at : 09:23:19 total time elapsed so far: 21.63000 # loops : 180 mean,max change (kT/e) : 6.3490844E-04 1.2206554E-02 energy calculations done at 21.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.79000 DelPhi exited at 09:23:20 21.798u 0.548s 0:22.75 98.1% 0+0k 0+0io 0pf+0w