Sat Oct 8 11:49:29 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 8 2011 at 11:49:29 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: HIT 440 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5629349 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.66600 35.27100 ymin,ymax (A): 35.24400 98.48400 zmin,zma (A): 31.24300 91.06000 x,y,z range (A): 62.93700 63.24000 59.81699 scale (grids/A): 0.5629349 object centre (A): 3.802500 66.86400 61.15150 number of atom coordinates read : 4430 total number of charged atoms : 4269 net assigned charge : -7.485953 assigned positive charge : 670.2241 centred at (gu) : 90.49728 88.20187 88.56448 assigned negative charge : -677.7133 centred at (gu) : 90.33612 88.24518 88.70396 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8927 nv = 96 ne = 84 npr = 92936 no. pairs analyzed = 92936 no. exposed pairs = 5020 no. arc points = 33957 no. surface atoms = 1696 nbur = 2734 mkacc time = 0.2400000 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.540000 m= 395 mr = 5137 m= 0 mr = 33 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 75 time to turn everything in is 0.4900000 number of dielectric boundary points 4152 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3539 ## 426 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 11842 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.3054365E-09 -2.5477305E-09 midg,1,midg; midg,igrid,midg -2.0442631E-10 -1.1526904E-09 1,midg,midg; igrid,midg,midg -3.5605603E-09 2.2565405E-09 gauss-seidel spectral radius is 0.9838216 estimated iterations to convergence 65 setup time was (sec) 0.7600000 now iterating at: 11:49:30 rms-change max change #iterations 0.1067540 14.32389 at 10iterations 8.3150202E-03 1.063465 at 20iterations 9.9276076E-04 0.1525726 at 30iterations 2.4761993E-04 3.8902283E-02 at 40iterations 7.9791505E-05 1.0234833E-02 at 50iterations finished qdiffx linear iterations at : 11:49:35 total time elapsed so far: 5.040000 # loops : 50 mean,max change (kT/e) : 7.9791505E-05 1.0234833E-02 energy calculations done at 5.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.210000 DelPhi exited at 11:49:35 5.213u 0.405s 0:05.89 95.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 Sat Oct 8 2011 at 11:49:35 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: HIT 440 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.688805 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.66600 35.27100 ymin,ymax (A): 35.24400 98.48400 zmin,zma (A): 31.24300 91.06000 x,y,z range (A): 62.93700 63.24000 59.81699 scale (grids/A): 1.688805 object centre (A): 3.802500 66.86400 61.15150 number of atom coordinates read : 4430 total number of charged atoms : 4269 net assigned charge : -7.485953 assigned positive charge : 670.2241 centred at (gu) : 91.49049 84.60403 85.69221 assigned negative charge : -677.7133 centred at (gu) : 91.00788 84.73495 86.11129 start vw surface at 0.1600000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 100157 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33957 grid for indexing accessible points = 1.400000 m= 33529 mr = 72509 m= 3959 mr = 24503 m= 118 mr = 2297 m= 0 mr = 24 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 6236 time to turn everything in is 0.8100000 number of dielectric boundary points 38430 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 348 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 32961 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.5629349 object centre at (A) : 3.802500 66.86400 61.15150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6692275E-02 -2.5096882E-02 midg,1,midg; midg,igrid,midg 1.5242415E-02 -6.9954791E-03 1,midg,midg; igrid,midg,midg -2.6167111E-02 2.8095171E-02 gauss-seidel spectral radius is 0.9984290 estimated iterations to convergence 200 setup time was (sec) 1.140000 now iterating at: 11:49:37 rms-change max change #iterations 4.548030 158.6497 at 10iterations 2.012972 71.42836 at 20iterations 0.8950471 25.48302 at 30iterations 0.3966269 12.97229 at 40iterations 0.1761555 5.976691 at 50iterations 7.8183271E-02 2.319917 at 60iterations 3.4771398E-02 1.046418 at 70iterations 1.5535714E-02 0.4507065 at 80iterations 6.9490988E-03 0.2273835 at 90iterations 3.1267297E-03 0.1043167 at 100iterations 1.4277986E-03 4.3346405E-02 at 110iterations 6.6891219E-04 1.9117832E-02 at 120iterations finished qdiffx linear iterations at : 11:49:47 total time elapsed so far: 11.49000 # loops : 120 mean,max change (kT/e) : 6.6891219E-04 1.9117832E-02 energy calculations done at 11.49000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.67000 DelPhi exited at 11:49:48 11.677u 0.513s 0:12.46 97.7% 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 11:49:48 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4430 !!! WARNING: HIT 440 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.533207 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.66600 35.27100 ymin,ymax (A): 35.24400 98.48400 zmin,zma (A): 31.24300 91.06000 x,y,z range (A): 62.93700 63.24000 59.81699 scale (grids/A): 2.533207 object centre (A): 3.802500 66.86400 61.15150 number of atom coordinates read : 4430 total number of charged atoms : 4269 net assigned charge : -7.485953 assigned positive charge : 670.2241 centred at (gu) : 92.23536 81.90559 83.53804 assigned negative charge : -677.7133 centred at (gu) : 91.51177 82.10242 84.16681 start vw surface at 0.1600000 fill in re-entrant regions at 0.6400000 boundary points on vw surface= 233127 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33957 grid for indexing accessible points = 1.400000 m= 114615 mr = 176401 m= 35000 mr = 94121 m= 6641 mr = 27565 m= 536 mr = 4828 m= 11 mr = 315 m= 0 mr = 2 time to grow re-entrant surface = 1.270000 no. cavity mid-points inaccessible to solvent = 20859 time to turn everything in is 2.060000 number of dielectric boundary points 86698 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 27 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 34121 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.688805 object centre at (A) : 3.802500 66.86400 61.15150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5089700 -0.2988223 midg,1,midg; midg,igrid,midg 0.3225167 -0.1098831 1,midg,midg; igrid,midg,midg -0.2902936 0.2183829 gauss-seidel spectral radius is 0.9992285 estimated iterations to convergence 284 setup time was (sec) 2.500000 now iterating at: 11:49:51 rms-change max change #iterations 11.34688 363.9829 at 10iterations 6.567912 165.8819 at 20iterations 3.794135 70.15410 at 30iterations 2.179888 43.63279 at 40iterations 1.248352 24.10434 at 50iterations 0.7142937 17.64114 at 60iterations 0.4078755 8.156027 at 70iterations 0.2327044 4.319908 at 80iterations 0.1328962 2.337939 at 90iterations 7.5704351E-02 1.269619 at 100iterations 4.3067213E-02 0.7575378 at 110iterations 2.4551503E-02 0.4057217 at 120iterations 1.4001905E-02 0.2442733 at 130iterations 8.0018174E-03 0.1337481 at 140iterations 4.5705494E-03 8.0307961E-02 at 150iterations 2.6284629E-03 4.0884018E-02 at 160iterations 1.5290619E-03 2.6721954E-02 at 170iterations 8.9996547E-04 1.6528130E-02 at 180iterations finished qdiffx linear iterations at : 11:50:10 total time elapsed so far: 21.58000 # loops : 180 mean,max change (kT/e) : 8.9996547E-04 1.6528130E-02 energy calculations done at 21.58000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.76000 DelPhi exited at 11:50:10 21.763u 0.517s 0:22.58 98.6% 0+0k 0+0io 0pf+0w