Sat Oct 8 17:03:04 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 Sat Oct 8 2011 at 17:03: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3591 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.5131236 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): -5.141000 64.23800 ymin,ymax (A): 14.02600 76.45800 zmin,zma (A): -13.01200 34.29000 x,y,z range (A): 69.37900 62.43200 47.30200 scale (grids/A): 0.5131236 object centre (A): 29.54850 45.24200 10.63900 number of atom coordinates read : 3591 total number of charged atoms : 3444 net assigned charge : -7.999989 assigned positive charge : 543.3740 centred at (gu) : 89.98248 87.63834 89.51685 assigned negative charge : -551.3758 centred at (gu) : 89.95915 87.68280 89.54833 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5948 nv = 96 ne = 84 npr = 72849 no. pairs analyzed = 72849 no. exposed pairs = 4468 no. arc points = 30765 no. surface atoms = 1502 nbur = 2089 mkacc time = 0.1900000 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.652000 m= 209 mr = 3099 m= 0 mr = 3 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 3055 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3056 ## 479 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 8019 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.7046639E-11 -1.7567095E-10 midg,1,midg; midg,igrid,midg -5.2379014E-11 -1.2448798E-10 1,midg,midg; igrid,midg,midg -1.8166804E-10 -7.7212424E-11 gauss-seidel spectral radius is 0.9804862 estimated iterations to convergence 59 setup time was (sec) 0.6900000 now iterating at: 17:03:05 rms-change max change #iterations 5.8906589E-02 12.72028 at 10iterations 3.4211760E-03 0.6222534 at 20iterations 2.2040696E-04 3.9641857E-02 at 30iterations 3.2589327E-05 6.2398911E-03 at 40iterations 8.2569604E-06 1.7204285E-03 at 50iterations finished qdiffx linear iterations at : 17:03:10 total time elapsed so far: 5.260000 # loops : 50 mean,max change (kT/e) : 8.2569604E-06 1.7204285E-03 energy calculations done at 5.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.450000 DelPhi exited at 17:03:10 5.451u 0.484s 0:06.19 95.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 Sat Oct 8 2011 at 17:03:10 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 = 3591 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.539371 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): -5.141000 64.23800 ymin,ymax (A): 14.02600 76.45800 zmin,zma (A): -13.01200 34.29000 x,y,z range (A): 69.37900 62.43200 47.30200 scale (grids/A): 1.539371 object centre (A): 29.54850 45.24200 10.63900 number of atom coordinates read : 3591 total number of charged atoms : 3444 net assigned charge : -7.999989 assigned positive charge : 543.3740 centred at (gu) : 89.94674 82.91402 88.54956 assigned negative charge : -551.3758 centred at (gu) : 89.87706 83.04797 88.64460 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 67226 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30765 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 19746 mr = 46243 m= 1702 mr = 13271 m= 32 mr = 731 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 401 time to turn everything in is 0.6000000 number of dielectric boundary points 28461 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 458 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 26034 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.5131236 object centre at (A) : 29.54850 45.24200 10.63900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1653631E-03 -1.5907955E-03 midg,1,midg; midg,igrid,midg -1.4792093E-02 -1.3975010E-02 1,midg,midg; igrid,midg,midg 8.0430470E-03 -2.0338763E-03 gauss-seidel spectral radius is 0.9979970 estimated iterations to convergence 178 setup time was (sec) 0.9500000 now iterating at: 17:03:12 rms-change max change #iterations 3.243335 171.7227 at 10iterations 1.287081 45.37579 at 20iterations 0.5169091 18.18127 at 30iterations 0.2061689 7.347534 at 40iterations 8.2612351E-02 2.904434 at 50iterations 3.2834217E-02 1.174289 at 60iterations 1.3183908E-02 0.4591486 at 70iterations 5.2764174E-03 0.1824646 at 80iterations 2.1243128E-03 7.1872711E-02 at 90iterations 8.5507712E-04 3.1310081E-02 at 100iterations 3.5153417E-04 1.2641907E-02 at 110iterations 1.5016003E-04 6.7300797E-03 at 120iterations finished qdiffx linear iterations at : 17:03:24 total time elapsed so far: 12.65000 # loops : 120 mean,max change (kT/e) : 1.5016003E-04 6.7300797E-03 energy calculations done at 12.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.82000 DelPhi exited at 17:03:24 12.824u 0.518s 0:13.64 97.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 Sat Oct 8 2011 at 17:03: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3591 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.309056 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): -5.141000 64.23800 ymin,ymax (A): 14.02600 76.45800 zmin,zma (A): -13.01200 34.29000 x,y,z range (A): 69.37900 62.43200 47.30200 scale (grids/A): 2.309056 object centre (A): 29.54850 45.24200 10.63900 number of atom coordinates read : 3591 total number of charged atoms : 3444 net assigned charge : -7.999989 assigned positive charge : 543.3740 centred at (gu) : 89.91982 79.37084 87.82407 assigned negative charge : -551.3758 centred at (gu) : 89.81557 79.57174 87.96684 start vw surface at 0.1500000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 156857 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30765 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 70457 mr = 113659 m= 18003 mr = 55363 m= 2578 mr = 13019 m= 131 mr = 1613 m= 2 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.8600000 no. cavity mid-points inaccessible to solvent = 1377 time to turn everything in is 1.420000 number of dielectric boundary points 64343 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 53 iepsmp to db, and charging done at 1.570000 number of grid points assigned charge 27490 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.539371 object centre at (A) : 29.54850 45.24200 10.63900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.1780352E-03 -1.4516928E-02 midg,1,midg; midg,igrid,midg -0.3092479 -0.2712587 1,midg,midg; igrid,midg,midg 0.4120161 -4.1889634E-02 gauss-seidel spectral radius is 0.9990839 estimated iterations to convergence 261 setup time was (sec) 1.800000 now iterating at: 17:03:26 rms-change max change #iterations 8.726306 271.2468 at 10iterations 4.843965 126.8549 at 20iterations 2.662540 69.68149 at 30iterations 1.456240 34.97237 at 40iterations 0.7955988 18.75667 at 50iterations 0.4331717 9.308025 at 60iterations 0.2353048 5.149642 at 70iterations 0.1275180 2.838224 at 80iterations 6.8969727E-02 1.464107 at 90iterations 3.7406888E-02 0.8340797 at 100iterations 2.0237034E-02 0.4292665 at 110iterations 1.0955025E-02 0.2421112 at 120iterations 5.9028938E-03 0.1149902 at 130iterations 3.2095646E-03 6.9232941E-02 at 140iterations 1.7400816E-03 3.7311554E-02 at 150iterations 9.4554370E-04 2.0789146E-02 at 160iterations 5.1797862E-04 1.1045456E-02 at 170iterations 2.8845659E-04 6.6413879E-03 at 180iterations finished qdiffx linear iterations at : 17:03:46 total time elapsed so far: 20.93000 # loops : 180 mean,max change (kT/e) : 2.8845659E-04 6.6413879E-03 energy calculations done at 20.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.09000 DelPhi exited at 17:03:46 21.099u 0.549s 0:22.10 97.8% 0+0k 0+0io 0pf+0w