Mon Oct 10 14:07:22 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:07:22 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 = 3367 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: 0.5425258 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): -11.37900 41.72800 ymin,ymax (A): -38.53200 27.08700 zmin,zma (A): -16.01400 34.93700 x,y,z range (A): 53.10700 65.61900 50.95100 scale (grids/A): 0.5425258 object centre (A): 15.17450 -5.722501 9.461500 number of atom coordinates read : 3367 total number of charged atoms : 3224 net assigned charge : 5.2750111E-06 assigned positive charge : 502.3416 centred at (gu) : 90.17815 91.63180 90.34432 assigned negative charge : -502.3429 centred at (gu) : 90.16533 91.58710 90.31756 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6498 nv = 96 ne = 84 npr = 67414 no. pairs analyzed = 67414 no. exposed pairs = 4177 no. arc points = 28598 no. surface atoms = 1416 nbur = 1951 mkacc time = 0.1800000 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.568000 m= 257 mr = 3525 m= 0 mr = 17 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3213 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2966 ## 429 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 8507 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6756299E-10 1.8466875E-10 midg,1,midg; midg,igrid,midg -2.0043128E-10 4.3432102E-10 1,midg,midg; igrid,midg,midg -8.6622945E-11 8.1551370E-11 gauss-seidel spectral radius is 0.9825145 estimated iterations to convergence 62 setup time was (sec) 0.6800000 now iterating at: 14:07:47 rms-change max change #iterations 7.2799616E-02 14.26091 at 10iterations 4.8932503E-03 0.7763479 at 20iterations 4.0932605E-04 6.4750910E-02 at 30iterations 7.7969074E-05 1.2000084E-02 at 40iterations 2.1865220E-05 3.6113262E-03 at 50iterations finished qdiffx linear iterations at : 14:07:51 total time elapsed so far: 5.140000 # loops : 50 mean,max change (kT/e) : 2.1865220E-05 3.6113262E-03 energy calculations done at 5.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.310000 DelPhi exited at 14:07:52 5.313u 0.587s 0:29.52 19.9% 0+0k 0+0io 5pf+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:07:52 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 = 3367 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.627577 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): -11.37900 41.72800 ymin,ymax (A): -38.53200 27.08700 zmin,zma (A): -16.01400 34.93700 x,y,z range (A): 53.10700 65.61900 50.95100 scale (grids/A): 1.627577 object centre (A): 15.17450 -5.722501 9.461500 number of atom coordinates read : 3367 total number of charged atoms : 3224 net assigned charge : 5.2750111E-06 assigned positive charge : 502.3416 centred at (gu) : 90.53365 94.89441 91.03232 assigned negative charge : -502.3429 centred at (gu) : 90.49556 94.76092 90.95204 start vw surface at 0.1400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 72355 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28598 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 23810 mr = 50565 m= 2551 mr = 16933 m= 63 mr = 1278 m= 0 mr = 10 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6300000 number of dielectric boundary points 29993 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 359 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 24709 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.5425258 object centre at (A) : 15.17450 -5.722501 9.461500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.4302798E-03 3.2458538E-03 midg,1,midg; midg,igrid,midg 8.9154607E-03 1.5473932E-02 1,midg,midg; igrid,midg,midg 1.5470111E-03 -1.0671308E-03 gauss-seidel spectral radius is 0.9982089 estimated iterations to convergence 188 setup time was (sec) 0.9600000 now iterating at: 14:08:07 rms-change max change #iterations 3.497314 144.4158 at 10iterations 1.466826 54.19252 at 20iterations 0.6144971 24.01974 at 30iterations 0.2587336 8.662949 at 40iterations 0.1088102 3.670723 at 50iterations 4.5741182E-02 1.537136 at 60iterations 1.9194249E-02 0.6518707 at 70iterations 8.0814268E-03 0.2840843 at 80iterations 3.4301186E-03 0.1170959 at 90iterations 1.4493245E-03 5.0982475E-02 at 100iterations 6.2410947E-04 2.2314250E-02 at 110iterations 2.7537713E-04 9.4137192E-03 at 120iterations finished qdiffx linear iterations at : 14:08:18 total time elapsed so far: 11.94000 # loops : 120 mean,max change (kT/e) : 2.7537713E-04 9.4137192E-03 energy calculations done at 11.94000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.11000 DelPhi exited at 14:08:19 12.117u 0.580s 0:26.69 47.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 Mon Oct 10 2011 at 14:08:19 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 = 3367 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.441366 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): -11.37900 41.72800 ymin,ymax (A): -38.53200 27.08700 zmin,zma (A): -16.01400 34.93700 x,y,z range (A): 53.10700 65.61900 50.95100 scale (grids/A): 2.441366 object centre (A): 15.17450 -5.722501 9.461500 number of atom coordinates read : 3367 total number of charged atoms : 3224 net assigned charge : 5.2750111E-06 assigned positive charge : 502.3416 centred at (gu) : 90.80037 97.34127 91.54830 assigned negative charge : -502.3429 centred at (gu) : 90.74323 97.14108 91.42803 start vw surface at 0.1400000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 167853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28598 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 81677 mr = 123182 m= 24157 mr = 65662 m= 4096 mr = 18590 m= 335 mr = 2751 m= 3 mr = 153 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.720000 number of dielectric boundary points 67783 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 24 iepsmp to db, and charging done at 1.860000 number of grid points assigned charge 25762 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.627577 object centre at (A) : 15.17450 -5.722501 9.461500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.3395816E-02 6.9543459E-02 midg,1,midg; midg,igrid,midg 0.1420156 0.4389768 1,midg,midg; igrid,midg,midg 5.2271925E-02 -2.1241279E-03 gauss-seidel spectral radius is 0.9991524 estimated iterations to convergence 271 setup time was (sec) 2.080000 now iterating at: 14:08:21 rms-change max change #iterations 9.056284 356.4260 at 10iterations 5.109084 117.6738 at 20iterations 2.878469 62.18095 at 30iterations 1.607959 30.34258 at 40iterations 0.8970237 18.60560 at 50iterations 0.4991891 9.739256 at 60iterations 0.2779016 5.797257 at 70iterations 0.1540024 2.981865 at 80iterations 8.5493326E-02 1.606895 at 90iterations 4.7446284E-02 0.8866425 at 100iterations 2.6238821E-02 0.5326538 at 110iterations 1.4534097E-02 0.3030457 at 120iterations 8.0445362E-03 0.1522031 at 130iterations 4.4585685E-03 9.2488766E-02 at 140iterations 2.4702696E-03 4.7431469E-02 at 150iterations 1.3693974E-03 2.6598930E-02 at 160iterations 7.6240813E-04 1.6817570E-02 at 170iterations 4.2563528E-04 8.1949234E-03 at 180iterations finished qdiffx linear iterations at : 14:08:39 total time elapsed so far: 20.25000 # loops : 180 mean,max change (kT/e) : 4.2563528E-04 8.1949234E-03 energy calculations done at 20.25000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.43000 DelPhi exited at 14:08:40 20.437u 0.559s 0:21.59 97.1% 0+0k 0+0io 0pf+0w