Mon Oct 10 10:24:21 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 10:24:21 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 = 2626 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.5879341 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): -17.80700 31.80100 ymin,ymax (A): -60.05300 -2.845000 zmin,zma (A): -0.4200000 60.13100 x,y,z range (A): 49.60800 57.20800 60.55100 scale (grids/A): 0.5879341 object centre (A): 6.997000 -31.44900 29.85550 number of atom coordinates read : 2626 total number of charged atoms : 2481 net assigned charge : 9.000021 assigned positive charge : 383.6633 centred at (gu) : 88.58601 88.50272 87.71333 assigned negative charge : -374.6636 centred at (gu) : 88.63667 88.33678 87.68365 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6274 nv = 96 ne = 84 npr = 50184 no. pairs analyzed = 50184 no. exposed pairs = 4076 no. arc points = 29664 no. surface atoms = 1341 nbur = 1285 mkacc time = 0.1400000 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.484000 m= 326 mr = 2695 m= 2 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3890 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2886 ## 288 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7689 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.1868612E-09 1.9956266E-09 midg,1,midg; midg,igrid,midg -2.0617470E-09 4.6087583E-09 1,midg,midg; igrid,midg,midg 5.2837499E-09 1.0457698E-09 gauss-seidel spectral radius is 0.9850573 estimated iterations to convergence 67 setup time was (sec) 0.5800000 now iterating at: 10:24:22 rms-change max change #iterations 9.4075836E-02 16.19894 at 10iterations 7.4090008E-03 1.314880 at 20iterations 6.1459333E-04 0.1212082 at 30iterations 5.5465138E-05 1.1120796E-02 at 40iterations 7.8607773E-06 1.1711121E-03 at 50iterations finished qdiffx linear iterations at : 10:24:26 total time elapsed so far: 4.310000 # loops : 50 mean,max change (kT/e) : 7.8607773E-06 1.1711121E-03 energy calculations done at 4.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.470000 DelPhi exited at 10:24:26 4.477u 0.399s 0:05.15 94.3% 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 10:24: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 = 2626 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.763802 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): -17.80700 31.80100 ymin,ymax (A): -60.05300 -2.845000 zmin,zma (A): -0.4200000 60.13100 x,y,z range (A): 49.60800 57.20800 60.55100 scale (grids/A): 1.763802 object centre (A): 6.997000 -31.44900 29.85550 number of atom coordinates read : 2626 total number of charged atoms : 2481 net assigned charge : 9.000021 assigned positive charge : 383.6633 centred at (gu) : 85.75764 85.50768 83.13991 assigned negative charge : -374.6636 centred at (gu) : 85.90983 85.01015 83.05071 start vw surface at 0.1200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 66605 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29664 grid for indexing accessible points = 1.400000 m= 21530 mr = 40284 m= 2889 mr = 13596 m= 127 mr = 1198 m= 3 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 36065 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 243 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 19305 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.5879341 object centre at (A) : 6.997000 -31.44900 29.85550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.8257843E-02 6.2812581E-03 midg,1,midg; midg,igrid,midg 1.5175999E-02 3.2228697E-02 1,midg,midg; igrid,midg,midg 1.0068738E-02 5.8863289E-03 gauss-seidel spectral radius is 0.9984422 estimated iterations to convergence 201 setup time was (sec) 0.8900000 now iterating at: 10:24:28 rms-change max change #iterations 3.574457 170.5472 at 10iterations 1.587212 56.05872 at 20iterations 0.7027783 26.27888 at 30iterations 0.3101615 11.45719 at 40iterations 0.1377212 5.150696 at 50iterations 6.0988098E-02 1.992718 at 60iterations 2.6877126E-02 0.8982496 at 70iterations 1.1962274E-02 0.4741268 at 80iterations 5.3089838E-03 0.1811404 at 90iterations 2.3604156E-03 9.8070145E-02 at 100iterations 1.0451233E-03 3.6638260E-02 at 110iterations 4.6365702E-04 1.7877579E-02 at 120iterations finished qdiffx linear iterations at : 10:24:37 total time elapsed so far: 10.38000 # loops : 120 mean,max change (kT/e) : 4.6365702E-04 1.7877579E-02 energy calculations done at 10.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.54000 DelPhi exited at 10:24:38 10.549u 0.442s 0:11.41 96.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 10:24: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 = 2626 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.645704 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): -17.80700 31.80100 ymin,ymax (A): -60.05300 -2.845000 zmin,zma (A): -0.4200000 60.13100 x,y,z range (A): 49.60800 57.20800 60.55100 scale (grids/A): 2.645704 object centre (A): 6.997000 -31.44900 29.85550 number of atom coordinates read : 2626 total number of charged atoms : 2481 net assigned charge : 9.000021 assigned positive charge : 383.6633 centred at (gu) : 83.63625 83.26160 79.70976 assigned negative charge : -374.6636 centred at (gu) : 83.86481 82.51517 79.57598 start vw surface at 0.1200000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 153914 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29664 grid for indexing accessible points = 1.400000 m= 70097 mr = 99735 m= 23179 mr = 51926 m= 4485 mr = 16309 m= 404 mr = 2550 m= 11 mr = 132 m= 2 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.8800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.440000 number of dielectric boundary points 81440 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.570000 number of grid points assigned charge 19842 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.763802 object centre at (A) : 6.997000 -31.44900 29.85550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3801244 4.8380211E-02 midg,1,midg; midg,igrid,midg 0.3077024 0.3986528 1,midg,midg; igrid,midg,midg 3.1638253E-02 4.9797039E-02 gauss-seidel spectral radius is 0.9992347 estimated iterations to convergence 285 setup time was (sec) 1.770000 now iterating at: 10:24:40 rms-change max change #iterations 9.113834 309.8625 at 10iterations 5.439891 146.6002 at 20iterations 3.190087 79.13541 at 30iterations 1.862751 48.32436 at 40iterations 1.077696 26.69328 at 50iterations 0.6227869 16.23691 at 60iterations 0.3581503 8.160247 at 70iterations 0.2054055 5.113373 at 80iterations 0.1175460 3.314196 at 90iterations 6.7283243E-02 1.469383 at 100iterations 3.8496662E-02 0.8304672 at 110iterations 2.1952715E-02 0.4618993 at 120iterations 1.2528562E-02 0.2939148 at 130iterations 7.1215411E-03 0.1517410 at 140iterations 4.0649432E-03 8.6029053E-02 at 150iterations 2.3088900E-03 4.8042297E-02 at 160iterations 1.3148907E-03 2.7025223E-02 at 170iterations 7.4827648E-04 1.7910004E-02 at 180iterations finished qdiffx linear iterations at : 10:24:56 total time elapsed so far: 18.06000 # loops : 180 mean,max change (kT/e) : 7.4827648E-04 1.7910004E-02 energy calculations done at 18.06000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.22000 DelPhi exited at 10:24:57 18.229u 0.470s 0:18.98 98.4% 0+0k 0+0io 0pf+0w