Sat Oct 8 14:14:50 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 14:14:50 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2939 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6327764 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): -11.37200 43.41300 ymin,ymax (A): 10.43600 54.94600 zmin,zma (A): 36.26600 92.52600 x,y,z range (A): 54.78500 44.51000 56.26000 scale (grids/A): 0.6327764 object centre (A): 16.02050 32.69100 64.39600 number of atom coordinates read : 2939 total number of charged atoms : 2794 net assigned charge : -1.985992 assigned positive charge : 440.7237 centred at (gu) : 89.18935 89.58092 92.04376 assigned negative charge : -442.7105 centred at (gu) : 89.17498 89.49550 92.01004 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7989 nv = 96 ne = 84 npr = 60640 no. pairs analyzed = 60640 no. exposed pairs = 3449 no. arc points = 23483 no. surface atoms = 1174 nbur = 1765 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 414 mr = 4710 m= 3 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3649 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2283 ## 193 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 9601 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.8962837E-09 2.1265434E-09 midg,1,midg; midg,igrid,midg -1.2831133E-08 6.2142065E-09 1,midg,midg; igrid,midg,midg -4.6576631E-09 -6.8644190E-10 gauss-seidel spectral radius is 0.9870894 estimated iterations to convergence 72 setup time was (sec) 0.6300000 now iterating at: 14:14:51 rms-change max change #iterations 0.1532579 22.17236 at 10iterations 1.5332922E-02 2.388451 at 20iterations 1.5666571E-03 0.2139091 at 30iterations 2.0160708E-04 2.6412010E-02 at 40iterations 3.7149002E-05 5.8860779E-03 at 50iterations finished qdiffx linear iterations at : 14:14:55 total time elapsed so far: 4.460000 # loops : 50 mean,max change (kT/e) : 3.7149002E-05 5.8860779E-03 energy calculations done at 4.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.620000 DelPhi exited at 14:14:55 4.630u 0.399s 0:05.31 94.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 14:14:55 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2939 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.898329 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): -11.37200 43.41300 ymin,ymax (A): 10.43600 54.94600 zmin,zma (A): 36.26600 92.52600 x,y,z range (A): 54.78500 44.51000 56.26000 scale (grids/A): 1.898329 object centre (A): 16.02050 32.69100 64.39600 number of atom coordinates read : 2939 total number of charged atoms : 2794 net assigned charge : -1.985992 assigned positive charge : 440.7237 centred at (gu) : 87.56722 88.74187 96.13054 assigned negative charge : -442.7105 centred at (gu) : 87.52483 88.48605 96.02982 start vw surface at 0.1200000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 87399 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23483 grid for indexing accessible points = 1.400000 m= 32958 mr = 63644 m= 5050 mr = 25141 m= 248 mr = 3155 m= 3 mr = 68 m= 0 mr = 0 time to grow re-entrant surface = 0.3800000 no. cavity mid-points inaccessible to solvent = 138 time to turn everything in is 0.7000000 number of dielectric boundary points 33650 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 129 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 21994 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.6327764 object centre at (A) : 16.02050 32.69100 64.39600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4473885E-02 -1.6340486E-03 midg,1,midg; midg,igrid,midg -4.4494113E-03 1.1358188E-02 1,midg,midg; igrid,midg,midg -1.3563300E-02 7.3704300E-03 gauss-seidel spectral radius is 0.9986567 estimated iterations to convergence 216 setup time was (sec) 1.000000 now iterating at: 14:14:57 rms-change max change #iterations 4.584221 210.0745 at 10iterations 2.167091 66.63158 at 20iterations 1.024419 28.71182 at 30iterations 0.4818379 16.72997 at 40iterations 0.2276977 6.775373 at 50iterations 0.1073725 3.178712 at 60iterations 5.0648756E-02 1.458206 at 70iterations 2.3944668E-02 0.7107811 at 80iterations 1.1364070E-02 0.3509674 at 90iterations 5.3542252E-03 0.1647987 at 100iterations 2.5468490E-03 7.7074766E-02 at 110iterations 1.2037710E-03 3.8272858E-02 at 120iterations finished qdiffx linear iterations at : 14:15:07 total time elapsed so far: 11.48000 # loops : 120 mean,max change (kT/e) : 1.2037710E-03 3.8272858E-02 energy calculations done at 11.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.63000 DelPhi exited at 14:15:08 11.639u 0.465s 0:12.39 97.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 14:15: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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2939 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.847494 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): -11.37200 43.41300 ymin,ymax (A): 10.43600 54.94600 zmin,zma (A): 36.26600 92.52600 x,y,z range (A): 54.78500 44.51000 56.26000 scale (grids/A): 2.847494 object centre (A): 16.02050 32.69100 64.39600 number of atom coordinates read : 2939 total number of charged atoms : 2794 net assigned charge : -1.985992 assigned positive charge : 440.7237 centred at (gu) : 86.35075 88.11269 99.19559 assigned negative charge : -442.7105 centred at (gu) : 86.28714 87.72904 99.04478 start vw surface at 0.1300000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 202523 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23483 grid for indexing accessible points = 1.400000 m= 107206 mr = 153533 m= 38911 mr = 90006 m= 8912 mr = 31870 m= 1152 mr = 6664 m= 36 mr = 771 m= 0 mr = 5 time to grow re-entrant surface = 1.140000 no. cavity mid-points inaccessible to solvent = 436 time to turn everything in is 1.840000 number of dielectric boundary points 75891 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 2.000000 number of grid points assigned charge 22346 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.898329 object centre at (A) : 16.02050 32.69100 64.39600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7214630E-02 6.5002829E-02 midg,1,midg; midg,igrid,midg -3.0743927E-02 0.1424445 1,midg,midg; igrid,midg,midg 1.5765272E-02 0.2712617 gauss-seidel spectral radius is 0.9992685 estimated iterations to convergence 292 setup time was (sec) 2.190000 now iterating at: 14:15:11 rms-change max change #iterations 10.73553 402.7236 at 10iterations 6.316688 135.7849 at 20iterations 3.685539 74.11743 at 30iterations 2.149359 37.52008 at 40iterations 1.250361 22.94442 at 50iterations 0.7230170 14.18458 at 60iterations 0.4202042 8.295083 at 70iterations 0.2427863 4.165112 at 80iterations 0.1404078 2.612240 at 90iterations 8.1234552E-02 1.381535 at 100iterations 4.6987545E-02 0.8057938 at 110iterations 2.7125211E-02 0.4584904 at 120iterations 1.5687637E-02 0.2743683 at 130iterations 9.0823481E-03 0.1599617 at 140iterations 5.2577117E-03 8.9736938E-02 at 150iterations 3.0477468E-03 5.1343322E-02 at 160iterations 1.7754150E-03 3.1456560E-02 at 170iterations 1.0401290E-03 1.6627312E-02 at 180iterations finished qdiffx linear iterations at : 14:15:27 total time elapsed so far: 18.91000 # loops : 180 mean,max change (kT/e) : 1.0401290E-03 1.6627312E-02 energy calculations done at 18.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.07000 DelPhi exited at 14:15:28 19.077u 0.466s 0:19.82 98.5% 0+0k 0+0io 0pf+0w