Sat Oct 15 12:41:22 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 15 2011 at 12:41:22 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6191 !!! WARNING: HIR 702 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.4826857 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): 3.699000 77.45300 ymin,ymax (A): 22.67900 85.63500 zmin,zma (A): 6.164000 70.69800 x,y,z range (A): 73.75400 62.95600 64.53400 scale (grids/A): 0.4826857 object centre (A): 40.57600 54.15700 38.43100 number of atom coordinates read : 6191 total number of charged atoms : 6021 net assigned charge : -2.985996 assigned positive charge : 935.5333 centred at (gu) : 90.47759 88.74197 89.33306 assigned negative charge : -938.5277 centred at (gu) : 90.39874 88.73836 89.22878 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8870 nv = 96 ne = 84 npr = 125986 no. pairs analyzed = 125986 no. exposed pairs = 7727 no. arc points = 52652 no. surface atoms = 2593 nbur = 3598 mkacc time = 0.2100000 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.792000 m= 288 mr = 4564 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 4592 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4932 ## 829 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 12069 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3607039E-10 7.2940418E-11 midg,1,midg; midg,igrid,midg -2.0284807E-11 -5.3310355E-12 1,midg,midg; igrid,midg,midg -7.6672974E-11 7.3511995E-11 gauss-seidel spectral radius is 0.9781559 estimated iterations to convergence 56 setup time was (sec) 0.5900000 now iterating at: 12:41:23 rms-change max change #iterations 5.8208879E-02 7.510628 at 10iterations 2.9787996E-03 0.5990267 at 20iterations 3.0926979E-04 6.4546585E-02 at 30iterations 7.7362129E-05 1.6325951E-02 at 40iterations 2.3050212E-05 4.4622421E-03 at 50iterations finished qdiffx linear iterations at : 12:41:26 total time elapsed so far: 3.560000 # loops : 50 mean,max change (kT/e) : 2.3050212E-05 4.4622421E-03 energy calculations done at 3.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.680000 DelPhi exited at 12:41:26 3.683u 0.201s 0:04.26 91.0% 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 15 2011 at 12:41:26 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6191 !!! WARNING: HIR 702 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.448057 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): 3.699000 77.45300 ymin,ymax (A): 22.67900 85.63500 zmin,zma (A): 6.164000 70.69800 x,y,z range (A): 73.75400 62.95600 64.53400 scale (grids/A): 1.448057 object centre (A): 40.57600 54.15700 38.43100 number of atom coordinates read : 6191 total number of charged atoms : 6021 net assigned charge : -2.985996 assigned positive charge : 935.5333 centred at (gu) : 91.43114 86.22411 87.99742 assigned negative charge : -938.5277 centred at (gu) : 91.19552 86.21469 87.68616 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 101629 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52652 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.680000 m= 26904 mr = 69581 m= 1816 mr = 17085 m= 33 mr = 652 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1135 time to turn everything in is 0.5000000 number of dielectric boundary points 43065 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 834 ## 13 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 44211 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.4826857 object centre at (A) : 40.57600 54.15700 38.43100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.4361384E-03 3.8078625E-03 midg,1,midg; midg,igrid,midg -1.5124931E-03 -2.3612466E-03 1,midg,midg; igrid,midg,midg -7.5337375E-03 1.2830622E-02 gauss-seidel spectral radius is 0.9979795 estimated iterations to convergence 177 setup time was (sec) 0.7400000 now iterating at: 12:41:27 rms-change max change #iterations 3.861119 162.9607 at 10iterations 1.534166 53.19466 at 20iterations 0.6127372 19.48198 at 30iterations 0.2432717 7.825451 at 40iterations 9.7023986E-02 2.997936 at 50iterations 3.8706195E-02 1.352876 at 60iterations 1.5500399E-02 0.5263538 at 70iterations 6.2061395E-03 0.1887543 at 80iterations 2.5134101E-03 7.6889038E-02 at 90iterations 1.0366050E-03 3.2897949E-02 at 100iterations 4.4617549E-04 1.4986038E-02 at 110iterations 2.0989531E-04 8.1939697E-03 at 120iterations finished qdiffx linear iterations at : 12:41:35 total time elapsed so far: 8.830000 # loops : 120 mean,max change (kT/e) : 2.0989531E-04 8.1939697E-03 energy calculations done at 8.830000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.970000 DelPhi exited at 12:41:36 8.971u 0.210s 0:09.55 96.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 Sat Oct 15 2011 at 12:41: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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6191 !!! WARNING: HIR 702 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.172086 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): 3.699000 77.45300 ymin,ymax (A): 22.67900 85.63500 zmin,zma (A): 6.164000 70.69800 x,y,z range (A): 73.75400 62.95600 64.53400 scale (grids/A): 2.172086 object centre (A): 40.57600 54.15700 38.43100 number of atom coordinates read : 6191 total number of charged atoms : 6021 net assigned charge : -2.985996 assigned positive charge : 935.5333 centred at (gu) : 92.14593 84.33552 86.99560 assigned negative charge : -938.5277 centred at (gu) : 91.79336 84.32192 86.52924 start vw surface at 0.1500000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 237820 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52652 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 100552 mr = 172254 m= 21598 mr = 76667 m= 2314 mr = 14812 m= 77 mr = 1277 m= 0 mr = 3 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 3873 time to turn everything in is 1.200000 number of dielectric boundary points 97348 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 125 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 47922 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.448057 object centre at (A) : 40.57600 54.15700 38.43100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1589645 1.9197419E-02 midg,1,midg; midg,igrid,midg -1.5860271E-02 -3.1067370E-02 1,midg,midg; igrid,midg,midg -1.7214874E-02 0.2026757 gauss-seidel spectral radius is 0.9991550 estimated iterations to convergence 272 setup time was (sec) 1.470000 now iterating at: 12:41:37 rms-change max change #iterations 10.95447 272.0408 at 10iterations 6.311414 149.1994 at 20iterations 3.602709 83.70912 at 30iterations 2.052662 50.08836 at 40iterations 1.162309 22.95925 at 50iterations 0.6562414 12.91263 at 60iterations 0.3688780 7.230100 at 70iterations 0.2079047 4.666092 at 80iterations 0.1161865 2.461254 at 90iterations 6.5166727E-02 1.401469 at 100iterations 3.6457084E-02 0.6560669 at 110iterations 2.0348310E-02 0.3540826 at 120iterations 1.1354985E-02 0.2125359 at 130iterations 6.3510458E-03 0.1248856 at 140iterations 3.5430531E-03 6.2338769E-02 at 150iterations 1.9791948E-03 3.5877228E-02 at 160iterations 1.1087396E-03 1.9408226E-02 at 170iterations 6.2331068E-04 1.1919975E-02 at 180iterations finished qdiffx linear iterations at : 12:41:51 total time elapsed so far: 14.42000 # loops : 180 mean,max change (kT/e) : 6.2331068E-04 1.1919975E-02 energy calculations done at 14.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.56000 DelPhi exited at 12:41:51 14.566u 0.255s 0:15.67 94.5% 0+0k 0+0io 0pf+0w