Tue Oct 11 08:05: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 Tue Oct 11 2011 at 08:05: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 = 3060 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.5478524 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): 9.324000 73.63100 ymin,ymax (A): -1.182000 63.79900 zmin,zma (A): -9.783999 37.49300 x,y,z range (A): 64.30700 64.98100 47.27700 scale (grids/A): 0.5478524 object centre (A): 41.47750 31.30850 13.85450 number of atom coordinates read : 3060 total number of charged atoms : 2914 net assigned charge : 11.50002 assigned positive charge : 456.4198 centred at (gu) : 90.23749 90.60451 90.20781 assigned negative charge : -444.9212 centred at (gu) : 90.33755 90.63635 90.16103 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6147 nv = 96 ne = 84 npr = 57295 no. pairs analyzed = 57295 no. exposed pairs = 4410 no. arc points = 31976 no. surface atoms = 1475 nbur = 1585 mkacc time = 9.9999994E-02 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.568000 m= 231 mr = 2772 m= 0 mr = 10 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 3596 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3283 ## 475 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8009 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.1743703E-10 1.1626712E-09 midg,1,midg; midg,igrid,midg 8.6422741E-10 6.2887834E-10 1,midg,midg; igrid,midg,midg 1.3950795E-09 5.1556429E-11 gauss-seidel spectral radius is 0.9828461 estimated iterations to convergence 63 setup time was (sec) 0.4200000 now iterating at: 08:05:05 rms-change max change #iterations 7.3203444E-02 13.53758 at 10iterations 4.8583150E-03 0.7609978 at 20iterations 3.3209292E-04 6.4641476E-02 at 30iterations 2.3389506E-05 3.7288666E-03 at 40iterations 2.1358101E-06 3.0517578E-04 at 50iterations finished qdiffx linear iterations at : 08:05:08 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 2.1358101E-06 3.0517578E-04 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.470000 DelPhi exited at 08:05:09 3.469u 0.162s 0:04.22 85.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 Tue Oct 11 2011 at 08:05:09 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 = 3060 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.643557 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): 9.324000 73.63100 ymin,ymax (A): -1.182000 63.79900 zmin,zma (A): -9.783999 37.49300 x,y,z range (A): 64.30700 64.98100 47.27700 scale (grids/A): 1.643557 object centre (A): 41.47750 31.30850 13.85450 number of atom coordinates read : 3060 total number of charged atoms : 2914 net assigned charge : 11.50002 assigned positive charge : 456.4198 centred at (gu) : 90.71172 91.81243 90.62267 assigned negative charge : -444.9212 centred at (gu) : 91.01240 91.90897 90.48287 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 67067 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31976 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 19743 mr = 41738 m= 2045 mr = 12682 m= 60 mr = 934 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 95 time to turn everything in is 0.3400000 number of dielectric boundary points 33561 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 372 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 22342 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.5478524 object centre at (A) : 41.47750 31.30850 13.85450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.4499625E-03 8.9231506E-03 midg,1,midg; midg,igrid,midg -6.2159915E-03 -1.0812655E-02 1,midg,midg; igrid,midg,midg 3.1035991E-02 1.0392904E-02 gauss-seidel spectral radius is 0.9982379 estimated iterations to convergence 189 setup time was (sec) 0.5600000 now iterating at: 08:05:09 rms-change max change #iterations 3.364182 170.9688 at 10iterations 1.409313 58.25653 at 20iterations 0.5927381 21.81991 at 30iterations 0.2490663 8.825012 at 40iterations 0.1048843 3.693924 at 50iterations 4.3949865E-02 1.583763 at 60iterations 1.8542411E-02 0.7489603 at 70iterations 7.8166118E-03 0.2958298 at 80iterations 3.2967906E-03 0.1142673 at 90iterations 1.3824138E-03 5.9005737E-02 at 100iterations 5.8397406E-04 2.1238327E-02 at 110iterations 2.4618959E-04 9.0875626E-03 at 120iterations finished qdiffx linear iterations at : 08:05:17 total time elapsed so far: 7.710000 # loops : 120 mean,max change (kT/e) : 2.4618959E-04 9.0875626E-03 energy calculations done at 7.710000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.830000 DelPhi exited at 08:05:17 7.837u 0.207s 0:08.34 96.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 Tue Oct 11 2011 at 08:05:17 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 = 3060 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.465336 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): 9.324000 73.63100 ymin,ymax (A): -1.182000 63.79900 zmin,zma (A): -9.783999 37.49300 x,y,z range (A): 64.30700 64.98100 47.27700 scale (grids/A): 2.465336 object centre (A): 41.47750 31.30850 13.85450 number of atom coordinates read : 3060 total number of charged atoms : 2914 net assigned charge : 11.50002 assigned positive charge : 456.4198 centred at (gu) : 91.06696 92.71866 90.93359 assigned negative charge : -444.9212 centred at (gu) : 91.51859 92.86330 90.72402 start vw surface at 0.1000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 155650 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31976 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 67218 mr = 102961 m= 18889 mr = 50682 m= 3010 mr = 13641 m= 224 mr = 1879 m= 7 mr = 92 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 334 time to turn everything in is 0.8100000 number of dielectric boundary points 75743 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 21 iepsmp to db, and charging done at 0.9100000 number of grid points assigned charge 23283 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.643557 object centre at (A) : 41.47750 31.30850 13.85450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1504512 0.1121887 midg,1,midg; midg,igrid,midg -0.1132328 -7.0719667E-02 1,midg,midg; igrid,midg,midg 0.4358167 0.1530368 gauss-seidel spectral radius is 0.9991652 estimated iterations to convergence 273 setup time was (sec) 1.060000 now iterating at: 08:05:18 rms-change max change #iterations 8.871917 296.4393 at 10iterations 5.086923 131.2861 at 20iterations 2.893580 66.94193 at 30iterations 1.634776 36.19533 at 40iterations 0.9188070 20.70123 at 50iterations 0.5141430 11.37421 at 60iterations 0.2878469 6.261909 at 70iterations 0.1605474 4.130469 at 80iterations 8.9325614E-02 1.799033 at 90iterations 4.9659982E-02 1.035313 at 100iterations 2.7585559E-02 0.5992851 at 110iterations 1.5307287E-02 0.3175774 at 120iterations 8.5117742E-03 0.1758118 at 130iterations 4.7171353E-03 9.7618103E-02 at 140iterations 2.6139012E-03 5.2507401E-02 at 150iterations 1.4493278E-03 3.0828476E-02 at 160iterations 8.0571219E-04 1.6849518E-02 at 170iterations 4.4580066E-04 9.0098381E-03 at 180iterations finished qdiffx linear iterations at : 08:05:30 total time elapsed so far: 12.48000 # loops : 180 mean,max change (kT/e) : 4.4580066E-04 9.0098381E-03 energy calculations done at 12.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.61000 DelPhi exited at 08:05:30 12.611u 0.206s 0:13.27 96.5% 0+0k 0+0io 0pf+0w