Sat Oct 8 21:47:12 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 21:47:12 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 = 1991 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6379929 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): -27.43500 28.36500 ymin,ymax (A): 46.24000 94.05700 zmin,zma (A): -7.699000 34.13700 x,y,z range (A): 55.80000 47.81700 41.83600 scale (grids/A): 0.6379929 object centre (A): 0.4650002 70.14850 13.21900 number of atom coordinates read : 1991 total number of charged atoms : 1855 net assigned charge : -0.9999942 assigned positive charge : 294.1609 centred at (gu) : 92.24075 89.44043 91.09532 assigned negative charge : -295.1609 centred at (gu) : 92.13119 89.51684 91.02792 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5668 nv = 96 ne = 84 npr = 38872 no. pairs analyzed = 38872 no. exposed pairs = 2640 no. arc points = 18292 no. surface atoms = 889 nbur = 1102 mkacc time = 7.0000008E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 329 mr = 3056 m= 4 mr = 45 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2900 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1740 ## 147 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 6552 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.8133645E-09 4.9739426E-09 midg,1,midg; midg,igrid,midg 5.2447469E-09 -7.1968986E-09 1,midg,midg; igrid,midg,midg -6.7679036E-09 1.2127081E-08 gauss-seidel spectral radius is 0.9872227 estimated iterations to convergence 72 setup time was (sec) 0.3400000 now iterating at: 21:47:13 rms-change max change #iterations 0.1227928 21.51789 at 10iterations 1.2146679E-02 2.219540 at 20iterations 1.2736268E-03 0.2147646 at 30iterations 1.8495473E-04 2.7940750E-02 at 40iterations 4.6273999E-05 8.1167221E-03 at 50iterations finished qdiffx linear iterations at : 21:47:15 total time elapsed so far: 3.160000 # loops : 50 mean,max change (kT/e) : 4.6273999E-05 8.1167221E-03 energy calculations done at 3.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 21:47:16 3.300u 0.177s 0:03.77 92.0% 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 21:47:16 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 = 1991 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.913979 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): -27.43500 28.36500 ymin,ymax (A): 46.24000 94.05700 zmin,zma (A): -7.699000 34.13700 x,y,z range (A): 55.80000 47.81700 41.83600 scale (grids/A): 1.913979 object centre (A): 0.4650002 70.14850 13.21900 number of atom coordinates read : 1991 total number of charged atoms : 1855 net assigned charge : -0.9999942 assigned positive charge : 294.1609 centred at (gu) : 96.72237 88.32144 93.28591 assigned negative charge : -295.1609 centred at (gu) : 96.39372 88.55042 93.08353 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 61063 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18292 grid for indexing accessible points = 1.400000 m= 23045 mr = 41978 m= 3798 mr = 17010 m= 241 mr = 2381 m= 3 mr = 110 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 26671 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 112 iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 14621 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.6379929 object centre at (A) : 0.4650002 70.14850 13.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8362037E-03 4.6781334E-03 midg,1,midg; midg,igrid,midg 2.4242951E-02 -8.5540098E-04 1,midg,midg; igrid,midg,midg -4.2420890E-02 -2.7774552E-02 gauss-seidel spectral radius is 0.9985886 estimated iterations to convergence 211 setup time was (sec) 0.5200000 now iterating at: 21:47:17 rms-change max change #iterations 3.628877 182.9648 at 10iterations 1.681249 72.57370 at 20iterations 0.7800052 30.09312 at 30iterations 0.3592642 12.85330 at 40iterations 0.1659399 6.190236 at 50iterations 7.6806746E-02 2.559282 at 60iterations 3.5628039E-02 1.339583 at 70iterations 1.6493509E-02 0.5952454 at 80iterations 7.6631363E-03 0.2722340 at 90iterations 3.5715206E-03 0.1263437 at 100iterations 1.6756224E-03 6.4558029E-02 at 110iterations 8.0078474E-04 2.8806686E-02 at 120iterations finished qdiffx linear iterations at : 21:47:24 total time elapsed so far: 7.440000 # loops : 120 mean,max change (kT/e) : 8.0078474E-04 2.8806686E-02 energy calculations done at 7.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.570000 DelPhi exited at 21:47:24 7.573u 0.230s 0:08.22 94.8% 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 21:47: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 = 1991 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.870968 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): -27.43500 28.36500 ymin,ymax (A): 46.24000 94.05700 zmin,zma (A): -7.699000 34.13700 x,y,z range (A): 55.80000 47.81700 41.83600 scale (grids/A): 2.870968 object centre (A): 0.4650002 70.14850 13.21900 number of atom coordinates read : 1991 total number of charged atoms : 1855 net assigned charge : -0.9999942 assigned positive charge : 294.1609 centred at (gu) : 100.0834 87.48199 94.92889 assigned negative charge : -295.1609 centred at (gu) : 99.59061 87.82573 94.62527 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 140700 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18292 grid for indexing accessible points = 1.400000 m= 73356 mr = 101534 m= 27414 mr = 59954 m= 6848 mr = 21943 m= 1075 mr = 5195 m= 65 mr = 760 m= 1 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8000000 number of dielectric boundary points 60037 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 14839 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.913979 object centre at (A) : 0.4650002 70.14850 13.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.8473569E-02 6.4046614E-02 midg,1,midg; midg,igrid,midg 0.2750371 -4.6214573E-02 1,midg,midg; igrid,midg,midg -0.7827358 -0.3772761 gauss-seidel spectral radius is 0.9992369 estimated iterations to convergence 286 setup time was (sec) 1.020000 now iterating at: 21:47:26 rms-change max change #iterations 8.706120 434.7831 at 10iterations 5.090549 130.2296 at 20iterations 2.946305 64.92124 at 30iterations 1.703525 37.12784 at 40iterations 0.9783608 21.52437 at 50iterations 0.5632567 12.39867 at 60iterations 0.3226917 6.677858 at 70iterations 0.1850182 3.849796 at 80iterations 0.1058389 2.163004 at 90iterations 6.0451839E-02 1.296272 at 100iterations 3.4499299E-02 0.6395045 at 110iterations 1.9705676E-02 0.4321289 at 120iterations 1.1295528E-02 0.2313190 at 130iterations 6.4504026E-03 0.1299400 at 140iterations 3.7059293E-03 8.1442833E-02 at 150iterations 2.1354072E-03 4.7204971E-02 at 160iterations 1.2394318E-03 2.4808407E-02 at 170iterations 7.3303480E-04 1.4465332E-02 at 180iterations finished qdiffx linear iterations at : 21:47:37 total time elapsed so far: 12.00000 # loops : 180 mean,max change (kT/e) : 7.3303480E-04 1.4465332E-02 energy calculations done at 12.00000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.12000 DelPhi exited at 21:47:38 12.122u 1.275s 0:13.71 97.6% 0+0k 0+0io 0pf+0w