Mon Oct 10 14:02:20 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 Mon Oct 10 2011 at 14:02:20 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3625 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5617712 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): -2.234000 60.18300 ymin,ymax (A): -18.28800 45.08300 zmin,zma (A): -5.903000 55.29700 x,y,z range (A): 62.41700 63.37100 61.20000 scale (grids/A): 0.5617712 object centre (A): 28.97450 13.39750 24.69700 number of atom coordinates read : 3625 total number of charged atoms : 3478 net assigned charge : -4.999969 assigned positive charge : 547.1228 centred at (gu) : 88.85227 86.29999 91.00856 assigned negative charge : -552.1247 centred at (gu) : 88.89577 86.25623 90.97589 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7496 nv = 96 ne = 84 npr = 73214 no. pairs analyzed = 73214 no. exposed pairs = 4671 no. arc points = 32369 no. surface atoms = 1555 nbur = 2070 mkacc time = 0.1900000 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= 298 mr = 3946 m= 0 mr = 12 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4300000 number of dielectric boundary points 3836 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3322 ## 413 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 9791 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.9828177E-10 -9.0184651E-11 midg,1,midg; midg,igrid,midg -2.9114917E-09 2.3493056E-11 1,midg,midg; igrid,midg,midg 1.1226982E-10 -8.9112739E-10 gauss-seidel spectral radius is 0.9837048 estimated iterations to convergence 64 setup time was (sec) 0.7000000 now iterating at: 14:02:21 rms-change max change #iterations 9.4901301E-02 14.07052 at 10iterations 6.8609850E-03 1.058462 at 20iterations 5.3394120E-04 9.0721846E-02 at 30iterations 6.5819360E-05 1.1400700E-02 at 40iterations 1.4176210E-05 2.7935505E-03 at 50iterations finished qdiffx linear iterations at : 14:02:25 total time elapsed so far: 5.200000 # loops : 50 mean,max change (kT/e) : 1.4176210E-05 2.7935505E-03 energy calculations done at 5.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.380000 DelPhi exited at 14:02:26 5.384u 0.395s 0:06.55 88.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 Mon Oct 10 2011 at 14:02:26 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3625 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.685313 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): -2.234000 60.18300 ymin,ymax (A): -18.28800 45.08300 zmin,zma (A): -5.903000 55.29700 x,y,z range (A): 62.41700 63.37100 61.20000 scale (grids/A): 1.685313 object centre (A): 28.97450 13.39750 24.69700 number of atom coordinates read : 3625 total number of charged atoms : 3478 net assigned charge : -4.999969 assigned positive charge : 547.1228 centred at (gu) : 86.55587 78.89901 93.02448 assigned negative charge : -552.1247 centred at (gu) : 86.68703 78.76814 92.92693 start vw surface at 0.1400000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 82837 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32369 grid for indexing accessible points = 1.400000 m= 26820 mr = 56914 m= 2946 mr = 18587 m= 83 mr = 1409 m= 2 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7000000 number of dielectric boundary points 35771 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 326 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 26820 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.5617712 object centre at (A) : 28.97450 13.39750 24.69700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3110735E-03 -4.3969074E-05 midg,1,midg; midg,igrid,midg -3.4794040E-02 2.4182179E-03 1,midg,midg; igrid,midg,midg -1.3805449E-02 -3.7296426E-02 gauss-seidel spectral radius is 0.9983533 estimated iterations to convergence 196 setup time was (sec) 1.020000 now iterating at: 14:02:28 rms-change max change #iterations 4.029356 187.8559 at 10iterations 1.752250 58.16969 at 20iterations 0.7630301 24.44440 at 30iterations 0.3303371 11.02877 at 40iterations 0.1435879 5.094265 at 50iterations 6.2776521E-02 2.156607 at 60iterations 2.7342537E-02 0.9434063 at 70iterations 1.1864744E-02 0.3850231 at 80iterations 5.1766415E-03 0.1619897 at 90iterations 2.2659458E-03 7.0728302E-02 at 100iterations 9.9597254E-04 3.1641006E-02 at 110iterations 4.4204877E-04 1.3511658E-02 at 120iterations finished qdiffx linear iterations at : 14:02:39 total time elapsed so far: 12.45000 # loops : 120 mean,max change (kT/e) : 4.4204877E-04 1.3511658E-02 energy calculations done at 12.45000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.62000 DelPhi exited at 14:02:40 12.626u 0.455s 0:13.43 97.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 Mon Oct 10 2011 at 14:02:41 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3625 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.527970 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): -2.234000 60.18300 ymin,ymax (A): -18.28800 45.08300 zmin,zma (A): -5.903000 55.29700 x,y,z range (A): 62.41700 63.37100 61.20000 scale (grids/A): 2.527970 object centre (A): 28.97450 13.39750 24.69700 number of atom coordinates read : 3625 total number of charged atoms : 3478 net assigned charge : -4.999969 assigned positive charge : 547.1228 centred at (gu) : 84.83363 73.34828 94.53643 assigned negative charge : -552.1247 centred at (gu) : 85.03047 73.15205 94.39035 start vw surface at 0.1400000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 192186 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32369 grid for indexing accessible points = 1.400000 m= 91847 mr = 138884 m= 27389 mr = 73165 m= 4833 mr = 20508 m= 374 mr = 3085 m= 9 mr = 139 m= 0 mr = 0 time to grow re-entrant surface = 1.070000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.760000 number of dielectric boundary points 80857 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.910000 number of grid points assigned charge 27802 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.685313 object centre at (A) : 28.97450 13.39750 24.69700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.9678524E-03 0.2064270 midg,1,midg; midg,igrid,midg -0.5280452 2.6514612E-02 1,midg,midg; igrid,midg,midg -0.2118511 -0.7026442 gauss-seidel spectral radius is 0.9992045 estimated iterations to convergence 280 setup time was (sec) 2.140000 now iterating at: 14:02:43 rms-change max change #iterations 10.24746 287.4675 at 10iterations 5.904898 152.1657 at 20iterations 3.379569 73.78084 at 30iterations 1.928971 36.09336 at 40iterations 1.093535 20.80266 at 50iterations 0.6222417 13.28010 at 60iterations 0.3524912 7.002272 at 70iterations 0.1992256 3.767440 at 80iterations 0.1125865 2.199461 at 90iterations 6.3448124E-02 1.337639 at 100iterations 3.5784394E-02 0.6767311 at 110iterations 2.0186808E-02 0.3799398 at 120iterations 1.1382835E-02 0.1998711 at 130iterations 6.4291027E-03 0.1205797 at 140iterations 3.6237750E-03 6.5216064E-02 at 150iterations 2.0462940E-03 3.8720608E-02 at 160iterations 1.1636125E-03 2.0637989E-02 at 170iterations 6.6032726E-04 1.1794090E-02 at 180iterations finished qdiffx linear iterations at : 14:03:03 total time elapsed so far: 21.86000 # loops : 180 mean,max change (kT/e) : 6.6032726E-04 1.1794090E-02 energy calculations done at 21.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 22.04000 DelPhi exited at 14:03:04 22.045u 0.465s 0:22.92 98.1% 0+0k 0+0io 0pf+0w