Mon Oct 10 14:00:45 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 Mon Oct 10 2011 at 14:00:45 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 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.6010569 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): -18.77500 36.70400 ymin,ymax (A): -21.41100 37.81800 zmin,zma (A): 3.935000 60.55700 x,y,z range (A): 55.47900 59.22900 56.62200 scale (grids/A): 0.6010569 object centre (A): 8.964501 8.203499 32.24600 number of atom coordinates read : 3065 total number of charged atoms : 2928 net assigned charge : -2.499991 assigned positive charge : 467.4289 centred at (gu) : 88.47487 90.30888 87.99305 assigned negative charge : -469.9301 centred at (gu) : 88.46272 90.43832 88.07439 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7374 nv = 96 ne = 84 npr = 62726 no. pairs analyzed = 62726 no. exposed pairs = 3880 no. arc points = 27583 no. surface atoms = 1304 nbur = 1761 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 412 mr = 3944 m= 3 mr = 61 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.2400000 number of dielectric boundary points 3785 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2768 ## 290 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 9303 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.0437658E-09 -3.0968397E-09 midg,1,midg; midg,igrid,midg 4.3096491E-09 -7.6251840E-09 1,midg,midg; igrid,midg,midg -2.3969171E-09 -4.3587858E-10 gauss-seidel spectral radius is 0.9857165 estimated iterations to convergence 69 setup time was (sec) 0.4400000 now iterating at: 14:00:46 rms-change max change #iterations 0.1259501 19.76088 at 10iterations 1.1137890E-02 1.511818 at 20iterations 1.0468299E-03 0.1446772 at 30iterations 1.5268824E-04 2.1865845E-02 at 40iterations 3.3219636E-05 5.2986145E-03 at 50iterations finished qdiffx linear iterations at : 14:00:48 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 3.3219636E-05 5.2986145E-03 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 14:00:49 3.451u 0.162s 0:04.14 87.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 14:00:49 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.803171 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): -18.77500 36.70400 ymin,ymax (A): -21.41100 37.81800 zmin,zma (A): 3.935000 60.55700 x,y,z range (A): 55.47900 59.22900 56.62200 scale (grids/A): 1.803171 object centre (A): 8.964501 8.203499 32.24600 number of atom coordinates read : 3065 total number of charged atoms : 2928 net assigned charge : -2.499991 assigned positive charge : 467.4289 centred at (gu) : 85.42363 90.92562 83.97805 assigned negative charge : -469.9301 centred at (gu) : 85.38779 91.31451 84.22295 start vw surface at 0.1100000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 80180 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27583 grid for indexing accessible points = 1.400000 m= 29162 mr = 55306 m= 4567 mr = 20968 m= 281 mr = 2771 m= 6 mr = 95 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 881 time to turn everything in is 0.4200000 number of dielectric boundary points 35056 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 222 iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 22936 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.6010569 object centre at (A) : 8.964501 8.203499 32.24600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.3856030E-03 -2.9341795E-02 midg,1,midg; midg,igrid,midg 3.4810476E-02 -2.9858209E-02 1,midg,midg; igrid,midg,midg -7.2405091E-04 -1.9361003E-03 gauss-seidel spectral radius is 0.9985302 estimated iterations to convergence 207 setup time was (sec) 0.6500000 now iterating at: 14:00:50 rms-change max change #iterations 4.292937 172.9607 at 10iterations 1.944291 63.29838 at 20iterations 0.8831089 27.67149 at 30iterations 0.4021809 13.01636 at 40iterations 0.1824287 5.964093 at 50iterations 8.2901128E-02 2.600189 at 60iterations 3.7757292E-02 1.151504 at 70iterations 1.7172990E-02 0.5283919 at 80iterations 7.8537948E-03 0.2295837 at 90iterations 3.5994581E-03 0.1155319 at 100iterations 1.6473491E-03 5.0247192E-02 at 110iterations 7.5828430E-04 2.2168636E-02 at 120iterations finished qdiffx linear iterations at : 14:00:57 total time elapsed so far: 7.790000 # loops : 120 mean,max change (kT/e) : 7.5828430E-04 2.2168636E-02 energy calculations done at 7.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.920000 DelPhi exited at 14:00:59 7.922u 0.176s 0:09.60 84.2% 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:00:59 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 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: 2.704756 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): -18.77500 36.70400 ymin,ymax (A): -21.41100 37.81800 zmin,zma (A): 3.935000 60.55700 x,y,z range (A): 55.47900 59.22900 56.62200 scale (grids/A): 2.704756 object centre (A): 8.964501 8.203499 32.24600 number of atom coordinates read : 3065 total number of charged atoms : 2928 net assigned charge : -2.499991 assigned positive charge : 467.4289 centred at (gu) : 83.13531 91.38838 80.96694 assigned negative charge : -469.9301 centred at (gu) : 83.08170 91.97155 81.33439 start vw surface at 0.1000000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 185308 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27583 grid for indexing accessible points = 1.400000 m= 94135 mr = 133979 m= 34084 mr = 76178 m= 8224 mr = 26972 m= 1165 mr = 5987 m= 60 mr = 765 m= 0 mr = 12 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 3164 time to turn everything in is 1.030000 number of dielectric boundary points 79083 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.130000 number of grid points assigned charge 23419 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.803171 object centre at (A) : 8.964501 8.203499 32.24600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.8690635E-02 -0.4641933 midg,1,midg; midg,igrid,midg 0.5509099 -0.4846250 1,midg,midg; igrid,midg,midg 0.1741124 -5.6597650E-02 gauss-seidel spectral radius is 0.9992425 estimated iterations to convergence 287 setup time was (sec) 1.270000 now iterating at: 14:01:00 rms-change max change #iterations 10.35055 253.7897 at 10iterations 6.052159 142.2949 at 20iterations 3.516860 70.10248 at 30iterations 2.029723 41.60663 at 40iterations 1.169128 22.55782 at 50iterations 0.6730360 13.57046 at 60iterations 0.3857122 8.106922 at 70iterations 0.2204620 3.940331 at 80iterations 0.1265306 2.411804 at 90iterations 7.2373167E-02 1.333794 at 100iterations 4.1381702E-02 0.7483673 at 110iterations 2.3651155E-02 0.4496117 at 120iterations 1.3549868E-02 0.2763748 at 130iterations 7.7413139E-03 0.1337166 at 140iterations 4.4356883E-03 8.1222534E-02 at 150iterations 2.5442136E-03 4.4643402E-02 at 160iterations 1.4682567E-03 2.7469635E-02 at 170iterations 8.5147290E-04 1.4823914E-02 at 180iterations finished qdiffx linear iterations at : 14:01:12 total time elapsed so far: 12.75000 # loops : 180 mean,max change (kT/e) : 8.5147290E-04 1.4823914E-02 energy calculations done at 12.75000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.88000 DelPhi exited at 14:01:13 12.882u 0.209s 0:13.79 94.8% 0+0k 0+0io 0pf+0w