Sat Oct 8 17:48:26 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 Sat Oct 8 2011 at 17:48:27 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 = 3531 !!! WARNING: ILE 447 has a net charge of -0.2720 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.5250350 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): -0.8420000 44.60500 ymin,ymax (A): -30.65400 26.10800 zmin,zma (A): 1.427000 69.23200 x,y,z range (A): 45.44700 56.76200 67.80500 scale (grids/A): 0.5250350 object centre (A): 21.88150 -2.273001 35.32950 number of atom coordinates read : 3531 total number of charged atoms : 3384 net assigned charge : -5.771984 assigned positive charge : 535.7040 centred at (gu) : 90.43516 91.85246 90.66216 assigned negative charge : -541.4778 centred at (gu) : 90.39553 91.80885 90.65804 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6164 nv = 96 ne = 84 npr = 72199 no. pairs analyzed = 72199 no. exposed pairs = 4198 no. arc points = 28899 no. surface atoms = 1426 nbur = 2105 mkacc time = 0.2000000 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.624000 m= 224 mr = 3302 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4200000 number of dielectric boundary points 3079 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2966 ## 449 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 8234 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4521415E-10 -1.6741850E-10 midg,1,midg; midg,igrid,midg -1.9616853E-10 2.3764450E-12 1,midg,midg; igrid,midg,midg -2.6744826E-10 -1.6988131E-11 gauss-seidel spectral radius is 0.9813477 estimated iterations to convergence 60 setup time was (sec) 0.7200000 now iterating at: 17:48:28 rms-change max change #iterations 6.5101221E-02 10.09662 at 10iterations 4.0248707E-03 0.6649647 at 20iterations 3.7319382E-04 7.0030779E-02 at 30iterations 7.9060592E-05 1.7304063E-02 at 40iterations 2.0421543E-05 4.4693500E-03 at 50iterations finished qdiffx linear iterations at : 17:48:31 total time elapsed so far: 4.140000 # loops : 50 mean,max change (kT/e) : 2.0421543E-05 4.4693500E-03 energy calculations done at 4.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.320000 DelPhi exited at 17:48:32 4.324u 0.272s 0:04.97 92.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 17:48:32 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 = 3531 !!! WARNING: ILE 447 has a net charge of -0.2720 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: 1.575105 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): -0.8420000 44.60500 ymin,ymax (A): -30.65400 26.10800 zmin,zma (A): 1.427000 69.23200 x,y,z range (A): 45.44700 56.76200 67.80500 scale (grids/A): 1.575105 object centre (A): 21.88150 -2.273001 35.32950 number of atom coordinates read : 3531 total number of charged atoms : 3384 net assigned charge : -5.771984 assigned positive charge : 535.7040 centred at (gu) : 91.30449 95.55621 91.98543 assigned negative charge : -541.4778 centred at (gu) : 91.18614 95.42577 91.97388 start vw surface at 0.1800000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 69668 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28899 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 20810 mr = 48714 m= 1851 mr = 14241 m= 51 mr = 845 m= 0 mr = 6 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6300000 number of dielectric boundary points 28574 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 409 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 25671 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.5250350 object centre at (A) : 21.88150 -2.273001 35.32950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0069449E-03 1.2018965E-02 midg,1,midg; midg,igrid,midg -8.0102906E-03 -1.1537600E-02 1,midg,midg; igrid,midg,midg -4.4338340E-03 1.4359830E-03 gauss-seidel spectral radius is 0.9980846 estimated iterations to convergence 182 setup time was (sec) 0.9300000 now iterating at: 17:48:33 rms-change max change #iterations 3.358305 158.5128 at 10iterations 1.367864 51.58110 at 20iterations 0.5576860 21.63656 at 30iterations 0.2287697 8.781592 at 40iterations 9.2709489E-02 3.489170 at 50iterations 3.7997089E-02 1.256580 at 60iterations 1.5521524E-02 0.5693932 at 70iterations 6.3821170E-03 0.2219391 at 80iterations 2.6294782E-03 8.7348461E-02 at 90iterations 1.1034617E-03 3.8278818E-02 at 100iterations 4.8202768E-04 1.6729593E-02 at 110iterations 2.2456961E-04 8.6364746E-03 at 120iterations finished qdiffx linear iterations at : 17:48:41 total time elapsed so far: 9.510000 # loops : 120 mean,max change (kT/e) : 2.2456961E-04 8.6364746E-03 energy calculations done at 9.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.690000 DelPhi exited at 17:48:42 9.693u 0.338s 0:10.29 97.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 17:48:42 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 = 3531 !!! WARNING: ILE 447 has a net charge of -0.2720 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: 2.362658 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): -0.8420000 44.60500 ymin,ymax (A): -30.65400 26.10800 zmin,zma (A): 1.427000 69.23200 x,y,z range (A): 45.44700 56.76200 67.80500 scale (grids/A): 2.362658 object centre (A): 21.88150 -2.273001 35.32950 number of atom coordinates read : 3531 total number of charged atoms : 3384 net assigned charge : -5.771984 assigned positive charge : 535.7040 centred at (gu) : 91.95656 98.33401 92.97807 assigned negative charge : -541.4778 centred at (gu) : 91.77918 98.13853 92.96078 start vw surface at 0.1900000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 162114 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28899 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 73876 mr = 119217 m= 19427 mr = 58680 m= 2697 mr = 14344 m= 144 mr = 1703 m= 2 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.510000 number of dielectric boundary points 64264 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 43 iepsmp to db, and charging done at 1.670000 number of grid points assigned charge 27023 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.575105 object centre at (A) : 21.88150 -2.273001 35.32950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1950716 7.7401862E-02 midg,1,midg; midg,igrid,midg -0.1130790 -0.1450529 1,midg,midg; igrid,midg,midg -7.7665322E-02 4.6910491E-02 gauss-seidel spectral radius is 0.9991103 estimated iterations to convergence 265 setup time was (sec) 1.850000 now iterating at: 17:48:44 rms-change max change #iterations 8.867338 246.5035 at 10iterations 4.914134 114.5180 at 20iterations 2.712706 61.20702 at 30iterations 1.489312 33.77260 at 40iterations 0.8176125 18.72114 at 50iterations 0.4455499 8.364441 at 60iterations 0.2438387 4.812362 at 70iterations 0.1330967 2.882582 at 80iterations 7.2551630E-02 1.548956 at 90iterations 3.9500907E-02 0.8520985 at 100iterations 2.1565365E-02 0.4484482 at 110iterations 1.1750131E-02 0.2288065 at 120iterations 6.4193602E-03 0.1231813 at 130iterations 3.5046358E-03 7.1751118E-02 at 140iterations 1.9265411E-03 3.7277222E-02 at 150iterations 1.0635015E-03 2.1258354E-02 at 160iterations 5.9681217E-04 1.2565017E-02 at 170iterations 3.4076680E-04 7.7929422E-03 at 180iterations finished qdiffx linear iterations at : 17:48:58 total time elapsed so far: 15.99000 # loops : 180 mean,max change (kT/e) : 3.4076680E-04 7.7929422E-03 energy calculations done at 15.99000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.17000 DelPhi exited at 17:48:59 16.167u 0.355s 0:16.80 98.2% 0+0k 0+0io 0pf+0w