Sun Oct 9 07:48:12 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+sph2.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 = amb2.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 07:48:12 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.7081336 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): -15.82300 31.13900 ymin,ymax (A): -19.88500 30.38800 zmin,zma (A): -4.127000 35.88000 x,y,z range (A): 46.96200 50.27300 40.00700 scale (grids/A): 0.7081336 object centre (A): 7.658000 5.251500 15.87650 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.7085 centred at (gu) : 89.65660 90.65015 90.43541 assigned negative charge : -327.7089 centred at (gu) : 89.53027 90.74456 90.55514 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7636 nv = 96 ne = 84 npr = 45734 no. pairs analyzed = 45734 no. exposed pairs = 2682 no. arc points = 19501 no. surface atoms = 903 nbur = 1317 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 524 mr = 4335 m= 6 mr = 106 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 87 time to turn everything in is 0.2700000 number of dielectric boundary points 3725 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1799 ## 169 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 8428 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0555746E-07 -1.2727896E-08 midg,1,midg; midg,igrid,midg 8.9793090E-08 2.0888566E-09 1,midg,midg; igrid,midg,midg -1.6257209E-08 1.1062541E-07 gauss-seidel spectral radius is 0.9896242 estimated iterations to convergence 80 setup time was (sec) 0.4900000 now iterating at: 07:48:13 rms-change max change #iterations 0.2113352 28.80554 at 10iterations 2.6581524E-02 3.342021 at 20iterations 3.1926385E-03 0.3759499 at 30iterations 3.9941457E-04 5.9947014E-02 at 40iterations 4.9527574E-05 6.9522858E-03 at 50iterations finished qdiffx linear iterations at : 07:48:15 total time elapsed so far: 2.920000 # loops : 50 mean,max change (kT/e) : 4.9527574E-05 6.9522858E-03 energy calculations done at 2.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.090000 DelPhi exited at 07:48:16 3.097u 0.125s 0:03.50 91.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 Sun Oct 9 2011 at 07:48:16 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.124401 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): -15.82300 31.13900 ymin,ymax (A): -19.88500 30.38800 zmin,zma (A): -4.127000 35.88000 x,y,z range (A): 46.96200 50.27300 40.00700 scale (grids/A): 2.124401 object centre (A): 7.658000 5.251500 15.87650 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.7085 centred at (gu) : 88.96944 91.95020 91.30605 assigned negative charge : -327.7089 centred at (gu) : 88.59069 92.23370 91.66537 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 80173 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19501 grid for indexing accessible points = 1.400000 m= 32309 mr = 55757 m= 6759 mr = 24757 m= 719 mr = 4655 m= 24 mr = 412 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 2810 time to turn everything in is 0.5800000 number of dielectric boundary points 34400 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 82 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 16558 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.7081336 object centre at (A) : 7.658000 5.251500 15.87650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.8647854E-02 1.5856057E-02 midg,1,midg; midg,igrid,midg 4.2876557E-02 5.3210780E-03 1,midg,midg; igrid,midg,midg -1.9425493E-02 3.8957816E-02 gauss-seidel spectral radius is 0.9988516 estimated iterations to convergence 234 setup time was (sec) 0.8500000 now iterating at: 07:48:17 rms-change max change #iterations 4.874906 222.4465 at 10iterations 2.405531 73.70692 at 20iterations 1.201033 34.93611 at 30iterations 0.6006266 18.56576 at 40iterations 0.2988270 9.996596 at 50iterations 0.1488098 5.459660 at 60iterations 7.4329793E-02 2.074531 at 70iterations 3.7019663E-02 1.163174 at 80iterations 1.8421888E-02 0.5337305 at 90iterations 9.1967098E-03 0.2652938 at 100iterations 4.5767450E-03 0.1341248 at 110iterations 2.2837510E-03 6.2412262E-02 at 120iterations finished qdiffx linear iterations at : 07:48:23 total time elapsed so far: 6.890000 # loops : 120 mean,max change (kT/e) : 2.2837510E-03 6.2412262E-02 energy calculations done at 6.890000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.060000 DelPhi exited at 07:48:23 7.067u 0.175s 0:07.58 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 07:48:23 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 3.186601 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): -15.82300 31.13900 ymin,ymax (A): -19.88500 30.38800 zmin,zma (A): -4.127000 35.88000 x,y,z range (A): 46.96200 50.27300 40.00700 scale (grids/A): 3.186601 object centre (A): 7.658000 5.251500 15.87650 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.7085 centred at (gu) : 88.45401 92.92530 91.95899 assigned negative charge : -327.7089 centred at (gu) : 87.88608 93.35052 92.49802 start vw surface at 0.1300000 fill in re-entrant regions at 0.8300000 boundary points on vw surface= 184441 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19501 grid for indexing accessible points = 1.400000 m= 99390 mr = 134118 m= 42567 mr = 82959 m= 12986 mr = 35489 m= 2786 mr = 10326 m= 409 mr = 2045 m= 20 mr = 294 m= 0 mr = 6 time to grow re-entrant surface = 0.8899999 no. cavity mid-points inaccessible to solvent = 9577 time to turn everything in is 1.830000 number of dielectric boundary points 77362 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.950000 number of grid points assigned charge 16664 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.124401 object centre at (A) : 7.658000 5.251500 15.87650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6491388 0.1472722 midg,1,midg; midg,igrid,midg 0.3450381 0.1823782 1,midg,midg; igrid,midg,midg -0.1085957 0.2300541 gauss-seidel spectral radius is 0.9992962 estimated iterations to convergence 297 setup time was (sec) 2.110000 now iterating at: 07:48:26 rms-change max change #iterations 10.56873 392.8731 at 10iterations 6.149071 124.0356 at 20iterations 3.585573 66.45845 at 30iterations 2.089437 40.10774 at 40iterations 1.215457 20.02779 at 50iterations 0.7076814 13.14395 at 60iterations 0.4117179 7.611958 at 70iterations 0.2399625 4.156617 at 80iterations 0.1391600 2.243923 at 90iterations 8.1109859E-02 1.406360 at 100iterations 4.7107007E-02 0.8948116 at 110iterations 2.7424194E-02 0.4672203 at 120iterations 1.5971595E-02 0.2574596 at 130iterations 9.2811715E-03 0.1622772 at 140iterations 5.3970860E-03 9.4487190E-02 at 150iterations 3.1437245E-03 5.5925369E-02 at 160iterations 1.8301692E-03 2.8538227E-02 at 170iterations 1.0661060E-03 1.8320084E-02 at 180iterations finished qdiffx linear iterations at : 07:48:36 total time elapsed so far: 12.24000 # loops : 180 mean,max change (kT/e) : 1.0661060E-03 1.8320084E-02 energy calculations done at 12.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.41000 DelPhi exited at 07:48:36 12.413u 0.192s 0:12.89 97.7% 0+0k 0+0io 0pf+0w