Mon Oct 10 10:34:52 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 10:34: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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2912 !!! WARNING: HIT 235 has a net charge of 0.5140 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.5491369 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): -21.10700 43.72200 ymin,ymax (A): -11.28900 45.97500 zmin,zma (A): -1.979000 51.37200 x,y,z range (A): 64.82900 57.26400 53.35100 scale (grids/A): 0.5491369 object centre (A): 11.30750 17.34300 24.69650 number of atom coordinates read : 2912 total number of charged atoms : 2759 net assigned charge : 6.014015 assigned positive charge : 428.2958 centred at (gu) : 91.54890 91.04429 86.73296 assigned negative charge : -422.2822 centred at (gu) : 91.59368 91.13647 86.55493 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5872 nv = 96 ne = 84 npr = 56778 no. pairs analyzed = 56778 no. exposed pairs = 4357 no. arc points = 31647 no. surface atoms = 1452 nbur = 1460 mkacc time = 0.1300000 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.540000 m= 241 mr = 2505 m= 1 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3602 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3052 ## 348 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 7532 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.8596985E-09 7.6360623E-10 midg,1,midg; midg,igrid,midg 8.5947199E-10 -2.3097291E-10 1,midg,midg; igrid,midg,midg 5.3998450E-10 2.2957357E-10 gauss-seidel spectral radius is 0.9829126 estimated iterations to convergence 63 setup time was (sec) 0.5900000 now iterating at: 10:34:53 rms-change max change #iterations 7.1289562E-02 17.34265 at 10iterations 4.8268884E-03 0.7647247 at 20iterations 3.9820469E-04 7.3709488E-02 at 30iterations 5.2235060E-05 9.5195770E-03 at 40iterations 1.0033313E-05 1.6193390E-03 at 50iterations finished qdiffx linear iterations at : 10:34:56 total time elapsed so far: 4.090000 # loops : 50 mean,max change (kT/e) : 1.0033313E-05 1.6193390E-03 energy calculations done at 4.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.260000 DelPhi exited at 10:34:57 4.267u 0.251s 0:04.79 94.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 10:34:57 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2912 !!! WARNING: HIT 235 has a net charge of 0.5140 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: 1.647411 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): -21.10700 43.72200 ymin,ymax (A): -11.28900 45.97500 zmin,zma (A): -1.979000 51.37200 x,y,z range (A): 64.82900 57.26400 53.35100 scale (grids/A): 1.647411 object centre (A): 11.30750 17.34300 24.69650 number of atom coordinates read : 2912 total number of charged atoms : 2759 net assigned charge : 6.014015 assigned positive charge : 428.2958 centred at (gu) : 94.64615 93.13291 80.19820 assigned negative charge : -422.2822 centred at (gu) : 94.78084 93.40903 79.66447 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 63350 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31647 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 18612 mr = 38408 m= 1864 mr = 11479 m= 56 mr = 713 m= 0 mr = 1 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 30 time to turn everything in is 0.5100000 number of dielectric boundary points 33281 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 337 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 21162 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.5491369 object centre at (A) : 11.30750 17.34300 24.69650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.4531557E-03 8.2051260E-03 midg,1,midg; midg,igrid,midg 1.6385479E-02 4.3826867E-03 1,midg,midg; igrid,midg,midg -1.2839189E-02 -1.5422840E-02 gauss-seidel spectral radius is 0.9982256 estimated iterations to convergence 189 setup time was (sec) 0.8500000 now iterating at: 10:34:58 rms-change max change #iterations 3.282347 151.4330 at 10iterations 1.373084 51.50803 at 20iterations 0.5742767 20.76466 at 30iterations 0.2405823 9.183872 at 40iterations 0.1010116 3.927709 at 50iterations 4.2451575E-02 1.508840 at 60iterations 1.7810473E-02 0.6598358 at 70iterations 7.4878922E-03 0.3230667 at 80iterations 3.1475199E-03 0.1139876 at 90iterations 1.3300978E-03 4.6220779E-02 at 100iterations 5.6329882E-04 2.4906158E-02 at 110iterations 2.4002024E-04 9.4032288E-03 at 120iterations finished qdiffx linear iterations at : 10:35:07 total time elapsed so far: 9.460000 # loops : 120 mean,max change (kT/e) : 2.4002024E-04 9.4032288E-03 energy calculations done at 9.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.640000 DelPhi exited at 10:35:07 9.642u 0.260s 0:10.48 94.4% 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 10:35:08 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2912 !!! WARNING: HIT 235 has a net charge of 0.5140 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.471116 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): -21.10700 43.72200 ymin,ymax (A): -11.28900 45.97500 zmin,zma (A): -1.979000 51.37200 x,y,z range (A): 64.82900 57.26400 53.35100 scale (grids/A): 2.471116 object centre (A): 11.30750 17.34300 24.69650 number of atom coordinates read : 2912 total number of charged atoms : 2759 net assigned charge : 6.014015 assigned positive charge : 428.2958 centred at (gu) : 96.96919 94.69918 75.29722 assigned negative charge : -422.2822 centred at (gu) : 97.17123 95.11358 74.49668 start vw surface at 0.1500000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 146762 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31647 grid for indexing accessible points = 1.400000 m= 63120 mr = 95174 m= 18106 mr = 46529 m= 2663 mr = 12458 m= 162 mr = 1440 m= 0 mr = 46 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 66 time to turn everything in is 1.180000 number of dielectric boundary points 75166 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 16 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 22045 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.647411 object centre at (A) : 11.30750 17.34300 24.69650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8638944E-02 0.1059565 midg,1,midg; midg,igrid,midg 0.3255104 -2.7419240E-03 1,midg,midg; igrid,midg,midg -0.6242625 -0.5236892 gauss-seidel spectral radius is 0.9991596 estimated iterations to convergence 272 setup time was (sec) 1.530000 now iterating at: 10:35:09 rms-change max change #iterations 8.863813 362.0193 at 10iterations 5.136639 181.1181 at 20iterations 2.937579 103.2046 at 30iterations 1.668876 52.56505 at 40iterations 0.9409988 26.62933 at 50iterations 0.5264289 13.58103 at 60iterations 0.2947707 7.353493 at 70iterations 0.1648453 4.603928 at 80iterations 9.1759242E-02 2.467800 at 90iterations 5.1060311E-02 1.193062 at 100iterations 2.8313050E-02 0.7077255 at 110iterations 1.5714424E-02 0.3330512 at 120iterations 8.7194527E-03 0.2211771 at 130iterations 4.8387912E-03 0.1026325 at 140iterations 2.6809780E-03 6.7098856E-02 at 150iterations 1.4881686E-03 3.4643173E-02 at 160iterations 8.2339696E-04 1.8777847E-02 at 170iterations 4.5744289E-04 9.1795921E-03 at 180iterations finished qdiffx linear iterations at : 10:35:23 total time elapsed so far: 14.95000 # loops : 180 mean,max change (kT/e) : 4.5744289E-04 9.1795921E-03 energy calculations done at 14.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.13000 DelPhi exited at 10:35:23 15.133u 0.281s 0:15.69 98.2% 0+0k 0+0io 0pf+0w