Mon Oct 10 17:03:10 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 17:03:10 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5103 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5043207 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): -14.63200 47.69800 ymin,ymax (A): -28.15000 34.07500 zmin,zma (A): 15.54900 86.13900 x,y,z range (A): 62.33000 62.22500 70.59000 scale (grids/A): 0.5043207 object centre (A): 16.53300 2.962501 50.84400 number of atom coordinates read : 5103 total number of charged atoms : 4851 net assigned charge : 7.300042 assigned positive charge : 764.8420 centred at (gu) : 89.24152 90.08097 89.82674 assigned negative charge : -757.5477 centred at (gu) : 89.28741 90.03815 89.78649 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 8160 nv = 96 ne = 84 npr = 103380 no. pairs analyzed = 103380 no. exposed pairs = 6404 no. arc points = 43820 no. surface atoms = 2171 nbur = 2932 mkacc time = 0.2400000 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.680000 m= 269 mr = 4205 m= 0 mr = 4 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4900000 number of dielectric boundary points 4220 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4283 ## 672 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 10939 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.1142905E-12 1.5402585E-10 midg,1,midg; midg,igrid,midg -1.2683508E-11 1.7020764E-10 1,midg,midg; igrid,midg,midg 2.1173271E-10 -1.5380851E-11 gauss-seidel spectral radius is 0.9799156 estimated iterations to convergence 58 setup time was (sec) 0.7300000 now iterating at: 17:03:11 rms-change max change #iterations 6.4631373E-02 8.976642 at 10iterations 5.7409205E-03 1.093369 at 20iterations 2.1467509E-03 0.4476814 at 30iterations 9.9396787E-04 0.2010117 at 40iterations 4.6314360E-04 9.1045380E-02 at 50iterations finished qdiffx linear iterations at : 17:03:13 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 4.6314360E-04 9.1045380E-02 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.570000 DelPhi exited at 17:03:14 3.570u 0.157s 0:04.33 85.9% 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 17:03:14 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5103 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.512962 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): -14.63200 47.69800 ymin,ymax (A): -28.15000 34.07500 zmin,zma (A): 15.54900 86.13900 x,y,z range (A): 62.33000 62.22500 70.59000 scale (grids/A): 1.512962 object centre (A): 16.53300 2.962501 50.84400 number of atom coordinates read : 5103 total number of charged atoms : 4851 net assigned charge : 7.300042 assigned positive charge : 764.8420 centred at (gu) : 87.72293 90.24107 89.47852 assigned negative charge : -757.5477 centred at (gu) : 87.86185 90.11395 89.35931 start vw surface at 0.2100000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 93097 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43820 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 26286 mr = 64476 m= 2187 mr = 16951 m= 44 mr = 845 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6900000 number of dielectric boundary points 39342 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 623 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 36345 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.5043207 object centre at (A) : 16.53300 2.962501 50.84400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6319867E-02 1.0418006E-02 midg,1,midg; midg,igrid,midg 4.1005429E-04 1.6040877E-03 1,midg,midg; igrid,midg,midg 1.2691259E-02 -2.9161640E-03 gauss-seidel spectral radius is 0.9980865 estimated iterations to convergence 182 setup time was (sec) 0.9900000 now iterating at: 17:03:15 rms-change max change #iterations 3.829903 163.0762 at 10iterations 1.557012 50.58041 at 20iterations 0.6375532 21.13965 at 30iterations 0.2603417 7.846091 at 40iterations 0.1063188 3.269240 at 50iterations 4.3714382E-02 1.367230 at 60iterations 1.8447731E-02 0.6390285 at 70iterations 8.2437359E-03 0.3397408 at 80iterations 4.3074922E-03 0.1869125 at 90iterations 2.7203329E-03 0.1179504 at 100iterations 1.9564368E-03 8.2653046E-02 at 110iterations 1.4878510E-03 6.2435150E-02 at 120iterations finished qdiffx linear iterations at : 17:03:22 total time elapsed so far: 7.770000 # loops : 120 mean,max change (kT/e) : 1.4878510E-03 6.2435150E-02 energy calculations done at 7.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.950000 DelPhi exited at 17:03:23 7.957u 0.268s 0:09.01 91.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 17:03: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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5103 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.269443 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): -14.63200 47.69800 ymin,ymax (A): -28.15000 34.07500 zmin,zma (A): 15.54900 86.13900 x,y,z range (A): 62.33000 62.22500 70.59000 scale (grids/A): 2.269443 object centre (A): 16.53300 2.962501 50.84400 number of atom coordinates read : 5103 total number of charged atoms : 4851 net assigned charge : 7.300042 assigned positive charge : 764.8420 centred at (gu) : 86.58395 90.36127 89.21752 assigned negative charge : -757.5477 centred at (gu) : 86.79291 90.17081 89.03876 start vw surface at 0.2100000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 217553 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43820 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 95501 mr = 158980 m= 22895 mr = 73737 m= 3065 mr = 15799 m= 171 mr = 1744 m= 5 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 1.000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.690000 number of dielectric boundary points 88894 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 62 iepsmp to db, and charging done at 1.860000 number of grid points assigned charge 38696 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.512962 object centre at (A) : 16.53300 2.962501 50.84400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3295349 0.2323485 midg,1,midg; midg,igrid,midg 7.7205017E-02 -1.5397619E-02 1,midg,midg; igrid,midg,midg 0.2371231 -8.8621721E-02 gauss-seidel spectral radius is 0.9991616 estimated iterations to convergence 273 setup time was (sec) 2.030000 now iterating at: 17:03:25 rms-change max change #iterations 10.50935 253.1983 at 10iterations 6.066656 142.1564 at 20iterations 3.466183 77.10577 at 30iterations 1.968790 41.85285 at 40iterations 1.116237 28.66495 at 50iterations 0.6270016 12.81168 at 60iterations 0.3528665 7.411470 at 70iterations 0.1979310 3.792473 at 80iterations 0.1105984 2.276827 at 90iterations 6.1753396E-02 1.193680 at 100iterations 3.4589972E-02 0.7137375 at 110iterations 1.9318877E-02 0.3448486 at 120iterations 1.0763214E-02 0.2127442 at 130iterations 6.0504996E-03 0.1235695 at 140iterations 3.4318720E-03 7.2124481E-02 at 150iterations 1.9817573E-03 3.9222717E-02 at 160iterations 1.1980777E-03 2.8127670E-02 at 170iterations 7.7504449E-04 2.0172119E-02 at 180iterations finished qdiffx linear iterations at : 17:03:36 total time elapsed so far: 12.69000 # loops : 180 mean,max change (kT/e) : 7.7504449E-04 2.0172119E-02 energy calculations done at 12.69000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.88000 DelPhi exited at 17:03:38 12.883u 0.273s 0:14.60 90.0% 0+0k 0+0io 0pf+0w