Thu Jan 19 13:32:45 PST 2012 #!/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 Thu Jan 19 2012 at 13:32:46 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6791 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 has a net charge of -4.0000 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: 0.4230692 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): 15.71900 99.86600 ymin,ymax (A): -3.360000 63.74200 zmin,zma (A): 144.4910 222.6570 x,y,z range (A): 84.14700 67.10200 78.16600 scale (grids/A): 0.4230692 object centre (A): 57.79250 30.19100 183.5740 number of atom coordinates read : 6791 total number of charged atoms : 6620 net assigned charge : 1.200030 assigned positive charge : 1030.528 centred at (gu) : 91.51461 89.78138 90.37910 assigned negative charge : -1029.338 centred at (gu) : 91.50340 89.78446 90.31636 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7118 nv = 96 ne = 84 npr = 135845 no. pairs analyzed = 135845 no. exposed pairs = 8770 no. arc points = 60497 no. surface atoms = 2950 nbur = 3841 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.988000 m= 195 mr = 3338 m= 0 mr = 2 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 3973 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4899 ## 1065 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 9937 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1718937E-12 3.0136007E-12 midg,1,midg; midg,igrid,midg 2.8013586E-13 9.6795071E-15 1,midg,midg; igrid,midg,midg -1.9838584E-13 9.5984191E-13 gauss-seidel spectral radius is 0.9716612 estimated iterations to convergence 50 setup time was (sec) 0.6400000 now iterating at: 13:32:46 rms-change max change #iterations 2.7875857E-02 4.722118 at 10iterations 1.7993153E-03 0.3222752 at 20iterations 5.7590776E-04 0.1126642 at 30iterations 2.0738624E-04 3.9929390E-02 at 40iterations 7.4560790E-05 1.4137268E-02 at 50iterations finished qdiffx linear iterations at : 13:32:52 total time elapsed so far: 3.790000 # loops : 50 mean,max change (kT/e) : 7.4560790E-05 1.4137268E-02 energy calculations done at 3.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.930000 DelPhi exited at 13:32:53 3.938u 0.189s 0:07.25 56.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 Thu Jan 19 2012 at 13:32:53 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6791 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 has a net charge of -4.0000 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: 1.269207 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): 15.71900 99.86600 ymin,ymax (A): -3.360000 63.74200 zmin,zma (A): 144.4910 222.6570 x,y,z range (A): 84.14700 67.10200 78.16600 scale (grids/A): 1.269207 object centre (A): 57.79250 30.19100 183.5740 number of atom coordinates read : 6791 total number of charged atoms : 6620 net assigned charge : 1.200030 assigned positive charge : 1030.528 centred at (gu) : 94.54218 89.34213 91.13540 assigned negative charge : -1029.338 centred at (gu) : 94.50989 89.35318 90.94825 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 84267 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60497 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.848000 m= 19110 mr = 55372 m= 874 mr = 11228 m= 11 mr = 179 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 377 time to turn everything in is 0.4900000 number of dielectric boundary points 37484 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1172 ## 53 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 45439 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.4230692 object centre at (A) : 57.79250 30.19100 183.5740 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.6121124E-03 2.0630402E-03 midg,1,midg; midg,igrid,midg 1.2352457E-04 8.5925031E-04 1,midg,midg; igrid,midg,midg -1.2390862E-03 -1.2876659E-03 gauss-seidel spectral radius is 0.9973063 estimated iterations to convergence 154 setup time was (sec) 0.7700000 now iterating at: 13:32:55 rms-change max change #iterations 2.940228 135.4661 at 10iterations 1.014620 39.02105 at 20iterations 0.3489747 13.02010 at 30iterations 0.1202482 4.174063 at 40iterations 4.1865949E-02 1.466620 at 50iterations 1.4565675E-02 0.5131514 at 60iterations 5.1294803E-03 0.1704564 at 70iterations 1.9128432E-03 6.6918373E-02 at 80iterations 8.1410387E-04 3.2617569E-02 at 90iterations 4.2624513E-04 1.8001556E-02 at 100iterations 2.6297977E-04 9.9315643E-03 at 110iterations 1.7369619E-04 6.2732697E-03 at 120iterations finished qdiffx linear iterations at : 13:33:07 total time elapsed so far: 8.400000 # loops : 120 mean,max change (kT/e) : 1.7369619E-04 6.2732697E-03 energy calculations done at 8.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.530000 DelPhi exited at 13:33:08 8.531u 0.303s 0:15.75 56.0% 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 Thu Jan 19 2012 at 13:33:09 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: 359 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6791 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 has a net charge of -4.0000 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: 1.903811 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): 15.71900 99.86600 ymin,ymax (A): -3.360000 63.74200 zmin,zma (A): 144.4910 222.6570 x,y,z range (A): 84.14700 67.10200 78.16600 scale (grids/A): 1.903811 object centre (A): 57.79250 30.19100 183.5740 number of atom coordinates read : 6791 total number of charged atoms : 6620 net assigned charge : 1.200030 assigned positive charge : 1030.528 centred at (gu) : 96.81267 89.01263 91.70261 assigned negative charge : -1029.338 centred at (gu) : 96.76491 89.02965 91.42240 start vw surface at 0.1700000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 198305 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60497 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.820000 m= 74714 mr = 139113 m= 12630 mr = 54731 m= 802 mr = 7714 m= 7 mr = 278 m= 0 mr = 0 time to grow re-entrant surface = 0.5600000 no. cavity mid-points inaccessible to solvent = 1279 time to turn everything in is 1.030000 number of dielectric boundary points 84622 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 340 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 52106 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.269207 object centre at (A) : 57.79250 30.19100 183.5740 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2398757 3.8631555E-02 midg,1,midg; midg,igrid,midg 1.2225517E-02 1.4953652E-02 1,midg,midg; igrid,midg,midg 2.3541916E-02 3.5932466E-02 gauss-seidel spectral radius is 0.9989474 estimated iterations to convergence 244 setup time was (sec) 1.270000 now iterating at: 13:33:10 rms-change max change #iterations 9.077363 293.0787 at 10iterations 4.865367 124.6854 at 20iterations 2.572914 68.71169 at 30iterations 1.358909 31.96522 at 40iterations 0.7130337 16.83660 at 50iterations 0.3726555 9.139717 at 60iterations 0.1950319 4.550611 at 70iterations 0.1014123 2.631615 at 80iterations 5.2680541E-02 1.216423 at 90iterations 2.7340069E-02 0.6091461 at 100iterations 1.4185992E-02 0.3177490 at 110iterations 7.3590856E-03 0.1546831 at 120iterations 3.8233970E-03 8.6758614E-02 at 130iterations 1.9855755E-03 3.8982391E-02 at 140iterations 1.0356203E-03 2.5905609E-02 at 150iterations 5.4452801E-04 1.1077881E-02 at 160iterations 2.9078836E-04 6.3343048E-03 at 170iterations 1.5933550E-04 3.4637451E-03 at 180iterations finished qdiffx linear iterations at : 13:33:22 total time elapsed so far: 13.35000 # loops : 180 mean,max change (kT/e) : 1.5933550E-04 3.4637451E-03 energy calculations done at 13.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.50000 DelPhi exited at 13:33:23 13.500u 0.242s 0:14.35 95.7% 0+0k 0+0io 0pf+0w