Sun Oct 9 15:00:26 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 Sun Oct 9 2011 at 15:00: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1874 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 321 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6534748 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): -4.706000 43.95600 ymin,ymax (A): -11.79800 42.68000 zmin,zma (A): -5.667000 35.44500 x,y,z range (A): 48.66200 54.47800 41.11200 scale (grids/A): 0.6534748 object centre (A): 19.62500 15.44100 14.88900 number of atom coordinates read : 1874 total number of charged atoms : 1742 net assigned charge : 2.000009 assigned positive charge : 284.5491 centred at (gu) : 88.66613 89.99208 91.49421 assigned negative charge : -282.5492 centred at (gu) : 88.67605 89.93309 91.37952 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5506 nv = 96 ne = 84 npr = 35844 no. pairs analyzed = 35844 no. exposed pairs = 2780 no. arc points = 20084 no. surface atoms = 910 nbur = 964 mkacc time = 6.0000002E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 304 mr = 2540 m= 3 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 6.9999993E-02 no. cavity mid-points inaccessible to solvent = 48 time to turn everything in is 0.1600000 number of dielectric boundary points 3253 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1839 ## 168 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 6257 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.2809629E-09 2.4386756E-08 midg,1,midg; midg,igrid,midg -3.2042569E-09 1.1085092E-08 1,midg,midg; igrid,midg,midg 6.8449388E-09 2.1544559E-09 gauss-seidel spectral radius is 0.9878110 estimated iterations to convergence 74 setup time was (sec) 0.3500000 now iterating at: 15:00:26 rms-change max change #iterations 0.1325398 21.88161 at 10iterations 1.3774578E-02 2.454292 at 20iterations 1.3980265E-03 0.2688828 at 30iterations 1.5092839E-04 2.2750854E-02 at 40iterations 1.9358158E-05 2.8114319E-03 at 50iterations finished qdiffx linear iterations at : 15:00:29 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 1.9358158E-05 2.8114319E-03 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 15:00:30 3.397u 0.161s 0:03.83 92.6% 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 Sun Oct 9 2011 at 15:00:30 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 = 1874 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 321 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.960424 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): -4.706000 43.95600 ymin,ymax (A): -11.79800 42.68000 zmin,zma (A): -5.667000 35.44500 x,y,z range (A): 48.66200 54.47800 41.11200 scale (grids/A): 1.960424 object centre (A): 19.62500 15.44100 14.88900 number of atom coordinates read : 1874 total number of charged atoms : 1742 net assigned charge : 2.000009 assigned positive charge : 284.5491 centred at (gu) : 85.99873 89.97651 94.48244 assigned negative charge : -282.5492 centred at (gu) : 86.02826 89.79952 94.13862 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 58428 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20084 grid for indexing accessible points = 1.400000 m= 19302 mr = 36470 m= 2953 mr = 12832 m= 192 mr = 1539 m= 4 mr = 76 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 390 time to turn everything in is 0.3000000 number of dielectric boundary points 29962 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 115 iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 13766 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.6534748 object centre at (A) : 19.62500 15.44100 14.88900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0105630E-03 1.5233221E-02 midg,1,midg; midg,igrid,midg -2.9915383E-02 -1.6532963E-02 1,midg,midg; igrid,midg,midg 2.7709806E-02 8.5688950E-03 gauss-seidel spectral radius is 0.9986562 estimated iterations to convergence 216 setup time was (sec) 0.5300000 now iterating at: 15:00:30 rms-change max change #iterations 3.781678 157.2845 at 10iterations 1.778091 69.11738 at 20iterations 0.8363948 30.61500 at 30iterations 0.3928654 13.96592 at 40iterations 0.1853738 6.390763 at 50iterations 8.6591400E-02 3.036255 at 60iterations 4.0739942E-02 1.518250 at 70iterations 1.9024601E-02 0.6294947 at 80iterations 8.9769652E-03 0.3187103 at 90iterations 4.2114598E-03 0.1420269 at 100iterations 1.9858247E-03 7.6377869E-02 at 110iterations 9.3388144E-04 3.1803131E-02 at 120iterations finished qdiffx linear iterations at : 15:00:37 total time elapsed so far: 7.640000 # loops : 120 mean,max change (kT/e) : 9.3388144E-04 3.1803131E-02 energy calculations done at 7.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.780000 DelPhi exited at 15:00:38 7.783u 0.187s 0:08.35 95.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 Sun Oct 9 2011 at 15:00:38 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 = 1874 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 321 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.940637 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): -4.706000 43.95600 ymin,ymax (A): -11.79800 42.68000 zmin,zma (A): -5.667000 35.44500 x,y,z range (A): 48.66200 54.47800 41.11200 scale (grids/A): 2.940637 object centre (A): 19.62500 15.44100 14.88900 number of atom coordinates read : 1874 total number of charged atoms : 1742 net assigned charge : 2.000009 assigned positive charge : 284.5491 centred at (gu) : 83.99814 89.96478 96.72375 assigned negative charge : -282.5492 centred at (gu) : 84.04238 89.69932 96.20796 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 134871 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20084 grid for indexing accessible points = 1.400000 m= 62603 mr = 89458 m= 21298 mr = 47827 m= 5068 mr = 15841 m= 744 mr = 3406 m= 64 mr = 453 m= 2 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 1329 time to turn everything in is 0.7600000 number of dielectric boundary points 67636 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 13935 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.960424 object centre at (A) : 19.62500 15.44100 14.88900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6026299E-02 0.1268774 midg,1,midg; midg,igrid,midg -0.2932665 -0.2544157 1,midg,midg; igrid,midg,midg 0.3364576 3.3133049E-02 gauss-seidel spectral radius is 0.9992769 estimated iterations to convergence 293 setup time was (sec) 0.9800000 now iterating at: 15:00:39 rms-change max change #iterations 9.249522 434.8114 at 10iterations 5.606318 215.2979 at 20iterations 3.375150 90.90579 at 30iterations 2.015167 49.10250 at 40iterations 1.195108 27.32823 at 50iterations 0.7060112 17.58075 at 60iterations 0.4155961 9.578757 at 70iterations 0.2442068 6.273132 at 80iterations 0.1425809 3.097156 at 90iterations 8.3159894E-02 1.852432 at 100iterations 4.8547339E-02 1.000926 at 110iterations 2.8266957E-02 0.6543579 at 120iterations 1.6420148E-02 0.3415861 at 130iterations 9.5453048E-03 0.2020721 at 140iterations 5.5461377E-03 0.1286383 at 150iterations 3.2169032E-03 6.2835693E-02 at 160iterations 1.8654009E-03 3.7128448E-02 at 170iterations 1.0822535E-03 2.4209976E-02 at 180iterations finished qdiffx linear iterations at : 15:00:50 total time elapsed so far: 12.16000 # loops : 180 mean,max change (kT/e) : 1.0822535E-03 2.4209976E-02 energy calculations done at 12.16000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.30000 DelPhi exited at 15:00:51 12.298u 0.208s 0:12.81 97.5% 0+0k 0+0io 0pf+0w