Sun Oct 9 02:22:58 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 02:22:58 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: 283 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2074 !!! WARNING: SAM 1 has a net charge of -0.5000 !!! WARNING: SAM 3 has a net charge of 0.4200 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.7120854 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): -45.06600 4.928000 ymin,ymax (A): 49.39800 88.98300 zmin,zma (A): 23.32700 66.76600 x,y,z range (A): 49.99400 39.58500 43.43900 scale (grids/A): 0.7120854 object centre (A): -20.06900 69.19050 45.04650 number of atom coordinates read : 2074 total number of charged atoms : 1953 net assigned charge : -5.079985 assigned positive charge : 309.2667 centred at (gu) : 90.17388 89.29079 89.09873 assigned negative charge : -314.3471 centred at (gu) : 90.19535 89.27048 89.10928 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7317 nv = 96 ne = 84 npr = 42705 no. pairs analyzed = 42705 no. exposed pairs = 2321 no. arc points = 16278 no. surface atoms = 804 nbur = 1270 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 498 mr = 4430 m= 3 mr = 141 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 37 time to turn everything in is 0.2500000 number of dielectric boundary points 3247 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1428 ## 112 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 7918 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.9534442E-08 -4.5220791E-08 midg,1,midg; midg,igrid,midg -6.7421347E-08 -3.2084003E-08 1,midg,midg; igrid,midg,midg -3.4757615E-08 -6.1562446E-08 gauss-seidel spectral radius is 0.9897191 estimated iterations to convergence 80 setup time was (sec) 0.4900000 now iterating at: 02:22:59 rms-change max change #iterations 0.2096792 25.33621 at 10iterations 2.6536563E-02 3.391096 at 20iterations 3.2686847E-03 0.4896927 at 30iterations 4.1858677E-04 5.5702209E-02 at 40iterations 5.1207840E-05 7.2774887E-03 at 50iterations finished qdiffx linear iterations at : 02:23:01 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 5.1207840E-05 7.2774887E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 02:23:02 3.354u 0.214s 0:04.05 87.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 Sun Oct 9 2011 at 02:23:02 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: 283 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2074 !!! WARNING: SAM 1 has a net charge of -0.5000 !!! WARNING: SAM 3 has a net charge of 0.4200 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.136256 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): -45.06600 4.928000 ymin,ymax (A): 49.39800 88.98300 zmin,zma (A): 23.32700 66.76600 x,y,z range (A): 49.99400 39.58500 43.43900 scale (grids/A): 2.136256 object centre (A): -20.06900 69.19050 45.04650 number of atom coordinates read : 2074 total number of charged atoms : 1953 net assigned charge : -5.079985 assigned positive charge : 309.2667 centred at (gu) : 90.52174 87.87230 87.29593 assigned negative charge : -314.3471 centred at (gu) : 90.58607 87.81149 87.32793 start vw surface at 0.1400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 77781 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16278 grid for indexing accessible points = 1.400000 m= 32895 mr = 57055 m= 7380 mr = 26082 m= 820 mr = 5521 m= 36 mr = 504 m= 0 mr = 5 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 1102 time to turn everything in is 0.5700000 number of dielectric boundary points 29745 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 74 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 15542 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.7120854 object centre at (A) : -20.06900 69.19050 45.04650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.7281603E-02 -3.6195808E-03 midg,1,midg; midg,igrid,midg -3.5587441E-02 -1.1361009E-02 1,midg,midg; igrid,midg,midg -2.0670500E-02 1.7699173E-02 gauss-seidel spectral radius is 0.9988394 estimated iterations to convergence 232 setup time was (sec) 0.8700000 now iterating at: 02:23:03 rms-change max change #iterations 4.707248 183.4686 at 10iterations 2.340211 79.22717 at 20iterations 1.166856 38.11868 at 30iterations 0.5790390 17.62567 at 40iterations 0.2890011 9.222208 at 50iterations 0.1439529 4.165742 at 60iterations 7.1586698E-02 2.203775 at 70iterations 3.5683818E-02 1.114212 at 80iterations 1.7756972E-02 0.5361705 at 90iterations 8.8331606E-03 0.2675972 at 100iterations 4.3954258E-03 0.1374207 at 110iterations 2.1978659E-03 6.2538147E-02 at 120iterations finished qdiffx linear iterations at : 02:23:10 total time elapsed so far: 7.620000 # loops : 120 mean,max change (kT/e) : 2.1978659E-03 6.2538147E-02 energy calculations done at 7.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.790000 DelPhi exited at 02:23:11 7.791u 0.242s 0:08.32 96.5% 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 02:23:11 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: 283 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2074 !!! WARNING: SAM 1 has a net charge of -0.5000 !!! WARNING: SAM 3 has a net charge of 0.4200 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 3.204384 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): -45.06600 4.928000 ymin,ymax (A): 49.39800 88.98300 zmin,zma (A): 23.32700 66.76600 x,y,z range (A): 49.99400 39.58500 43.43900 scale (grids/A): 3.204384 object centre (A): -20.06900 69.19050 45.04650 number of atom coordinates read : 2074 total number of charged atoms : 1953 net assigned charge : -5.079985 assigned positive charge : 309.2667 centred at (gu) : 90.78251 86.80831 85.94392 assigned negative charge : -314.3471 centred at (gu) : 90.87931 86.71732 85.99184 start vw surface at 0.1300000 fill in re-entrant regions at 0.8000000 boundary points on vw surface= 179201 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16278 grid for indexing accessible points = 1.400000 m= 100506 mr = 136203 m= 44342 mr = 85881 m= 14520 mr = 38103 m= 3392 mr = 12184 m= 476 mr = 2711 m= 34 mr = 319 m= 2 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.9000000 no. cavity mid-points inaccessible to solvent = 3868 time to turn everything in is 1.790000 number of dielectric boundary points 67056 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.940000 number of grid points assigned charge 15616 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) : 2.136256 object centre at (A) : -20.06900 69.19050 45.04650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3855345 0.1133156 midg,1,midg; midg,igrid,midg -0.2652080 -6.3421786E-02 1,midg,midg; igrid,midg,midg -0.2430938 0.3791205 gauss-seidel spectral radius is 0.9992925 estimated iterations to convergence 297 setup time was (sec) 2.110000 now iterating at: 02:23:13 rms-change max change #iterations 10.30028 386.7688 at 10iterations 6.016538 135.9875 at 20iterations 3.509010 80.52251 at 30iterations 2.043794 40.85345 at 40iterations 1.190475 28.79449 at 50iterations 0.6940912 11.28661 at 60iterations 0.4034134 7.081724 at 70iterations 0.2357310 3.743158 at 80iterations 0.1370700 2.219703 at 90iterations 7.9766154E-02 1.369392 at 100iterations 4.6428490E-02 0.7589569 at 110iterations 2.7025614E-02 0.4312801 at 120iterations 1.5729237E-02 0.2763672 at 130iterations 9.1824140E-03 0.1581039 at 140iterations 5.3571337E-03 8.9855194E-02 at 150iterations 3.1445203E-03 5.4131985E-02 at 160iterations 1.8477835E-03 3.2663345E-02 at 170iterations 1.0977619E-03 1.8112183E-02 at 180iterations finished qdiffx linear iterations at : 02:23:24 total time elapsed so far: 12.91000 # loops : 180 mean,max change (kT/e) : 1.0977619E-03 1.8112183E-02 energy calculations done at 12.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.08000 DelPhi exited at 02:23:24 13.084u 0.267s 0:13.62 97.9% 0+0k 0+0io 0pf+0w