Sat Oct 15 10:21:59 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 10:21: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 = 4483 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5816328 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): -26.04800 35.15900 ymin,ymax (A): 37.59300 96.44400 zmin,zma (A): 30.81100 90.77299 x,y,z range (A): 61.20700 58.85100 59.96200 scale (grids/A): 0.5816328 object centre (A): 4.555500 67.01850 60.79200 number of atom coordinates read : 4483 total number of charged atoms : 4338 net assigned charge : -0.9999537 assigned positive charge : 675.0880 centred at (gu) : 91.09846 88.60686 88.38901 assigned negative charge : -676.0912 centred at (gu) : 90.97370 88.75963 88.54976 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 9709 nv = 96 ne = 84 npr = 94216 no. pairs analyzed = 94216 no. exposed pairs = 5004 no. arc points = 33411 no. surface atoms = 1697 nbur = 2786 mkacc time = 0.2700000 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= 452 mr = 5724 m= 0 mr = 44 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 45 time to turn everything in is 0.5400000 number of dielectric boundary points 4393 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3478 ## 365 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 12664 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.4947106E-09 -4.2573522E-09 midg,1,midg; midg,igrid,midg 6.7315491E-09 -4.2698276E-09 1,midg,midg; igrid,midg,midg -3.7895269E-09 5.0291868E-09 gauss-seidel spectral radius is 0.9848475 estimated iterations to convergence 67 setup time was (sec) 0.8100000 now iterating at: 10:22:00 rms-change max change #iterations 0.1248977 18.13433 at 10iterations 1.0805002E-02 1.438477 at 20iterations 1.7879630E-03 0.2092724 at 30iterations 5.8170239E-04 6.1487198E-02 at 40iterations 2.2104112E-04 2.3473263E-02 at 50iterations finished qdiffx linear iterations at : 10:22:04 total time elapsed so far: 4.220000 # loops : 50 mean,max change (kT/e) : 2.2104112E-04 2.3473263E-02 energy calculations done at 4.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.390000 DelPhi exited at 10:22:05 4.397u 0.295s 0:05.34 87.6% 0+0k 0+0io 6pf+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 10:22:05 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 = 4483 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.744898 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): -26.04800 35.15900 ymin,ymax (A): 37.59300 96.44400 zmin,zma (A): 30.81100 90.77299 x,y,z range (A): 61.20700 58.85100 59.96200 scale (grids/A): 1.744898 object centre (A): 4.555500 67.01850 60.79200 number of atom coordinates read : 4483 total number of charged atoms : 4338 net assigned charge : -0.9999537 assigned positive charge : 675.0880 centred at (gu) : 93.29405 85.81910 85.16563 assigned negative charge : -676.0912 centred at (gu) : 92.92054 86.27828 85.64905 start vw surface at 0.2000000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 107403 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33411 grid for indexing accessible points = 1.400000 m= 39226 mr = 78631 m= 5416 mr = 29688 m= 195 mr = 3458 m= 0 mr = 39 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 4593 time to turn everything in is 0.9300000 number of dielectric boundary points 40424 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 290 ## 1 charges are in solution ## iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 33676 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.5816328 object centre at (A) : 4.555500 67.01850 60.79200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0582856E-02 -2.9802801E-02 midg,1,midg; midg,igrid,midg 3.7201539E-02 -1.8913891E-02 1,midg,midg; igrid,midg,midg -1.1017993E-02 3.2439876E-02 gauss-seidel spectral radius is 0.9985397 estimated iterations to convergence 207 setup time was (sec) 1.270000 now iterating at: 10:22:06 rms-change max change #iterations 4.869351 207.3915 at 10iterations 2.216477 65.07051 at 20iterations 1.013587 27.04625 at 30iterations 0.4635898 12.53413 at 40iterations 0.2123812 5.860723 at 50iterations 9.7116493E-02 2.722813 at 60iterations 4.4550762E-02 1.240582 at 70iterations 2.0532027E-02 0.5729599 at 80iterations 9.5943324E-03 0.2566423 at 90iterations 4.5146723E-03 0.1197319 at 100iterations 2.2184651E-03 6.3812256E-02 at 110iterations 1.1584570E-03 3.4759521E-02 at 120iterations finished qdiffx linear iterations at : 10:22:15 total time elapsed so far: 10.22000 # loops : 120 mean,max change (kT/e) : 1.1584570E-03 3.4759521E-02 energy calculations done at 10.22000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.40000 DelPhi exited at 10:22:16 10.405u 0.316s 0:11.36 94.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 15 2011 at 10:22: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 = 4483 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.617348 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): -26.04800 35.15900 ymin,ymax (A): 37.59300 96.44400 zmin,zma (A): 30.81100 90.77299 x,y,z range (A): 61.20700 58.85100 59.96200 scale (grids/A): 2.617348 object centre (A): 4.555500 67.01850 60.79200 number of atom coordinates read : 4483 total number of charged atoms : 4338 net assigned charge : -0.9999537 assigned positive charge : 675.0880 centred at (gu) : 94.94064 83.72833 82.74804 assigned negative charge : -676.0912 centred at (gu) : 94.38072 84.41734 83.47341 start vw surface at 0.2000000 fill in re-entrant regions at 0.7800000 boundary points on vw surface= 248871 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33411 grid for indexing accessible points = 1.400000 m= 129324 mr = 189935 m= 45321 mr = 107888 m= 9411 mr = 37014 m= 888 mr = 7133 m= 33 mr = 571 m= 0 mr = 4 time to grow re-entrant surface = 1.470000 no. cavity mid-points inaccessible to solvent = 14977 time to turn everything in is 2.410000 number of dielectric boundary points 91303 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 2.580000 number of grid points assigned charge 34693 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.744898 object centre at (A) : 4.555500 67.01850 60.79200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.8384801 -0.3437262 midg,1,midg; midg,igrid,midg 0.4289524 -0.4056745 1,midg,midg; igrid,midg,midg -0.1458815 0.2222764 gauss-seidel spectral radius is 0.9992618 estimated iterations to convergence 290 setup time was (sec) 2.770000 now iterating at: 10:22:19 rms-change max change #iterations 11.99856 309.0414 at 10iterations 7.076608 151.5290 at 20iterations 4.143963 78.74571 at 30iterations 2.411587 40.67899 at 40iterations 1.406910 23.18107 at 50iterations 0.8160338 13.51440 at 60iterations 0.4731736 7.956795 at 70iterations 0.2733498 4.401146 at 80iterations 0.1580381 2.584433 at 90iterations 9.1298997E-02 1.491608 at 100iterations 5.2661806E-02 0.8211689 at 110iterations 3.0446153E-02 0.5143356 at 120iterations 1.7660465E-02 0.3061295 at 130iterations 1.0251497E-02 0.1780357 at 140iterations 6.0040681E-03 9.2679024E-02 at 150iterations 3.5574168E-03 5.6785583E-02 at 160iterations 2.1607555E-03 3.6491394E-02 at 170iterations 1.3617910E-03 2.1808624E-02 at 180iterations finished qdiffx linear iterations at : 10:22:34 total time elapsed so far: 17.88000 # loops : 180 mean,max change (kT/e) : 1.3617910E-03 2.1808624E-02 energy calculations done at 17.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.06000 DelPhi exited at 10:22:35 18.064u 0.349s 0:18.68 98.5% 0+0k 0+0io 0pf+0w