Mon Oct 10 17:02:02 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 17:02:03 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 = 2671 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: 0.5544826 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): 2.786000 54.20000 ymin,ymax (A): -30.67600 18.82300 zmin,zma (A): 50.85200 115.0560 x,y,z range (A): 51.41400 49.49900 64.20399 scale (grids/A): 0.5544826 object centre (A): 28.49300 -5.926500 82.95400 number of atom coordinates read : 2671 total number of charged atoms : 2531 net assigned charge : 5.000021 assigned positive charge : 395.4137 centred at (gu) : 89.07854 89.16495 89.45316 assigned negative charge : -390.4147 centred at (gu) : 88.97884 89.21756 89.49071 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5353 nv = 96 ne = 84 npr = 53543 no. pairs analyzed = 53543 no. exposed pairs = 3526 no. arc points = 24877 no. surface atoms = 1179 nbur = 1492 mkacc time = 0.1400000 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.540000 m= 221 mr = 2656 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 2907 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2471 ## 297 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 6909 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.3598312E-10 1.1926120E-10 midg,1,midg; midg,igrid,midg 1.0429173E-09 1.3548690E-11 1,midg,midg; igrid,midg,midg -4.7187165E-10 9.7483555E-10 gauss-seidel spectral radius is 0.9832032 estimated iterations to convergence 64 setup time was (sec) 0.6300000 now iterating at: 17:02:34 rms-change max change #iterations 7.1908347E-02 12.40841 at 10iterations 4.9712863E-03 0.9033813 at 20iterations 4.0997594E-04 7.0587158E-02 at 30iterations 5.6751844E-05 9.1276169E-03 at 40iterations 1.2120186E-05 2.0048618E-03 at 50iterations finished qdiffx linear iterations at : 17:02:39 total time elapsed so far: 5.520000 # loops : 50 mean,max change (kT/e) : 1.2120186E-05 2.0048618E-03 energy calculations done at 5.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.700000 DelPhi exited at 17:02:40 5.702u 0.615s 0:37.62 16.7% 0+0k 0+0io 6pf+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 17:02:40 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 = 2671 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.663448 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): 2.786000 54.20000 ymin,ymax (A): -30.67600 18.82300 zmin,zma (A): 50.85200 115.0560 x,y,z range (A): 51.41400 49.49900 64.20399 scale (grids/A): 1.663448 object centre (A): 28.49300 -5.926500 82.95400 number of atom coordinates read : 2671 total number of charged atoms : 2531 net assigned charge : 5.000021 assigned positive charge : 395.4137 centred at (gu) : 87.23483 87.49422 88.35887 assigned negative charge : -390.4147 centred at (gu) : 86.93629 87.65239 88.47197 start vw surface at 0.1100000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 58817 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24877 grid for indexing accessible points = 1.400000 m= 18915 mr = 39041 m= 2124 mr = 12858 m= 58 mr = 1008 m= 0 mr = 3 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5000000 number of dielectric boundary points 27004 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 246 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 19431 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.5544826 object centre at (A) : 28.49300 -5.926500 82.95400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3506422E-02 2.1428786E-02 midg,1,midg; midg,igrid,midg 1.2828520E-03 -6.3895615E-04 1,midg,midg; igrid,midg,midg -7.2007799E-03 1.3573639E-03 gauss-seidel spectral radius is 0.9982174 estimated iterations to convergence 188 setup time was (sec) 0.8600000 now iterating at: 17:02:42 rms-change max change #iterations 3.200160 158.7465 at 10iterations 1.343385 55.92396 at 20iterations 0.5637882 24.64972 at 30iterations 0.2378103 9.359272 at 40iterations 0.1001050 4.482256 at 50iterations 4.2115234E-02 1.660530 at 60iterations 1.7642083E-02 0.6737604 at 70iterations 7.4492861E-03 0.2853775 at 80iterations 3.1475569E-03 0.1293697 at 90iterations 1.3303421E-03 4.8500061E-02 at 100iterations 5.7086285E-04 2.2598267E-02 at 110iterations 2.4610906E-04 9.8571777E-03 at 120iterations finished qdiffx linear iterations at : 17:02:53 total time elapsed so far: 11.06000 # loops : 120 mean,max change (kT/e) : 2.4610906E-04 9.8571777E-03 energy calculations done at 11.06000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.22000 DelPhi exited at 17:02:53 11.226u 0.545s 0:13.25 88.7% 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 17:02:54 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 = 2671 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.495172 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): 2.786000 54.20000 ymin,ymax (A): -30.67600 18.82300 zmin,zma (A): 50.85200 115.0560 x,y,z range (A): 51.41400 49.49900 64.20399 scale (grids/A): 2.495172 object centre (A): 28.49300 -5.926500 82.95400 number of atom coordinates read : 2671 total number of charged atoms : 2531 net assigned charge : 5.000021 assigned positive charge : 395.4137 centred at (gu) : 85.85217 86.24121 87.53815 assigned negative charge : -390.4147 centred at (gu) : 85.40445 86.47871 87.70800 start vw surface at 0.1100000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 136615 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24877 grid for indexing accessible points = 1.400000 m= 63655 mr = 96001 m= 19423 mr = 49639 m= 3386 mr = 14460 m= 230 mr = 2129 m= 2 mr = 77 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.190000 number of dielectric boundary points 61005 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 20225 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.663448 object centre at (A) : 28.49300 -5.926500 82.95400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2521403 0.4110953 midg,1,midg; midg,igrid,midg 7.6807793E-03 -3.2874795E-03 1,midg,midg; igrid,midg,midg -6.3884273E-02 3.4591816E-02 gauss-seidel spectral radius is 0.9991422 estimated iterations to convergence 270 setup time was (sec) 1.510000 now iterating at: 17:02:56 rms-change max change #iterations 8.288039 298.4748 at 10iterations 4.672465 156.0168 at 20iterations 2.608891 66.67780 at 30iterations 1.448755 37.90836 at 40iterations 0.8044580 20.91457 at 50iterations 0.4443502 10.15654 at 60iterations 0.2455150 5.857544 at 70iterations 0.1357590 3.009540 at 80iterations 7.4802965E-02 1.684723 at 90iterations 4.1065838E-02 0.9424343 at 100iterations 2.2652082E-02 0.5032473 at 110iterations 1.2463962E-02 0.2716141 at 120iterations 6.8566091E-03 0.1484585 at 130iterations 3.7742080E-03 9.2575073E-02 at 140iterations 2.0765751E-03 5.1349640E-02 at 150iterations 1.1402422E-03 2.3315430E-02 at 160iterations 6.2711921E-04 1.3884068E-02 at 170iterations 3.4615587E-04 8.0680847E-03 at 180iterations finished qdiffx linear iterations at : 17:03:12 total time elapsed so far: 18.16000 # loops : 180 mean,max change (kT/e) : 3.4615587E-04 8.0680847E-03 energy calculations done at 18.16000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.32000 DelPhi exited at 17:03:13 18.329u 0.536s 0:19.30 97.6% 0+0k 0+0io 0pf+0w