Mon Oct 10 19:32:33 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 Mon Oct 10 2011 at 19:32:33 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2560 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5411980 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): -6.076000 43.83200 ymin,ymax (A): 1.438000 67.21800 zmin,zma (A): -19.20200 29.23500 x,y,z range (A): 49.90800 65.78000 48.43700 scale (grids/A): 0.5411980 object centre (A): 18.87800 34.32800 5.016500 number of atom coordinates read : 2560 total number of charged atoms : 2387 net assigned charge : 7.000017 assigned positive charge : 372.3399 centred at (gu) : 89.88688 89.54612 90.73953 assigned negative charge : -365.3408 centred at (gu) : 89.75735 89.72555 90.76046 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 4997 nv = 96 ne = 84 npr = 50521 no. pairs analyzed = 50521 no. exposed pairs = 3496 no. arc points = 25468 no. surface atoms = 1177 nbur = 1383 mkacc time = 0.1300000 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.596000 m= 209 mr = 2388 m= 0 mr = 6 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 2812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2506 ## 387 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 6372 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.7965459E-10 3.1463482E-10 midg,1,midg; midg,igrid,midg 1.2989523E-09 -4.2406814E-10 1,midg,midg; igrid,midg,midg -2.4864466E-10 9.1431873E-10 gauss-seidel spectral radius is 0.9823771 estimated iterations to convergence 62 setup time was (sec) 0.5600000 now iterating at: 19:32:34 rms-change max change #iterations 6.3131362E-02 15.10338 at 10iterations 4.0652961E-03 0.6760750 at 20iterations 2.8223699E-04 4.6020508E-02 at 30iterations 2.1342248E-05 3.8700104E-03 at 40iterations 2.1745273E-06 4.1770935E-04 at 50iterations finished qdiffx linear iterations at : 19:32:38 total time elapsed so far: 4.330000 # loops : 50 mean,max change (kT/e) : 2.1745273E-06 4.1770935E-04 energy calculations done at 4.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.490000 DelPhi exited at 19:32:39 4.497u 0.388s 0:05.79 84.1% 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 Mon Oct 10 2011 at 19:32:39 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2560 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.623594 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): -6.076000 43.83200 ymin,ymax (A): 1.438000 67.21800 zmin,zma (A): -19.20200 29.23500 x,y,z range (A): 49.90800 65.78000 48.43700 scale (grids/A): 1.623594 object centre (A): 18.87800 34.32800 5.016500 number of atom coordinates read : 2560 total number of charged atoms : 2387 net assigned charge : 7.000017 assigned positive charge : 372.3399 centred at (gu) : 89.66017 88.63767 92.21803 assigned negative charge : -365.3408 centred at (gu) : 89.27205 89.17648 92.28111 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 54521 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25468 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 16595 mr = 35065 m= 1766 mr = 10976 m= 55 mr = 797 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4700000 number of dielectric boundary points 26099 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 388 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 18270 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.5411980 object centre at (A) : 18.87800 34.32800 5.016500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.0209502E-03 5.0566503E-04 midg,1,midg; midg,igrid,midg 2.0414779E-02 -7.1197981E-03 1,midg,midg; igrid,midg,midg -6.1412961E-03 8.9747468E-03 gauss-seidel spectral radius is 0.9981269 estimated iterations to convergence 184 setup time was (sec) 0.8100000 now iterating at: 19:32:41 rms-change max change #iterations 2.938455 156.8080 at 10iterations 1.207547 53.84106 at 20iterations 0.4958783 19.23535 at 30iterations 0.2038670 7.945258 at 40iterations 8.3549500E-02 3.283047 at 50iterations 3.4224283E-02 1.328725 at 60iterations 1.4121329E-02 0.5391024 at 70iterations 5.8092461E-03 0.2450432 at 80iterations 2.3878517E-03 0.1090565 at 90iterations 9.8072249E-04 4.1209608E-02 at 100iterations 4.0366978E-04 1.6621590E-02 at 110iterations 1.6503861E-04 6.8644285E-03 at 120iterations finished qdiffx linear iterations at : 19:32:50 total time elapsed so far: 10.52000 # loops : 120 mean,max change (kT/e) : 1.6503861E-04 6.8644285E-03 energy calculations done at 10.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.68000 DelPhi exited at 19:32:51 10.690u 0.428s 0:12.18 91.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 Mon Oct 10 2011 at 19:32:52 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2560 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.435391 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): -6.076000 43.83200 ymin,ymax (A): 1.438000 67.21800 zmin,zma (A): -19.20200 29.23500 x,y,z range (A): 49.90800 65.78000 48.43700 scale (grids/A): 2.435391 object centre (A): 18.87800 34.32800 5.016500 number of atom coordinates read : 2560 total number of charged atoms : 2387 net assigned charge : 7.000017 assigned positive charge : 372.3399 centred at (gu) : 89.49007 87.95634 93.32704 assigned negative charge : -365.3408 centred at (gu) : 88.90800 88.76464 93.42176 start vw surface at 0.1100000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 126377 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25468 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 56550 mr = 86261 m= 16327 mr = 43420 m= 2757 mr = 11901 m= 166 mr = 1656 m= 4 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.6800001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.130000 number of dielectric boundary points 58904 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 1.250000 number of grid points assigned charge 19068 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.623594 object centre at (A) : 18.87800 34.32800 5.016500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.1573546E-02 -1.1631295E-02 midg,1,midg; midg,igrid,midg 0.3356624 -9.9143222E-02 1,midg,midg; igrid,midg,midg -7.5670369E-02 0.1311030 gauss-seidel spectral radius is 0.9991177 estimated iterations to convergence 266 setup time was (sec) 1.450000 now iterating at: 19:32:53 rms-change max change #iterations 7.702105 318.6746 at 10iterations 4.319360 127.8179 at 20iterations 2.387774 64.23521 at 30iterations 1.319708 34.54807 at 40iterations 0.7240250 18.22096 at 50iterations 0.3961242 10.14378 at 60iterations 0.2170181 4.865196 at 70iterations 0.1187063 2.720964 at 80iterations 6.4683162E-02 1.633953 at 90iterations 3.5293993E-02 0.8813157 at 100iterations 1.9241642E-02 0.4269714 at 110iterations 1.0469219E-02 0.2483864 at 120iterations 5.7036160E-03 0.1207018 at 130iterations 3.1089361E-03 6.6848755E-02 at 140iterations 1.6931280E-03 3.4957886E-02 at 150iterations 9.2161197E-04 2.0328522E-02 at 160iterations 5.0209160E-04 1.0910153E-02 at 170iterations 2.7320225E-04 6.3710213E-03 at 180iterations finished qdiffx linear iterations at : 19:33:10 total time elapsed so far: 17.52000 # loops : 180 mean,max change (kT/e) : 2.7320225E-04 6.3710213E-03 energy calculations done at 17.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.77000 DelPhi exited at 19:33:11 17.776u 0.455s 0:19.87 91.6% 0+0k 0+0io 0pf+0w