Mon Oct 10 10:07:39 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:07: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2736 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5723565 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): -39.82900 22.37000 ymin,ymax (A): -46.00000 11.49200 zmin,zma (A): -1.607000 51.34400 x,y,z range (A): 62.19900 57.49200 52.95100 scale (grids/A): 0.5723565 object centre (A): -8.729499 -17.25400 24.86850 number of atom coordinates read : 2736 total number of charged atoms : 2610 net assigned charge : 9.000029 assigned positive charge : 403.5381 centred at (gu) : 87.71304 88.94159 86.86313 assigned negative charge : -394.5385 centred at (gu) : 87.66147 88.89760 86.72527 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 5961 nv = 96 ne = 84 npr = 52828 no. pairs analyzed = 52828 no. exposed pairs = 4042 no. arc points = 29326 no. surface atoms = 1341 nbur = 1395 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.484000 m= 283 mr = 2650 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3583 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2901 ## 327 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 7641 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1996305E-09 1.7289493E-09 midg,1,midg; midg,igrid,midg 1.1653722E-09 1.7370646E-09 1,midg,midg; igrid,midg,midg 1.3408149E-09 1.3758270E-09 gauss-seidel spectral radius is 0.9842411 estimated iterations to convergence 65 setup time was (sec) 0.5600000 now iterating at: 10:07:40 rms-change max change #iterations 8.7323196E-02 15.06054 at 10iterations 6.6132527E-03 1.228699 at 20iterations 4.9367658E-04 8.2912445E-02 at 30iterations 4.0925177E-05 7.4186325E-03 at 40iterations 4.6257919E-06 5.7411194E-04 at 50iterations finished qdiffx linear iterations at : 10:07:42 total time elapsed so far: 3.190000 # loops : 50 mean,max change (kT/e) : 4.6257919E-06 5.7411194E-04 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.380000 DelPhi exited at 10:07:43 3.385u 0.138s 0:03.85 91.1% 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:07:43 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 = 2736 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.717070 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): -39.82900 22.37000 ymin,ymax (A): -46.00000 11.49200 zmin,zma (A): -1.607000 51.34400 x,y,z range (A): 62.19900 57.49200 52.95100 scale (grids/A): 1.717070 object centre (A): -8.729499 -17.25400 24.86850 number of atom coordinates read : 2736 total number of charged atoms : 2610 net assigned charge : 9.000029 assigned positive charge : 403.5381 centred at (gu) : 83.13879 86.82434 80.58904 assigned negative charge : -394.5385 centred at (gu) : 82.98419 86.69258 80.17548 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 63901 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29326 grid for indexing accessible points = 1.400000 m= 19863 mr = 39092 m= 2416 mr = 12619 m= 92 mr = 1108 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5000000 number of dielectric boundary points 33446 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 263 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 20242 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.5723565 object centre at (A) : -8.729499 -17.25400 24.86850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.3695686E-03 1.1139610E-02 midg,1,midg; midg,igrid,midg 6.7766258E-03 1.6933190E-02 1,midg,midg; igrid,midg,midg 1.1524681E-02 -1.4965832E-02 gauss-seidel spectral radius is 0.9983467 estimated iterations to convergence 195 setup time was (sec) 0.7800000 now iterating at: 10:07:44 rms-change max change #iterations 3.445696 144.6065 at 10iterations 1.483993 61.36755 at 20iterations 0.6403491 21.99099 at 30iterations 0.2769744 10.21034 at 40iterations 0.1195839 4.698586 at 50iterations 5.1644038E-02 2.039732 at 60iterations 2.2334017E-02 0.7424164 at 70iterations 9.6845115E-03 0.3614082 at 80iterations 4.1829119E-03 0.1545258 at 90iterations 1.8083554E-03 6.6058636E-02 at 100iterations 7.8623235E-04 2.6974440E-02 at 110iterations 3.3956612E-04 1.4038086E-02 at 120iterations finished qdiffx linear iterations at : 10:07:51 total time elapsed so far: 7.480000 # loops : 120 mean,max change (kT/e) : 3.3956612E-04 1.4038086E-02 energy calculations done at 7.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.680000 DelPhi exited at 10:07:51 7.679u 0.164s 0:08.23 95.1% 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:07:51 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 = 2736 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.575604 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): -39.82900 22.37000 ymin,ymax (A): -46.00000 11.49200 zmin,zma (A): -1.607000 51.34400 x,y,z range (A): 62.19900 57.49200 52.95100 scale (grids/A): 2.575604 object centre (A): -8.729499 -17.25400 24.86850 number of atom coordinates read : 2736 total number of charged atoms : 2610 net assigned charge : 9.000029 assigned positive charge : 403.5381 centred at (gu) : 79.70815 85.23643 75.88335 assigned negative charge : -394.5385 centred at (gu) : 79.47623 85.03878 75.26321 start vw surface at 0.1500000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 147543 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29326 grid for indexing accessible points = 1.400000 m= 66020 mr = 96351 m= 20428 mr = 49373 m= 3931 mr = 14511 m= 378 mr = 2361 m= 22 mr = 174 m= 0 mr = 0 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.180000 number of dielectric boundary points 75552 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 14 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 20869 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.717070 object centre at (A) : -8.729499 -17.25400 24.86850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1242391 0.1134492 midg,1,midg; midg,igrid,midg 7.3346808E-03 0.2897191 1,midg,midg; igrid,midg,midg 0.2274124 -0.5611235 gauss-seidel spectral radius is 0.9991907 estimated iterations to convergence 278 setup time was (sec) 1.480000 now iterating at: 10:07:53 rms-change max change #iterations 8.982637 309.5450 at 10iterations 5.243627 150.9241 at 20iterations 3.019991 81.44281 at 30iterations 1.723864 46.97314 at 40iterations 0.9794069 26.79121 at 50iterations 0.5567983 14.68319 at 60iterations 0.3142331 7.486671 at 70iterations 0.1769476 3.978903 at 80iterations 9.9693321E-02 2.257912 at 90iterations 5.6150947E-02 1.267726 at 100iterations 3.1415701E-02 0.7182150 at 110iterations 1.7637886E-02 0.3859768 at 120iterations 9.8750284E-03 0.2212524 at 130iterations 5.5335504E-03 0.1195483 at 140iterations 3.0975284E-03 6.8371773E-02 at 150iterations 1.7352013E-03 3.7530899E-02 at 160iterations 9.7058481E-04 2.2283077E-02 at 170iterations 5.4534909E-04 1.0519266E-02 at 180iterations finished qdiffx linear iterations at : 10:08:03 total time elapsed so far: 11.74000 # loops : 180 mean,max change (kT/e) : 5.4534909E-04 1.0519266E-02 energy calculations done at 11.74000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.93000 DelPhi exited at 10:08:04 11.935u 0.174s 0:12.46 97.1% 0+0k 0+0io 0pf+0w