Sat Oct 8 17:13:42 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:13:42 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 = 3483 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: 0.5537926 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): 37.40600 93.44300 ymin,ymax (A): 16.41200 80.69600 zmin,zma (A): -22.94800 24.83900 x,y,z range (A): 56.03700 64.28400 47.78700 scale (grids/A): 0.5537926 object centre (A): 65.42450 48.55400 0.9454994 number of atom coordinates read : 3483 total number of charged atoms : 3337 net assigned charge : -5.999988 assigned positive charge : 524.1451 centred at (gu) : 90.48444 89.88638 89.90475 assigned negative charge : -530.1469 centred at (gu) : 90.49341 89.86073 89.88171 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7001 nv = 96 ne = 84 npr = 70215 no. pairs analyzed = 70215 no. exposed pairs = 4356 no. arc points = 30063 no. surface atoms = 1475 nbur = 2008 mkacc time = 0.1800000 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= 286 mr = 3747 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 3522 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3067 ## 395 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 9099 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.6603279E-10 -2.5579450E-10 midg,1,midg; midg,igrid,midg -7.9814622E-10 -2.2793764E-10 1,midg,midg; igrid,midg,midg -3.6570366E-10 -6.7302536E-10 gauss-seidel spectral radius is 0.9832219 estimated iterations to convergence 64 setup time was (sec) 0.6300000 now iterating at: 17:13:43 rms-change max change #iterations 8.5342556E-02 14.66287 at 10iterations 6.0167080E-03 0.8710071 at 20iterations 5.0380820E-04 9.5039368E-02 at 30iterations 8.3207538E-05 1.8033981E-02 at 40iterations 2.2052187E-05 5.1026344E-03 at 50iterations finished qdiffx linear iterations at : 17:13:47 total time elapsed so far: 4.380000 # loops : 50 mean,max change (kT/e) : 2.2052187E-05 5.1026344E-03 energy calculations done at 4.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.550000 DelPhi exited at 17:13:47 4.550u 0.407s 0:05.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 17:13: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3483 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.661378 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): 37.40600 93.44300 ymin,ymax (A): 16.41200 80.69600 zmin,zma (A): -22.94800 24.83900 x,y,z range (A): 56.03700 64.28400 47.78700 scale (grids/A): 1.661378 object centre (A): 65.42450 48.55400 0.9454994 number of atom coordinates read : 3483 total number of charged atoms : 3337 net assigned charge : -5.999988 assigned positive charge : 524.1451 centred at (gu) : 91.45232 89.65802 89.71336 assigned negative charge : -530.1469 centred at (gu) : 91.47990 89.58188 89.64469 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 77133 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30063 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 25323 mr = 53408 m= 2773 mr = 17760 m= 69 mr = 1391 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 357 time to turn everything in is 0.6400000 number of dielectric boundary points 32739 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 383 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.8000000 number of grid points assigned charge 25656 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.5537926 object centre at (A) : 65.42450 48.55400 0.9454994 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9554880E-03 -2.7702409E-03 midg,1,midg; midg,igrid,midg 9.4147744E-03 1.9016335E-02 1,midg,midg; igrid,midg,midg -1.6635422E-02 -8.1965504E-03 gauss-seidel spectral radius is 0.9982982 estimated iterations to convergence 192 setup time was (sec) 0.9900000 now iterating at: 17:13:49 rms-change max change #iterations 3.784187 177.5294 at 10iterations 1.618802 60.90131 at 20iterations 0.6943490 22.98671 at 30iterations 0.2976200 9.201782 at 40iterations 0.1273377 4.353104 at 50iterations 5.4644402E-02 1.741802 at 60iterations 2.3568807E-02 0.7932816 at 70iterations 1.0103709E-02 0.3499312 at 80iterations 4.3605263E-03 0.1429195 at 90iterations 1.8900502E-03 6.4345226E-02 at 100iterations 8.3026080E-04 2.9212952E-02 at 110iterations 3.7506589E-04 1.2950897E-02 at 120iterations finished qdiffx linear iterations at : 17:13:58 total time elapsed so far: 10.56000 # loops : 120 mean,max change (kT/e) : 3.7506589E-04 1.2950897E-02 energy calculations done at 10.56000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.72000 DelPhi exited at 17:13:59 10.723u 0.448s 0:11.43 97.6% 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:13:59 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 = 3483 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.492067 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): 37.40600 93.44300 ymin,ymax (A): 16.41200 80.69600 zmin,zma (A): -22.94800 24.83900 x,y,z range (A): 56.03700 64.28400 47.78700 scale (grids/A): 2.492067 object centre (A): 65.42450 48.55400 0.9454994 number of atom coordinates read : 3483 total number of charged atoms : 3337 net assigned charge : -5.999988 assigned positive charge : 524.1451 centred at (gu) : 92.17821 89.48644 89.56956 assigned negative charge : -530.1469 centred at (gu) : 92.21954 89.37256 89.46703 start vw surface at 0.1300000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 179103 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30063 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 86546 mr = 130386 m= 25853 mr = 69289 m= 4382 mr = 19690 m= 318 mr = 2903 m= 5 mr = 119 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 1214 time to turn everything in is 1.580000 number of dielectric boundary points 73820 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 1.710000 number of grid points assigned charge 26671 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.661378 object centre at (A) : 65.42450 48.55400 0.9454994 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.5369353E-02 -1.1163221E-02 midg,1,midg; midg,igrid,midg 0.2744756 0.5201338 1,midg,midg; igrid,midg,midg -0.2455790 -6.4406134E-02 gauss-seidel spectral radius is 0.9991831 estimated iterations to convergence 276 setup time was (sec) 1.910000 now iterating at: 17:14:01 rms-change max change #iterations 9.631929 283.8636 at 10iterations 5.464864 120.2491 at 20iterations 3.095650 65.18493 at 30iterations 1.741911 36.50136 at 40iterations 0.9839655 20.90784 at 50iterations 0.5502068 10.99698 at 60iterations 0.3083896 6.728861 at 70iterations 0.1729915 3.504938 at 80iterations 9.6705914E-02 1.711740 at 90iterations 5.4219954E-02 1.032354 at 100iterations 3.0256741E-02 0.5458641 at 110iterations 1.6899137E-02 0.3158904 at 120iterations 9.4568608E-03 0.1802673 at 130iterations 5.2898847E-03 9.7795486E-02 at 140iterations 2.9617199E-03 5.7067871E-02 at 150iterations 1.6592937E-03 2.9998779E-02 at 160iterations 9.3378441E-04 1.8789291E-02 at 170iterations 5.2854506E-04 9.7260475E-03 at 180iterations finished qdiffx linear iterations at : 17:14:17 total time elapsed so far: 17.96000 # loops : 180 mean,max change (kT/e) : 5.2854506E-04 9.7260475E-03 energy calculations done at 17.96000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.12000 DelPhi exited at 17:14:18 18.128u 0.477s 0:18.88 98.4% 0+0k 0+0io 0pf+0w