Sat Oct 15 12:38:43 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+sph2.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 = amb2.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 15 2011 at 12:38:43 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3178 !!! WARNING: NDP 1030 has a net charge of -3.0000 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: 0.5623924 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): 7.749000 54.58700 ymin,ymax (A): -31.13300 32.16800 zmin,zma (A): 121.6960 175.8830 x,y,z range (A): 46.83800 63.30100 54.18700 scale (grids/A): 0.5623924 object centre (A): 31.16800 0.5174990 148.7895 number of atom coordinates read : 3178 total number of charged atoms : 3040 net assigned charge : 10.00004 assigned positive charge : 477.1911 centred at (gu) : 90.59821 89.90900 89.60610 assigned negative charge : -467.1922 centred at (gu) : 90.65353 89.84544 89.62534 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6571 nv = 96 ne = 84 npr = 64701 no. pairs analyzed = 64701 no. exposed pairs = 3766 no. arc points = 26771 no. surface atoms = 1248 nbur = 1930 mkacc time = 0.1200000 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= 279 mr = 3612 m= 3 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 28 time to turn everything in is 0.2300000 number of dielectric boundary points 3219 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2651 ## 302 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 8475 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5479905E-09 8.4301227E-10 midg,1,midg; midg,igrid,midg 3.6198602E-10 1.9246180E-09 1,midg,midg; igrid,midg,midg 1.6175895E-09 5.2473881E-10 gauss-seidel spectral radius is 0.9837037 estimated iterations to convergence 64 setup time was (sec) 0.4700000 now iterating at: 12:38:43 rms-change max change #iterations 8.9208797E-02 13.85336 at 10iterations 6.6257357E-03 1.004982 at 20iterations 5.9154746E-04 9.0597153E-02 at 30iterations 1.1661871E-04 1.6889572E-02 at 40iterations 3.4482411E-05 4.8847198E-03 at 50iterations finished qdiffx linear iterations at : 12:38:47 total time elapsed so far: 3.840000 # loops : 50 mean,max change (kT/e) : 3.4482411E-05 4.8847198E-03 energy calculations done at 3.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.970000 DelPhi exited at 12:38:47 3.977u 0.243s 0:04.56 92.3% 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 15 2011 at 12:38:47 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3178 !!! WARNING: NDP 1030 has a net charge of -3.0000 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.687177 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): 7.749000 54.58700 ymin,ymax (A): -31.13300 32.16800 zmin,zma (A): 121.6960 175.8830 x,y,z range (A): 46.83800 63.30100 54.18700 scale (grids/A): 1.687177 object centre (A): 31.16800 0.5174990 148.7895 number of atom coordinates read : 3178 total number of charged atoms : 3040 net assigned charge : 10.00004 assigned positive charge : 477.1911 centred at (gu) : 91.79395 89.72639 88.81740 assigned negative charge : -467.1922 centred at (gu) : 91.96029 89.53591 88.87566 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 72697 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26771 grid for indexing accessible points = 1.400000 m= 24392 mr = 51087 m= 2798 mr = 17472 m= 96 mr = 1505 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 2700 time to turn everything in is 0.3600000 number of dielectric boundary points 29907 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 275 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 23497 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.5623924 object centre at (A) : 31.16800 0.5174990 148.7895 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0915088E-03 5.5377414E-03 midg,1,midg; midg,igrid,midg 1.8212570E-02 2.2560392E-02 1,midg,midg; igrid,midg,midg 6.9924714E-03 6.8770396E-03 gauss-seidel spectral radius is 0.9983236 estimated iterations to convergence 194 setup time was (sec) 0.6200000 now iterating at: 12:38:48 rms-change max change #iterations 3.725737 160.7607 at 10iterations 1.604758 54.33350 at 20iterations 0.6913240 24.70273 at 30iterations 0.2989245 9.946205 at 40iterations 0.1295919 4.396738 at 50iterations 5.6030791E-02 2.461243 at 60iterations 2.4298955E-02 0.7216668 at 70iterations 1.0536098E-02 0.3580437 at 80iterations 4.5618261E-03 0.1606205 at 90iterations 1.9953093E-03 7.0282221E-02 at 100iterations 8.8880106E-04 3.6788940E-02 at 110iterations 4.0759487E-04 1.5363693E-02 at 120iterations finished qdiffx linear iterations at : 12:38:56 total time elapsed so far: 8.960000 # loops : 120 mean,max change (kT/e) : 4.0759487E-04 1.5363693E-02 energy calculations done at 8.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.100000 DelPhi exited at 12:38:57 9.102u 0.298s 0:09.73 96.5% 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 15 2011 at 12:38: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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3178 !!! WARNING: NDP 1030 has a net charge of -3.0000 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.530766 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): 7.749000 54.58700 ymin,ymax (A): -31.13300 32.16800 zmin,zma (A): 121.6960 175.8830 x,y,z range (A): 46.83800 63.30100 54.18700 scale (grids/A): 2.530766 object centre (A): 31.16800 0.5174990 148.7895 number of atom coordinates read : 3178 total number of charged atoms : 3040 net assigned charge : 10.00004 assigned positive charge : 477.1911 centred at (gu) : 92.69073 89.58929 88.22590 assigned negative charge : -467.1922 centred at (gu) : 92.94030 89.30373 88.31340 start vw surface at 0.1000000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 168649 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26771 grid for indexing accessible points = 1.400000 m= 81734 mr = 124100 m= 26161 mr = 66205 m= 4707 mr = 20493 m= 385 mr = 3281 m= 18 mr = 205 m= 0 mr = 2 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 9079 time to turn everything in is 0.9400000 number of dielectric boundary points 67368 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 1.060000 number of grid points assigned charge 24301 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.687177 object centre at (A) : 31.16800 0.5174990 148.7895 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3499416E-02 7.1635880E-02 midg,1,midg; midg,igrid,midg 6.6805974E-02 0.2664215 1,midg,midg; igrid,midg,midg 7.1222179E-02 0.1112308 gauss-seidel spectral radius is 0.9991834 estimated iterations to convergence 276 setup time was (sec) 1.240000 now iterating at: 12:38:58 rms-change max change #iterations 9.320267 276.4871 at 10iterations 5.336367 122.4493 at 20iterations 3.037359 73.78181 at 30iterations 1.719180 41.27354 at 40iterations 0.9711413 22.21498 at 50iterations 0.5485988 12.60322 at 60iterations 0.3093216 8.168530 at 70iterations 0.1734896 3.429031 at 80iterations 9.7408727E-02 2.002607 at 90iterations 5.4762434E-02 1.089493 at 100iterations 3.0710766E-02 0.5998068 at 110iterations 1.7193111E-02 0.3650792 at 120iterations 9.6231997E-03 0.1888552 at 130iterations 5.4005887E-03 0.1094398 at 140iterations 3.0216356E-03 6.1126709E-02 at 150iterations 1.6943055E-03 3.5295486E-02 at 160iterations 9.4884261E-04 1.8615723E-02 at 170iterations 5.3143455E-04 1.0005951E-02 at 180iterations finished qdiffx linear iterations at : 12:39:12 total time elapsed so far: 14.81000 # loops : 180 mean,max change (kT/e) : 5.3143455E-04 1.0005951E-02 energy calculations done at 14.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.95000 DelPhi exited at 12:39:12 14.952u 0.299s 0:15.52 98.1% 0+0k 0+0io 0pf+0w