Sun Oct 9 11:25:14 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 Sun Oct 9 2011 at 11:25:14 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 = 2771 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5860468 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): -20.65600 34.61600 ymin,ymax (A): 19.89200 72.82000 zmin,zma (A): 31.15700 91.90300 x,y,z range (A): 55.27200 52.92800 60.74600 scale (grids/A): 0.5860468 object centre (A): 6.980000 46.35600 61.53000 number of atom coordinates read : 2771 total number of charged atoms : 2627 net assigned charge : -3.999984 assigned positive charge : 400.6554 centred at (gu) : 90.67313 88.07739 90.42492 assigned negative charge : -404.6567 centred at (gu) : 90.79967 88.10371 90.48145 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6557 nv = 96 ne = 84 npr = 54816 no. pairs analyzed = 54816 no. exposed pairs = 3728 no. arc points = 26905 no. surface atoms = 1256 nbur = 1515 mkacc time = 8.9999996E-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.456000 m= 301 mr = 3267 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 1 time to turn everything in is 0.2000000 number of dielectric boundary points 3578 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2616 ## 233 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 8072 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.7815888E-10 -2.6890870E-09 midg,1,midg; midg,igrid,midg -6.1840388E-10 -1.0973100E-09 1,midg,midg; igrid,midg,midg 1.6822077E-09 -4.8904059E-09 gauss-seidel spectral radius is 0.9849688 estimated iterations to convergence 67 setup time was (sec) 0.4100000 now iterating at: 11:25:14 rms-change max change #iterations 9.8219357E-02 18.16826 at 10iterations 7.8842854E-03 1.147926 at 20iterations 6.2568713E-04 9.1285706E-02 at 30iterations 5.3847547E-05 8.2511902E-03 at 40iterations 6.0457805E-06 1.0741949E-03 at 50iterations finished qdiffx linear iterations at : 11:25:17 total time elapsed so far: 3.400000 # loops : 50 mean,max change (kT/e) : 6.0457805E-06 1.0741949E-03 energy calculations done at 3.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.540000 DelPhi exited at 11:25:18 3.543u 0.186s 0:04.22 88.1% 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 Sun Oct 9 2011 at 11:25:18 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 = 2771 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.758140 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): -20.65600 34.61600 ymin,ymax (A): 19.89200 72.82000 zmin,zma (A): 31.15700 91.90300 x,y,z range (A): 55.27200 52.92800 60.74600 scale (grids/A): 1.758140 object centre (A): 6.980000 46.35600 61.53000 number of atom coordinates read : 2771 total number of charged atoms : 2627 net assigned charge : -3.999984 assigned positive charge : 400.6554 centred at (gu) : 92.01862 84.23133 91.27368 assigned negative charge : -404.6567 centred at (gu) : 92.39899 84.31105 91.44408 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 71587 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26905 grid for indexing accessible points = 1.400000 m= 23640 mr = 47332 m= 3171 mr = 16208 m= 127 mr = 1713 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 242 time to turn everything in is 0.3500000 number of dielectric boundary points 33261 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 189 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 20487 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.5860468 object centre at (A) : 6.980000 46.35600 61.53000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3611704E-02 6.4174491E-03 midg,1,midg; midg,igrid,midg 7.0266197E-03 -7.8459373E-03 1,midg,midg; igrid,midg,midg -1.3142397E-02 -3.1645406E-02 gauss-seidel spectral radius is 0.9984426 estimated iterations to convergence 201 setup time was (sec) 0.6000000 now iterating at: 11:25:19 rms-change max change #iterations 3.679652 152.5240 at 10iterations 1.623609 61.22759 at 20iterations 0.7219328 29.17338 at 30iterations 0.3200305 10.81087 at 40iterations 0.1418471 4.760487 at 50iterations 6.2980004E-02 2.125938 at 60iterations 2.7996454E-02 0.9559064 at 70iterations 1.2446398E-02 0.6093502 at 80iterations 5.5071474E-03 0.1877652 at 90iterations 2.4689289E-03 8.3645344E-02 at 100iterations 1.0969489E-03 4.0173054E-02 at 110iterations 4.8968720E-04 1.6705513E-02 at 120iterations finished qdiffx linear iterations at : 11:25:26 total time elapsed so far: 8.180000 # loops : 120 mean,max change (kT/e) : 4.8968720E-04 1.6705513E-02 energy calculations done at 8.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.320000 DelPhi exited at 11:25:27 8.325u 0.217s 0:09.05 94.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 Sun Oct 9 2011 at 11:25:27 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 = 2771 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.637211 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): -20.65600 34.61600 ymin,ymax (A): 19.89200 72.82000 zmin,zma (A): 31.15700 91.90300 x,y,z range (A): 55.27200 52.92800 60.74600 scale (grids/A): 2.637211 object centre (A): 6.980000 46.35600 61.53000 number of atom coordinates read : 2771 total number of charged atoms : 2627 net assigned charge : -3.999984 assigned positive charge : 400.6554 centred at (gu) : 93.02785 81.34666 91.91026 assigned negative charge : -404.6567 centred at (gu) : 93.59839 81.46650 92.16618 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 166021 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26905 grid for indexing accessible points = 1.400000 m= 77877 mr = 116057 m= 25652 mr = 61025 m= 5295 mr = 19398 m= 567 mr = 3609 m= 23 mr = 293 m= 0 mr = 4 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 863 time to turn everything in is 0.8900000 number of dielectric boundary points 75049 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 0.9800000 number of grid points assigned charge 21007 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.758140 object centre at (A) : 6.980000 46.35600 61.53000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2096571 0.3899812 midg,1,midg; midg,igrid,midg 0.1331296 -0.1655894 1,midg,midg; igrid,midg,midg -0.2037805 -0.3586946 gauss-seidel spectral radius is 0.9992172 estimated iterations to convergence 282 setup time was (sec) 1.140000 now iterating at: 11:25:28 rms-change max change #iterations 9.234940 305.1623 at 10iterations 5.400265 139.8643 at 20iterations 3.113605 71.27371 at 30iterations 1.793645 39.90658 at 40iterations 1.024439 22.52839 at 50iterations 0.5858853 10.92279 at 60iterations 0.3337544 6.559594 at 70iterations 0.1898545 3.532875 at 80iterations 0.1077946 2.016167 at 90iterations 6.1109677E-02 1.248949 at 100iterations 3.4695473E-02 0.6655345 at 110iterations 1.9647291E-02 0.3778019 at 120iterations 1.1121402E-02 0.2121127 at 130iterations 6.3030403E-03 0.1230698 at 140iterations 3.5655017E-03 6.9156647E-02 at 150iterations 2.0186175E-03 3.7042618E-02 at 160iterations 1.1404551E-03 2.0549774E-02 at 170iterations 6.4410025E-04 1.2355804E-02 at 180iterations finished qdiffx linear iterations at : 11:25:40 total time elapsed so far: 12.98000 # loops : 180 mean,max change (kT/e) : 6.4410025E-04 1.2355804E-02 energy calculations done at 12.98000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.12000 DelPhi exited at 11:25:41 13.121u 0.223s 0:13.69 97.4% 0+0k 0+0io 0pf+0w