Mon Oct 10 09:43:36 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+sph.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 = amb.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 09:43:36 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2841 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: 0.5477092 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): -43.08500 21.91300 ymin,ymax (A): 109.8060 166.5430 zmin,zma (A): 155.6280 208.1850 x,y,z range (A): 64.99800 56.73700 52.55701 scale (grids/A): 0.5477092 object centre (A): -10.58600 138.1745 181.9065 number of atom coordinates read : 2841 total number of charged atoms : 2690 net assigned charge : 8.000018 assigned positive charge : 412.5549 centred at (gu) : 88.36465 89.17957 87.00946 assigned negative charge : -404.5554 centred at (gu) : 88.24699 89.15423 86.88811 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5699 nv = 96 ne = 84 npr = 55271 no. pairs analyzed = 55271 no. exposed pairs = 4315 no. arc points = 31036 no. surface atoms = 1415 nbur = 1426 mkacc time = 0.1000000 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.568000 m= 240 mr = 2475 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3457 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3015 ## 391 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7378 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.0096377E-10 6.4230044E-10 midg,1,midg; midg,igrid,midg 4.9263094E-10 5.9616584E-10 1,midg,midg; igrid,midg,midg -3.0317354E-10 8.7349666E-10 gauss-seidel spectral radius is 0.9828183 estimated iterations to convergence 63 setup time was (sec) 0.4000000 now iterating at: 09:43:37 rms-change max change #iterations 7.1879484E-02 12.92101 at 10iterations 4.6555060E-03 0.7523241 at 20iterations 3.2719446E-04 5.7405472E-02 at 30iterations 3.1049203E-05 4.7636032E-03 at 40iterations 5.7299435E-06 7.0190430E-04 at 50iterations finished qdiffx linear iterations at : 09:43:40 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 5.7299435E-06 7.0190430E-04 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 09:43:40 3.452u 0.171s 0:03.98 90.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 Mon Oct 10 2011 at 09:43:40 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2841 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.643127 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): -43.08500 21.91300 ymin,ymax (A): 109.8060 166.5430 zmin,zma (A): 155.6280 208.1850 x,y,z range (A): 64.99800 56.73700 52.55701 scale (grids/A): 1.643127 object centre (A): -10.58600 138.1745 181.9065 number of atom coordinates read : 2841 total number of charged atoms : 2690 net assigned charge : 8.000018 assigned positive charge : 412.5549 centred at (gu) : 85.09318 87.53839 81.02791 assigned negative charge : -404.5554 centred at (gu) : 84.74071 87.46260 80.66399 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 61690 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31036 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 18277 mr = 37535 m= 1920 mr = 11442 m= 65 mr = 771 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 188 time to turn everything in is 0.3100000 number of dielectric boundary points 32201 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 330 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 20666 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.5477092 object centre at (A) : -10.58600 138.1745 181.9065 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.7233671E-03 5.8966787E-03 midg,1,midg; midg,igrid,midg 4.9763378E-03 2.0438820E-02 1,midg,midg; igrid,midg,midg -1.6351139E-02 1.5660750E-02 gauss-seidel spectral radius is 0.9982076 estimated iterations to convergence 188 setup time was (sec) 0.5300000 now iterating at: 09:43:41 rms-change max change #iterations 3.182411 150.3566 at 10iterations 1.327351 54.79010 at 20iterations 0.5527197 20.55601 at 30iterations 0.2302753 9.156172 at 40iterations 9.6058846E-02 3.556519 at 50iterations 4.0207874E-02 1.551578 at 60iterations 1.6854623E-02 0.6151962 at 70iterations 7.0422892E-03 0.2626438 at 80iterations 2.9401372E-03 0.1084290 at 90iterations 1.2383984E-03 5.5435181E-02 at 100iterations 5.1786308E-04 1.8507004E-02 at 110iterations 2.1806781E-04 7.8430176E-03 at 120iterations finished qdiffx linear iterations at : 09:43:48 total time elapsed so far: 7.660000 # loops : 120 mean,max change (kT/e) : 2.1806781E-04 7.8430176E-03 energy calculations done at 7.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.780000 DelPhi exited at 09:43:49 7.782u 0.221s 0:08.27 96.7% 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 09:43:49 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2841 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.464691 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): -43.08500 21.91300 ymin,ymax (A): 109.8060 166.5430 zmin,zma (A): 155.6280 208.1850 x,y,z range (A): 64.99800 56.73700 52.55701 scale (grids/A): 2.464691 object centre (A): -10.58600 138.1745 181.9065 number of atom coordinates read : 2841 total number of charged atoms : 2690 net assigned charge : 8.000018 assigned positive charge : 412.5549 centred at (gu) : 82.63953 86.30745 76.54160 assigned negative charge : -404.5554 centred at (gu) : 82.11114 86.19373 75.99593 start vw surface at 0.1000000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 142726 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31036 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 62216 mr = 92976 m= 17893 mr = 46140 m= 2805 mr = 12523 m= 165 mr = 1491 m= 2 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 625 time to turn everything in is 0.7800000 number of dielectric boundary points 72621 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 21499 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.643127 object centre at (A) : -10.58600 138.1745 181.9065 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.6979282E-02 6.9778949E-02 midg,1,midg; midg,igrid,midg 9.3186060E-03 0.4168081 1,midg,midg; igrid,midg,midg -0.6180512 0.6323466 gauss-seidel spectral radius is 0.9991500 estimated iterations to convergence 271 setup time was (sec) 1.000000 now iterating at: 09:43:50 rms-change max change #iterations 8.504734 266.8170 at 10iterations 4.882323 167.2877 at 20iterations 2.770304 76.80075 at 30iterations 1.560210 37.23329 at 40iterations 0.8762768 24.04967 at 50iterations 0.4899194 12.21154 at 60iterations 0.2731017 7.869915 at 70iterations 0.1520431 4.232910 at 80iterations 8.4330119E-02 2.357769 at 90iterations 4.6772409E-02 1.262333 at 100iterations 2.5870631E-02 0.7189102 at 110iterations 1.4348329E-02 0.3570711 at 120iterations 7.9225218E-03 0.1736343 at 130iterations 4.3807700E-03 0.1003117 at 140iterations 2.4244380E-03 5.4092407E-02 at 150iterations 1.3380923E-03 3.4753442E-02 at 160iterations 7.4010389E-04 1.5666962E-02 at 170iterations 4.0794781E-04 8.3580017E-03 at 180iterations finished qdiffx linear iterations at : 09:44:01 total time elapsed so far: 12.21000 # loops : 180 mean,max change (kT/e) : 4.0794781E-04 8.3580017E-03 energy calculations done at 12.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.34000 DelPhi exited at 09:44:02 12.342u 0.216s 0:13.12 95.6% 0+0k 0+0io 0pf+0w