Sat Oct 15 15:37: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+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 15 2011 at 15:37:44 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3176 !!! WARNING: UMP 529 has a net charge of -0.1000 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.5910283 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): 0.3299999 49.17300 ymin,ymax (A): -7.856000 49.36700 zmin,zma (A): 0.6990000 60.93300 x,y,z range (A): 48.84300 57.22300 60.23400 scale (grids/A): 0.5910283 object centre (A): 24.75150 20.75550 30.81600 number of atom coordinates read : 3176 total number of charged atoms : 3005 net assigned charge : -9.9991143E-02 assigned positive charge : 473.2100 centred at (gu) : 89.55074 89.27197 90.93579 assigned negative charge : -473.3110 centred at (gu) : 89.45477 89.19325 90.89369 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7343 nv = 96 ne = 84 npr = 65408 no. pairs analyzed = 65408 no. exposed pairs = 3704 no. arc points = 25154 no. surface atoms = 1267 nbur = 1909 mkacc time = 0.1700000 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.456000 m= 340 mr = 4283 m= 1 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 88 time to turn everything in is 0.3800000 number of dielectric boundary points 3362 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2504 ## 242 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9151 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1449199E-09 1.7436725E-09 midg,1,midg; midg,igrid,midg -3.1676675E-09 2.2004909E-09 1,midg,midg; igrid,midg,midg -3.6214938E-09 2.8577340E-09 gauss-seidel spectral radius is 0.9852299 estimated iterations to convergence 68 setup time was (sec) 0.6900000 now iterating at: 15:37:46 rms-change max change #iterations 0.1117677 15.85247 at 10iterations 9.7493688E-03 1.231987 at 20iterations 1.1498276E-03 0.1698179 at 30iterations 2.9612365E-04 5.0277710E-02 at 40iterations 9.4356779E-05 1.6585350E-02 at 50iterations finished qdiffx linear iterations at : 15:37:56 total time elapsed so far: 5.240000 # loops : 50 mean,max change (kT/e) : 9.4356779E-05 1.6585350E-02 energy calculations done at 5.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.410000 DelPhi exited at 15:37:57 5.418u 0.469s 0:12.82 45.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 15 2011 at 15:37: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3176 !!! WARNING: UMP 529 has a net charge of -0.1000 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.773085 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): 0.3299999 49.17300 ymin,ymax (A): -7.856000 49.36700 zmin,zma (A): 0.6990000 60.93300 x,y,z range (A): 48.84300 57.22300 60.23400 scale (grids/A): 1.773085 object centre (A): 24.75150 20.75550 30.81600 number of atom coordinates read : 3176 total number of charged atoms : 3005 net assigned charge : -9.9991143E-02 assigned positive charge : 473.2100 centred at (gu) : 88.65141 87.81543 92.80645 assigned negative charge : -473.3110 centred at (gu) : 88.36391 87.57951 92.68080 start vw surface at 0.1300000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 80957 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25154 grid for indexing accessible points = 1.400000 m= 29334 mr = 58253 m= 3868 mr = 22394 m= 140 mr = 2422 m= 0 mr = 40 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 3091 time to turn everything in is 0.6900000 number of dielectric boundary points 31190 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 219 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 23457 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.5910283 object centre at (A) : 24.75150 20.75550 30.81600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.2165766E-03 2.3100311E-03 midg,1,midg; midg,igrid,midg -1.6202237E-02 1.9712213E-03 1,midg,midg; igrid,midg,midg -1.1272267E-02 9.9489437E-03 gauss-seidel spectral radius is 0.9984831 estimated iterations to convergence 204 setup time was (sec) 1.050000 now iterating at: 15:37:59 rms-change max change #iterations 4.107809 155.7102 at 10iterations 1.850644 63.46936 at 20iterations 0.8366131 26.15219 at 30iterations 0.3765804 12.35982 at 40iterations 0.1706109 5.934578 at 50iterations 7.6899484E-02 2.458267 at 60iterations 3.4897208E-02 1.046009 at 70iterations 1.5868468E-02 0.5053215 at 80iterations 7.3292479E-03 0.2722893 at 90iterations 3.4622457E-03 0.1174355 at 100iterations 1.7411190E-03 5.7712555E-02 at 110iterations 9.4676157E-04 3.7918091E-02 at 120iterations finished qdiffx linear iterations at : 15:38:24 total time elapsed so far: 12.69000 # loops : 120 mean,max change (kT/e) : 9.4676157E-04 3.7918091E-02 energy calculations done at 12.69000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.86000 DelPhi exited at 15:38:25 12.861u 0.564s 0:28.60 46.9% 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 15:38:28 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3176 !!! WARNING: UMP 529 has a net charge of -0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.659627 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): 0.3299999 49.17300 ymin,ymax (A): -7.856000 49.36700 zmin,zma (A): 0.6990000 60.93300 x,y,z range (A): 48.84300 57.22300 60.23400 scale (grids/A): 2.659627 object centre (A): 24.75150 20.75550 30.81600 number of atom coordinates read : 3176 total number of charged atoms : 3005 net assigned charge : -9.9991143E-02 assigned positive charge : 473.2100 centred at (gu) : 87.97694 86.72271 94.20948 assigned negative charge : -473.3110 centred at (gu) : 87.54582 86.36918 94.02108 start vw surface at 0.1300000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 187533 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25154 grid for indexing accessible points = 1.400000 m= 97503 mr = 141021 m= 32926 mr = 81524 m= 6613 mr = 26930 m= 628 mr = 5022 m= 29 mr = 397 m= 0 mr = 15 time to grow re-entrant surface = 1.080000 no. cavity mid-points inaccessible to solvent = 10435 time to turn everything in is 1.750000 number of dielectric boundary points 70323 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.910000 number of grid points assigned charge 24034 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.773085 object centre at (A) : 24.75150 20.75550 30.81600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3299595 -0.1048765 midg,1,midg; midg,igrid,midg -0.3528860 3.3102211E-02 1,midg,midg; igrid,midg,midg -0.1343323 0.1245957 gauss-seidel spectral radius is 0.9992232 estimated iterations to convergence 283 setup time was (sec) 2.140000 now iterating at: 15:38:32 rms-change max change #iterations 9.909145 269.8971 at 10iterations 5.696813 118.1985 at 20iterations 3.263943 65.24030 at 30iterations 1.858052 40.12180 at 40iterations 1.059787 19.39814 at 50iterations 0.6029318 11.25088 at 60iterations 0.3427329 6.864789 at 70iterations 0.1951566 3.746187 at 80iterations 0.1109315 1.847214 at 90iterations 6.3012198E-02 1.054462 at 100iterations 3.5827763E-02 0.6187325 at 110iterations 2.0367850E-02 0.3798666 at 120iterations 1.1684901E-02 0.2168350 at 130iterations 6.7478991E-03 0.1275778 at 140iterations 3.9567272E-03 7.2887421E-02 at 150iterations 2.3991191E-03 4.4610620E-02 at 160iterations 1.5217095E-03 3.2470703E-02 at 170iterations 1.0264241E-03 2.1354675E-02 at 180iterations finished qdiffx linear iterations at : 15:39:13 total time elapsed so far: 21.78000 # loops : 180 mean,max change (kT/e) : 1.0264241E-03 2.1354675E-02 energy calculations done at 21.78000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.96000 DelPhi exited at 15:39:14 21.960u 0.633s 0:45.87 49.2% 0+0k 0+0io 0pf+0w