Sat Oct 8 14:36:35 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:36:35 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3009 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6324279 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): -32.10300 24.18800 ymin,ymax (A): -22.98700 23.71700 zmin,zma (A): -11.29700 42.89300 x,y,z range (A): 56.29100 46.70400 54.19000 scale (grids/A): 0.6324279 object centre (A): -3.957500 0.3649998 15.79800 number of atom coordinates read : 3009 total number of charged atoms : 2864 net assigned charge : 1.742009 assigned positive charge : 452.6467 centred at (gu) : 91.58356 90.01160 88.85393 assigned negative charge : -450.9053 centred at (gu) : 91.56708 90.16611 88.81070 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7844 nv = 96 ne = 84 npr = 63276 no. pairs analyzed = 63276 no. exposed pairs = 3389 no. arc points = 23897 no. surface atoms = 1149 nbur = 1860 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 395 mr = 4533 m= 1 mr = 34 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.3300000 number of dielectric boundary points 3673 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2373 ## 237 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9767 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.4995096E-09 5.3011640E-09 midg,1,midg; midg,igrid,midg 1.8667226E-08 -1.5184000E-08 1,midg,midg; igrid,midg,midg 2.1411767E-10 5.4609064E-09 gauss-seidel spectral radius is 0.9870785 estimated iterations to convergence 72 setup time was (sec) 0.5500000 now iterating at: 14:36:35 rms-change max change #iterations 0.1534126 22.87671 at 10iterations 1.4859731E-02 1.938354 at 20iterations 1.4968433E-03 0.1917744 at 30iterations 1.6113272E-04 2.1164417E-02 at 40iterations 2.0741205E-05 2.8514862E-03 at 50iterations finished qdiffx linear iterations at : 14:36:38 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 2.0741205E-05 2.8514862E-03 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.150000 DelPhi exited at 14:36:38 3.155u 0.148s 0:03.64 90.3% 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:36:38 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3009 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.897284 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): -32.10300 24.18800 ymin,ymax (A): -22.98700 23.71700 zmin,zma (A): -11.29700 42.89300 x,y,z range (A): 56.29100 46.70400 54.19000 scale (grids/A): 1.897284 object centre (A): -3.957500 0.3649998 15.79800 number of atom coordinates read : 3009 total number of charged atoms : 2864 net assigned charge : 1.742009 assigned positive charge : 452.6467 centred at (gu) : 94.74982 90.03419 86.56104 assigned negative charge : -450.9053 centred at (gu) : 94.70084 90.49784 86.43176 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 86218 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23897 grid for indexing accessible points = 1.400000 m= 30555 mr = 61973 m= 4426 mr = 22882 m= 266 mr = 2717 m= 2 mr = 110 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 189 time to turn everything in is 0.5600000 number of dielectric boundary points 33785 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 150 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 22523 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.6324279 object centre at (A) : -3.957500 0.3649998 15.79800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7133776E-02 1.3045743E-02 midg,1,midg; midg,igrid,midg 2.7050057E-02 -5.5425745E-03 1,midg,midg; igrid,midg,midg -4.1171317E-03 9.0290122E-03 gauss-seidel spectral radius is 0.9986577 estimated iterations to convergence 216 setup time was (sec) 0.8200000 now iterating at: 14:36:39 rms-change max change #iterations 4.619387 180.9730 at 10iterations 2.180472 75.78046 at 20iterations 1.029117 33.44614 at 30iterations 0.4844968 14.47885 at 40iterations 0.2284577 6.143808 at 50iterations 0.1079168 3.236626 at 60iterations 5.1008604E-02 1.513037 at 70iterations 2.4093404E-02 0.6837692 at 80iterations 1.1362894E-02 0.3777409 at 90iterations 5.3482624E-03 0.1519303 at 100iterations 2.5403914E-03 7.8516483E-02 at 110iterations 1.1993399E-03 3.3173800E-02 at 120iterations finished qdiffx linear iterations at : 14:36:46 total time elapsed so far: 7.040000 # loops : 120 mean,max change (kT/e) : 1.1993399E-03 3.3173800E-02 energy calculations done at 7.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.200000 DelPhi exited at 14:36:46 7.206u 0.183s 0:07.69 95.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 Sat Oct 8 2011 at 14:36: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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3009 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.845926 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): -32.10300 24.18800 ymin,ymax (A): -22.98700 23.71700 zmin,zma (A): -11.29700 42.89300 x,y,z range (A): 56.29100 46.70400 54.19000 scale (grids/A): 2.845926 object centre (A): -3.957500 0.3649998 15.79800 number of atom coordinates read : 3009 total number of charged atoms : 2864 net assigned charge : 1.742009 assigned positive charge : 452.6467 centred at (gu) : 97.12457 90.05118 84.84157 assigned negative charge : -450.9053 centred at (gu) : 97.05112 90.74676 84.64758 start vw surface at 0.1500000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 199842 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23897 grid for indexing accessible points = 1.400000 m= 100773 mr = 149777 m= 34728 mr = 83784 m= 7834 mr = 28041 m= 1156 mr = 5807 m= 68 mr = 800 m= 0 mr = 28 time to grow re-entrant surface = 0.8400000 no. cavity mid-points inaccessible to solvent = 602 time to turn everything in is 1.440000 number of dielectric boundary points 76164 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 22912 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.897284 object centre at (A) : -3.957500 0.3649998 15.79800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3927409 0.1438278 midg,1,midg; midg,igrid,midg 0.3141123 -5.8420986E-02 1,midg,midg; igrid,midg,midg 1.4309947E-02 0.1793003 gauss-seidel spectral radius is 0.9992684 estimated iterations to convergence 292 setup time was (sec) 1.720000 now iterating at: 14:36:48 rms-change max change #iterations 10.71686 408.6888 at 10iterations 6.263769 126.4840 at 20iterations 3.629360 64.11959 at 30iterations 2.106336 44.94772 at 40iterations 1.218946 21.80141 at 50iterations 0.7027625 12.51969 at 60iterations 0.4064348 8.747498 at 70iterations 0.2349832 4.093188 at 80iterations 0.1356295 2.193338 at 90iterations 7.8196138E-02 1.339092 at 100iterations 4.5032110E-02 0.7899551 at 110iterations 2.6022822E-02 0.4292374 at 120iterations 1.5012832E-02 0.2473564 at 130iterations 8.6430712E-03 0.1616745 at 140iterations 4.9824724E-03 8.1189156E-02 at 150iterations 2.8729313E-03 5.0108910E-02 at 160iterations 1.6583399E-03 2.9771805E-02 at 170iterations 9.5583458E-04 1.5882492E-02 at 180iterations finished qdiffx linear iterations at : 14:36:58 total time elapsed so far: 11.27000 # loops : 180 mean,max change (kT/e) : 9.5583458E-04 1.5882492E-02 energy calculations done at 11.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.45000 DelPhi exited at 14:36:58 11.448u 0.181s 0:12.12 95.8% 0+0k 0+0io 0pf+0w