Mon Oct 10 14:06:27 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 14:06:28 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1889 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: 0.7275403 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): -7.506000 35.45900 ymin,ymax (A): -1.904000 47.02800 zmin,zma (A): -20.29800 21.44400 x,y,z range (A): 42.96500 48.93200 41.74200 scale (grids/A): 0.7275403 object centre (A): 13.97650 22.56200 0.5730000 number of atom coordinates read : 1889 total number of charged atoms : 1758 net assigned charge : -1.999991 assigned positive charge : 273.5583 centred at (gu) : 90.28581 90.91929 89.23013 assigned negative charge : -275.5582 centred at (gu) : 90.23735 90.92236 89.34746 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6775 nv = 96 ne = 84 npr = 39078 no. pairs analyzed = 39078 no. exposed pairs = 2315 no. arc points = 16670 no. surface atoms = 775 nbur = 1114 mkacc time = 7.0000008E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 425 mr = 3747 m= 3 mr = 78 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 206 time to turn everything in is 0.1600000 number of dielectric boundary points 3378 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1452 ## 142 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 7356 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.9363760E-08 -9.2845703E-08 midg,1,midg; midg,igrid,midg -2.1497819E-08 -3.5020332E-08 1,midg,midg; igrid,midg,midg -5.7149627E-08 5.4704978E-09 gauss-seidel spectral radius is 0.9901339 estimated iterations to convergence 82 setup time was (sec) 0.3500000 now iterating at: 14:06:28 rms-change max change #iterations 0.2057697 27.46398 at 10iterations 2.7251290E-02 3.336354 at 20iterations 3.5493043E-03 0.4589334 at 30iterations 4.6075549E-04 6.3571930E-02 at 40iterations 5.9385402E-05 8.6073875E-03 at 50iterations finished qdiffx linear iterations at : 14:06:31 total time elapsed so far: 3.190000 # loops : 50 mean,max change (kT/e) : 5.9385402E-05 8.6073875E-03 energy calculations done at 3.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.320000 DelPhi exited at 14:06:31 3.322u 0.166s 0:03.79 91.8% 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 14:06:31 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1889 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: 2.182621 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): -7.506000 35.45900 ymin,ymax (A): -1.904000 47.02800 zmin,zma (A): -20.29800 21.44400 x,y,z range (A): 42.96500 48.93200 41.74200 scale (grids/A): 2.182621 object centre (A): 13.97650 22.56200 0.5730000 number of atom coordinates read : 1889 total number of charged atoms : 1758 net assigned charge : -1.999991 assigned positive charge : 273.5583 centred at (gu) : 90.85771 92.75803 87.69082 assigned negative charge : -275.5582 centred at (gu) : 90.71217 92.76736 88.04272 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 72095 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16670 grid for indexing accessible points = 1.400000 m= 27455 mr = 50006 m= 5293 mr = 20569 m= 554 mr = 3483 m= 24 mr = 317 m= 0 mr = 4 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 5584 time to turn everything in is 0.3500000 number of dielectric boundary points 31042 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 45 iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 13985 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.7275403 object centre at (A) : 13.97650 22.56200 0.5730000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3380445E-02 -2.0569762E-02 midg,1,midg; midg,igrid,midg -3.8579395E-03 -1.2611525E-02 1,midg,midg; igrid,midg,midg -7.2081280E-03 -7.7331020E-03 gauss-seidel spectral radius is 0.9988748 estimated iterations to convergence 236 setup time was (sec) 0.5600000 now iterating at: 14:06:32 rms-change max change #iterations 4.553668 258.5907 at 10iterations 2.281258 75.77745 at 20iterations 1.145279 39.33330 at 30iterations 0.5725181 19.45411 at 40iterations 0.2883663 10.61238 at 50iterations 0.1451469 4.235743 at 60iterations 7.2716177E-02 2.040279 at 70iterations 3.6440235E-02 1.152664 at 80iterations 1.8324265E-02 0.6051655 at 90iterations 9.1856299E-03 0.2752533 at 100iterations 4.6035736E-03 0.1392374 at 110iterations 2.3192856E-03 8.3480835E-02 at 120iterations finished qdiffx linear iterations at : 14:06:39 total time elapsed so far: 7.570000 # loops : 120 mean,max change (kT/e) : 2.3192856E-03 8.3480835E-02 energy calculations done at 7.570000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.700000 DelPhi exited at 14:06:40 7.699u 0.202s 0:08.24 95.7% 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 14:06:40 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1889 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: 3.273931 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): -7.506000 35.45900 ymin,ymax (A): -1.904000 47.02800 zmin,zma (A): -20.29800 21.44400 x,y,z range (A): 42.96500 48.93200 41.74200 scale (grids/A): 3.273931 object centre (A): 13.97650 22.56200 0.5730000 number of atom coordinates read : 1889 total number of charged atoms : 1758 net assigned charge : -1.999991 assigned positive charge : 273.5583 centred at (gu) : 91.28657 94.13715 86.53622 assigned negative charge : -275.5582 centred at (gu) : 91.06827 94.15112 87.06408 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 166291 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16670 grid for indexing accessible points = 1.400000 m= 85818 mr = 120535 m= 34423 mr = 70670 m= 10075 mr = 28262 m= 2217 mr = 7771 m= 325 mr = 1701 m= 23 mr = 225 m= 0 mr = 3 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 18777 time to turn everything in is 1.080000 number of dielectric boundary points 70005 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 14064 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.182621 object centre at (A) : 13.97650 22.56200 0.5730000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1397311 -0.1468522 midg,1,midg; midg,igrid,midg 0.1431299 -0.1259645 1,midg,midg; igrid,midg,midg 1.0646336E-02 -8.5775465E-02 gauss-seidel spectral radius is 0.9992990 estimated iterations to convergence 298 setup time was (sec) 1.300000 now iterating at: 14:06:41 rms-change max change #iterations 9.855977 432.4054 at 10iterations 5.776112 144.6879 at 20iterations 3.360574 70.82883 at 30iterations 1.962774 38.21296 at 40iterations 1.146561 20.02802 at 50iterations 0.6667690 13.29193 at 60iterations 0.3892983 7.186625 at 70iterations 0.2271456 3.920977 at 80iterations 0.1325724 2.396338 at 90iterations 7.7063024E-02 1.405499 at 100iterations 4.4902723E-02 0.8205806 at 110iterations 2.6143707E-02 0.4369745 at 120iterations 1.5240330E-02 0.2844200 at 130iterations 8.8748801E-03 0.1531863 at 140iterations 5.1711476E-03 8.8787556E-02 at 150iterations 3.0127480E-03 5.1094055E-02 at 160iterations 1.7560336E-03 2.8430939E-02 at 170iterations 1.0230268E-03 1.7133713E-02 at 180iterations finished qdiffx linear iterations at : 14:06:52 total time elapsed so far: 12.39000 # loops : 180 mean,max change (kT/e) : 1.0230268E-03 1.7133713E-02 energy calculations done at 12.39000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.53000 DelPhi exited at 14:06:53 12.530u 0.207s 0:13.17 96.6% 0+0k 0+0io 0pf+0w