Sun Oct 9 23:00:30 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 23:00:30 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3980 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: 0.5649000 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): -32.05000 20.05400 ymin,ymax (A): -81.89100 -18.87100 zmin,zma (A): -2.177000 54.43500 x,y,z range (A): 52.10400 63.02000 56.61200 scale (grids/A): 0.5649000 object centre (A): -5.998000 -50.38100 26.12900 number of atom coordinates read : 3980 total number of charged atoms : 3822 net assigned charge : 1.5646219E-05 assigned positive charge : 599.4686 centred at (gu) : 91.35617 89.27357 89.93456 assigned negative charge : -599.4725 centred at (gu) : 91.14703 89.29185 89.99309 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 8411 nv = 96 ne = 84 npr = 79029 no. pairs analyzed = 79029 no. exposed pairs = 5243 no. arc points = 36409 no. surface atoms = 1759 nbur = 2221 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.512000 m= 373 mr = 4392 m= 0 mr = 24 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 4368 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3680 ## 448 charges are in solution ## iepsmp to db, and charging done at 0.3500000 number of grid points assigned charge 10929 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.9059549E-10 -1.0835625E-09 midg,1,midg; midg,igrid,midg 3.1999417E-10 -3.1889644E-10 1,midg,midg; igrid,midg,midg -2.7785731E-09 4.9692974E-09 gauss-seidel spectral radius is 0.9839183 estimated iterations to convergence 65 setup time was (sec) 0.4700000 now iterating at: 23:00:31 rms-change max change #iterations 0.1004739 13.46973 at 10iterations 7.5572873E-03 0.9870496 at 20iterations 6.1867264E-04 9.5413208E-02 at 30iterations 1.1300600E-04 2.4490356E-02 at 40iterations 4.2165218E-05 9.6154213E-03 at 50iterations finished qdiffx linear iterations at : 23:00:34 total time elapsed so far: 3.350000 # loops : 50 mean,max change (kT/e) : 4.2165218E-05 9.6154213E-03 energy calculations done at 3.350000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.480000 DelPhi exited at 23:00:34 3.480u 0.192s 0:03.94 93.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 Sun Oct 9 2011 at 23:00:34 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3980 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.694700 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): -32.05000 20.05400 ymin,ymax (A): -81.89100 -18.87100 zmin,zma (A): -2.177000 54.43500 x,y,z range (A): 52.10400 63.02000 56.61200 scale (grids/A): 1.694700 object centre (A): -5.998000 -50.38100 26.12900 number of atom coordinates read : 3980 total number of charged atoms : 3822 net assigned charge : 1.5646219E-05 assigned positive charge : 599.4686 centred at (gu) : 94.06680 87.81898 89.80211 assigned negative charge : -599.4725 centred at (gu) : 93.44040 87.87525 89.97881 start vw surface at 0.1300000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 93449 reading accessible surface arcs data from file ARCDAT no. of arc points read = 36409 grid for indexing accessible points = 1.400000 m= 29992 mr = 63878 m= 3448 mr = 20832 m= 131 mr = 1809 m= 0 mr = 20 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 95 time to turn everything in is 0.4600000 number of dielectric boundary points 40481 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 389 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 29497 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.5649000 object centre at (A) : -5.998000 -50.38100 26.12900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.7922841E-03 8.9818845E-04 midg,1,midg; midg,igrid,midg 2.4928378E-02 9.8868897E-03 1,midg,midg; igrid,midg,midg -2.4326719E-02 -9.5925573E-04 gauss-seidel spectral radius is 0.9984314 estimated iterations to convergence 200 setup time was (sec) 0.6800000 now iterating at: 23:00:35 rms-change max change #iterations 4.285037 163.2169 at 10iterations 1.889246 57.12352 at 20iterations 0.8325206 26.68974 at 30iterations 0.3694080 12.74981 at 40iterations 0.1635678 4.865038 at 50iterations 7.2540954E-02 2.190578 at 60iterations 3.2224406E-02 0.9630775 at 70iterations 1.4256143E-02 0.3939285 at 80iterations 6.3371258E-03 0.1979189 at 90iterations 2.8204119E-03 7.9891205E-02 at 100iterations 1.2643435E-03 3.9359093E-02 at 110iterations 5.6961912E-04 1.7318726E-02 at 120iterations finished qdiffx linear iterations at : 23:00:42 total time elapsed so far: 7.870000 # loops : 120 mean,max change (kT/e) : 5.6961912E-04 1.7318726E-02 energy calculations done at 7.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 23:00:43 8.008u 0.187s 0:09.23 88.6% 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 23:00: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3980 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.542050 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): -32.05000 20.05400 ymin,ymax (A): -81.89100 -18.87100 zmin,zma (A): -2.177000 54.43500 x,y,z range (A): 52.10400 63.02000 56.61200 scale (grids/A): 2.542050 object centre (A): -5.998000 -50.38100 26.12900 number of atom coordinates read : 3980 total number of charged atoms : 3822 net assigned charge : 1.5646219E-05 assigned positive charge : 599.4686 centred at (gu) : 96.09962 86.72804 89.70272 assigned negative charge : -599.4725 centred at (gu) : 95.16032 86.81263 89.96789 start vw surface at 0.1100000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 216971 reading accessible surface arcs data from file ARCDAT no. of arc points read = 36409 grid for indexing accessible points = 1.400000 m= 102616 mr = 156201 m= 30274 mr = 81653 m= 5484 mr = 22803 m= 473 mr = 3780 m= 11 mr = 277 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 296 time to turn everything in is 1.110000 number of dielectric boundary points 91115 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.210000 number of grid points assigned charge 30551 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.694700 object centre at (A) : -5.998000 -50.38100 26.12900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1307048 -2.1008793E-02 midg,1,midg; midg,igrid,midg 0.2437579 0.3443546 1,midg,midg; igrid,midg,midg -0.2559647 -4.9652923E-02 gauss-seidel spectral radius is 0.9992420 estimated iterations to convergence 287 setup time was (sec) 1.360000 now iterating at: 23:00:45 rms-change max change #iterations 10.99336 349.4042 at 10iterations 6.525763 151.0659 at 20iterations 3.828698 81.56927 at 30iterations 2.230613 45.00965 at 40iterations 1.296080 26.24866 at 50iterations 0.7514018 14.81708 at 60iterations 0.4340981 8.426762 at 70iterations 0.2497061 4.791496 at 80iterations 0.1434792 2.943078 at 90iterations 8.2234889E-02 1.636322 at 100iterations 4.7299568E-02 0.8177254 at 110iterations 2.7127033E-02 0.4765568 at 120iterations 1.5505929E-02 0.2851486 at 130iterations 8.8712536E-03 0.1592398 at 140iterations 5.0932835E-03 9.8266602E-02 at 150iterations 2.9160127E-03 5.1635742E-02 at 160iterations 1.6711751E-03 2.9560089E-02 at 170iterations 9.6255651E-04 1.5537262E-02 at 180iterations finished qdiffx linear iterations at : 23:00:57 total time elapsed so far: 13.05000 # loops : 180 mean,max change (kT/e) : 9.6255651E-04 1.5537262E-02 energy calculations done at 13.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.19000 DelPhi exited at 23:00:58 13.188u 0.202s 0:14.36 93.1% 0+0k 0+0io 0pf+0w