Sat Oct 8 17:10:58 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 Sat Oct 8 2011 at 17:10:58 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 = 3241 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5515361 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): 37.90500 91.88600 ymin,ymax (A): 16.66000 81.20700 zmin,zma (A): -22.02900 25.55400 x,y,z range (A): 53.98100 64.54700 47.58300 scale (grids/A): 0.5515361 object centre (A): 64.89550 48.93350 1.762500 number of atom coordinates read : 3241 total number of charged atoms : 3096 net assigned charge : -4.499984 assigned positive charge : 481.1238 centred at (gu) : 90.63982 90.39110 89.81704 assigned negative charge : -485.6250 centred at (gu) : 90.63549 90.39431 89.80773 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6439 nv = 96 ne = 84 npr = 65649 no. pairs analyzed = 65649 no. exposed pairs = 4085 no. arc points = 28253 no. surface atoms = 1375 nbur = 1866 mkacc time = 0.2200000 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= 263 mr = 3393 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 3297 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2859 ## 370 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 8377 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.5008469E-10 -2.5359989E-10 midg,1,midg; midg,igrid,midg -2.9082098E-10 -4.1318082E-10 1,midg,midg; igrid,midg,midg -3.3169428E-10 -3.5961692E-10 gauss-seidel spectral radius is 0.9830670 estimated iterations to convergence 63 setup time was (sec) 0.7400000 now iterating at: 17:10:59 rms-change max change #iterations 8.0925018E-02 14.64816 at 10iterations 5.5760820E-03 0.9213467 at 20iterations 4.6253277E-04 7.5010300E-02 at 30iterations 7.3116113E-05 1.2333870E-02 at 40iterations 1.8571229E-05 3.8261414E-03 at 50iterations finished qdiffx linear iterations at : 17:11:03 total time elapsed so far: 4.310000 # loops : 50 mean,max change (kT/e) : 1.8571229E-05 3.8261414E-03 energy calculations done at 4.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.540000 DelPhi exited at 17:11:04 4.549u 0.430s 0:05.27 94.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 Sat Oct 8 2011 at 17:11:04 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 = 3241 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.654608 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): 37.90500 91.88600 ymin,ymax (A): 16.66000 81.20700 zmin,zma (A): -22.02900 25.55400 x,y,z range (A): 53.98100 64.54700 47.58300 scale (grids/A): 1.654608 object centre (A): 64.89550 48.93350 1.762500 number of atom coordinates read : 3241 total number of charged atoms : 3096 net assigned charge : -4.499984 assigned positive charge : 481.1238 centred at (gu) : 91.91874 91.17259 89.45045 assigned negative charge : -485.6250 centred at (gu) : 91.90585 91.18247 89.42289 start vw surface at 0.1900000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 71344 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28253 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 23150 mr = 49193 m= 2701 mr = 16305 m= 84 mr = 1403 m= 0 mr = 6 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 580 time to turn everything in is 0.7500000 number of dielectric boundary points 30372 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 349 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 23812 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.5515361 object centre at (A) : 64.89550 48.93350 1.762500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8769666E-03 -4.3248376E-03 midg,1,midg; midg,igrid,midg 7.9501010E-03 1.9144658E-02 1,midg,midg; igrid,midg,midg -1.2446005E-02 -3.6670333E-03 gauss-seidel spectral radius is 0.9982610 estimated iterations to convergence 190 setup time was (sec) 1.060000 now iterating at: 17:11:05 rms-change max change #iterations 3.548406 162.4329 at 10iterations 1.505074 58.65715 at 20iterations 0.6411782 22.72784 at 30iterations 0.2720020 9.661710 at 40iterations 0.1161192 3.789520 at 50iterations 4.9254216E-02 1.880661 at 60iterations 2.1021497E-02 0.8203897 at 70iterations 8.9207059E-03 0.3235016 at 80iterations 3.8157653E-03 0.1236027 at 90iterations 1.6389539E-03 5.0087929E-02 at 100iterations 7.0691301E-04 2.4108887E-02 at 110iterations 3.0978702E-04 1.0417938E-02 at 120iterations finished qdiffx linear iterations at : 17:11:14 total time elapsed so far: 9.970000 # loops : 120 mean,max change (kT/e) : 3.0978702E-04 1.0417938E-02 energy calculations done at 9.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.18000 DelPhi exited at 17:11:15 10.188u 0.478s 0:10.94 97.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 Sat Oct 8 2011 at 17:11:15 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 = 3241 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.481913 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): 37.90500 91.88600 ymin,ymax (A): 16.66000 81.20700 zmin,zma (A): -22.02900 25.55400 x,y,z range (A): 53.98100 64.54700 47.58300 scale (grids/A): 2.481913 object centre (A): 64.89550 48.93350 1.762500 number of atom coordinates read : 3241 total number of charged atoms : 3096 net assigned charge : -4.499984 assigned positive charge : 481.1238 centred at (gu) : 92.87779 91.75848 89.17545 assigned negative charge : -485.6250 centred at (gu) : 92.85875 91.77357 89.13432 start vw surface at 0.1700000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 165398 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28253 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 79283 mr = 120071 m= 23966 mr = 63362 m= 4428 mr = 18265 m= 396 mr = 3016 m= 4 mr = 201 m= 0 mr = 0 time to grow re-entrant surface = 1.120000 no. cavity mid-points inaccessible to solvent = 1883 time to turn everything in is 1.830000 number of dielectric boundary points 68560 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 1.980000 number of grid points assigned charge 24743 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.654608 object centre at (A) : 64.89550 48.93350 1.762500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.0947669E-02 -3.6411442E-02 midg,1,midg; midg,igrid,midg 0.2813506 0.5509648 1,midg,midg; igrid,midg,midg -0.1924328 -8.1176944E-03 gauss-seidel spectral radius is 0.9991664 estimated iterations to convergence 274 setup time was (sec) 2.190000 now iterating at: 17:11:17 rms-change max change #iterations 9.153047 354.7603 at 10iterations 5.182904 124.0641 at 20iterations 2.919653 62.58709 at 30iterations 1.638620 32.72943 at 40iterations 0.9170514 19.70705 at 50iterations 0.5121557 10.11026 at 60iterations 0.2855902 6.394712 at 70iterations 0.1591454 3.105962 at 80iterations 8.8590547E-02 1.740177 at 90iterations 4.9343687E-02 0.9765892 at 100iterations 2.7394379E-02 0.5761577 at 110iterations 1.5243520E-02 0.2934723 at 120iterations 8.4832804E-03 0.1706734 at 130iterations 4.7353567E-03 0.1019945 at 140iterations 2.6434832E-03 5.2835941E-02 at 150iterations 1.4845422E-03 2.8042480E-02 at 160iterations 8.4174989E-04 1.6082764E-02 at 170iterations 4.8443023E-04 1.1579037E-02 at 180iterations finished qdiffx linear iterations at : 17:11:32 total time elapsed so far: 17.02000 # loops : 180 mean,max change (kT/e) : 4.8443023E-04 1.1579037E-02 energy calculations done at 17.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.25000 DelPhi exited at 17:11:33 17.253u 0.485s 0:18.07 98.1% 0+0k 0+0io 0pf+0w