Sat Oct 8 20:31:47 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 Sat Oct 8 2011 at 20:31:47 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2606 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 593 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6196045 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): -31.30700 17.65600 ymin,ymax (A): -23.56600 22.41500 zmin,zma (A): -12.42900 45.02700 x,y,z range (A): 48.96300 45.98100 57.45600 scale (grids/A): 0.6196045 object centre (A): -6.825500 -0.5755005 16.29900 number of atom coordinates read : 2606 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 394.5950 centred at (gu) : 88.52646 89.30918 89.59371 assigned negative charge : -390.0956 centred at (gu) : 88.40561 89.36685 89.47426 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6436 nv = 96 ne = 84 npr = 54952 no. pairs analyzed = 54952 no. exposed pairs = 3035 no. arc points = 21734 no. surface atoms = 1022 nbur = 1584 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 312 mr = 3557 m= 2 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 43 time to turn everything in is 0.2100000 number of dielectric boundary points 3158 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2158 ## 228 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 8042 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.6791451E-09 1.0495778E-08 midg,1,midg; midg,igrid,midg 8.7207592E-09 -6.2963391E-11 1,midg,midg; igrid,midg,midg -6.1617023E-09 8.3779712E-09 gauss-seidel spectral radius is 0.9865056 estimated iterations to convergence 70 setup time was (sec) 0.4200000 now iterating at: 20:31:47 rms-change max change #iterations 0.1272091 17.52918 at 10iterations 1.1619311E-02 1.956162 at 20iterations 1.1038643E-03 0.1575050 at 30iterations 1.1030398E-04 1.6449928E-02 at 40iterations 1.1769000E-05 1.9969940E-03 at 50iterations finished qdiffx linear iterations at : 20:31:52 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 1.1769000E-05 1.9969940E-03 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.560000 DelPhi exited at 20:31:52 3.568u 0.412s 0:05.71 69.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 Sat Oct 8 2011 at 20:31: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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2606 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 593 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.858814 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): -31.30700 17.65600 ymin,ymax (A): -23.56600 22.41500 zmin,zma (A): -12.42900 45.02700 x,y,z range (A): 48.96300 45.98100 57.45600 scale (grids/A): 1.858814 object centre (A): -6.825500 -0.5755005 16.29900 number of atom coordinates read : 2606 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 394.5950 centred at (gu) : 85.57883 87.92688 88.78062 assigned negative charge : -390.0956 centred at (gu) : 85.21658 88.10007 88.42254 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 70155 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21734 grid for indexing accessible points = 1.400000 m= 23862 mr = 48900 m= 3171 mr = 17394 m= 157 mr = 1946 m= 1 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 4907 time to turn everything in is 0.3700000 number of dielectric boundary points 29050 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 179 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 19357 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.6196045 object centre at (A) : -6.825500 -0.5755005 16.29900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6427515E-02 3.0279562E-02 midg,1,midg; midg,igrid,midg 1.4092226E-02 -4.7492914E-04 1,midg,midg; igrid,midg,midg -5.1684813E-03 3.6952082E-02 gauss-seidel spectral radius is 0.9985646 estimated iterations to convergence 209 setup time was (sec) 0.6100000 now iterating at: 20:31:53 rms-change max change #iterations 4.037344 168.7852 at 10iterations 1.857232 69.63439 at 20iterations 0.8524908 29.86980 at 30iterations 0.3901741 13.46433 at 40iterations 0.1801237 6.013786 at 50iterations 8.2567215E-02 2.925293 at 60iterations 3.8128823E-02 1.500065 at 70iterations 1.7461073E-02 0.5216522 at 80iterations 8.0232695E-03 0.2995739 at 90iterations 3.6937571E-03 0.1207047 at 100iterations 1.6994214E-03 5.8454514E-02 at 110iterations 7.8624173E-04 2.4940968E-02 at 120iterations finished qdiffx linear iterations at : 20:32:04 total time elapsed so far: 8.000000 # loops : 120 mean,max change (kT/e) : 7.8624173E-04 2.4940968E-02 energy calculations done at 8.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.130000 DelPhi exited at 20:32:05 8.136u 0.763s 0:12.40 71.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 Sat Oct 8 2011 at 20:32:05 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2606 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 593 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.788220 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): -31.30700 17.65600 ymin,ymax (A): -23.56600 22.41500 zmin,zma (A): -12.42900 45.02700 x,y,z range (A): 48.96300 45.98100 57.45600 scale (grids/A): 2.788220 object centre (A): -6.825500 -0.5755005 16.29900 number of atom coordinates read : 2606 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 394.5950 centred at (gu) : 83.36810 86.89029 88.17080 assigned negative charge : -390.0956 centred at (gu) : 82.82483 87.15011 87.63381 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 162614 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21734 grid for indexing accessible points = 1.400000 m= 79156 mr = 118386 m= 26031 mr = 64925 m= 5792 mr = 20747 m= 691 mr = 4315 m= 33 mr = 426 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 16999 time to turn everything in is 0.9000000 number of dielectric boundary points 65504 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 0.9900000 number of grid points assigned charge 19725 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.858814 object centre at (A) : -6.825500 -0.5755005 16.29900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1003043 0.4082600 midg,1,midg; midg,igrid,midg 0.1697944 -4.3562420E-02 1,midg,midg; igrid,midg,midg -5.8875442E-02 0.4984713 gauss-seidel spectral radius is 0.9992340 estimated iterations to convergence 285 setup time was (sec) 1.150000 now iterating at: 20:32:07 rms-change max change #iterations 9.495662 282.4448 at 10iterations 5.467504 139.1814 at 20iterations 3.121829 61.21069 at 30iterations 1.781635 37.67718 at 40iterations 1.015703 21.02138 at 50iterations 0.5789005 14.24798 at 60iterations 0.3294779 6.659053 at 70iterations 0.1875414 3.421238 at 80iterations 0.1066593 2.220839 at 90iterations 6.0765523E-02 1.246330 at 100iterations 3.4562811E-02 0.6766980 at 110iterations 1.9663861E-02 0.4036903 at 120iterations 1.1171989E-02 0.2016125 at 130iterations 6.3757822E-03 0.1151619 at 140iterations 3.6321953E-03 8.7001801E-02 at 150iterations 2.0744444E-03 4.3762207E-02 at 160iterations 1.1873589E-03 2.3711205E-02 at 170iterations 6.8113132E-04 1.2735367E-02 at 180iterations finished qdiffx linear iterations at : 20:32:24 total time elapsed so far: 13.09000 # loops : 180 mean,max change (kT/e) : 6.8113132E-04 1.2735367E-02 energy calculations done at 13.09000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.23000 DelPhi exited at 20:32:25 13.229u 1.163s 0:19.98 71.9% 0+0k 0+0io 0pf+0w