Mon Oct 10 17:02:32 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 17:02:33 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 = 2986 !!! WARNING: LYS 121 has a net charge of 1.5000 !!! WARNING: PRO 352 has a net charge of 0.5000 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: 0.5443175 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): -34.93200 30.47100 ymin,ymax (A): -22.35500 26.06400 zmin,zma (A): -1.044000 46.74400 x,y,z range (A): 65.40300 48.41900 47.78800 scale (grids/A): 0.5443175 object centre (A): -2.230502 1.854500 22.85000 number of atom coordinates read : 2986 total number of charged atoms : 2845 net assigned charge : -1.499978 assigned positive charge : 445.4620 centred at (gu) : 89.64407 89.85754 90.50240 assigned negative charge : -446.9631 centred at (gu) : 89.57964 89.72983 90.61185 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5662 nv = 96 ne = 84 npr = 59970 no. pairs analyzed = 59970 no. exposed pairs = 3940 no. arc points = 27924 no. surface atoms = 1327 nbur = 1659 mkacc time = 0.1300000 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.596000 m= 201 mr = 2772 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.3100000 number of dielectric boundary points 3091 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2789 ## 401 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 7518 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.2670102E-10 -8.8139429E-10 midg,1,midg; midg,igrid,midg -9.2724273E-10 6.8420591E-10 1,midg,midg; igrid,midg,midg -5.3307847E-10 2.9368211E-10 gauss-seidel spectral radius is 0.9826041 estimated iterations to convergence 62 setup time was (sec) 0.5100000 now iterating at: 17:02:34 rms-change max change #iterations 7.0955120E-02 13.90357 at 10iterations 4.5913416E-03 0.6807098 at 20iterations 3.0505483E-04 4.3733597E-02 at 30iterations 2.0860374E-05 3.1471252E-03 at 40iterations 1.5980464E-06 3.3760071E-04 at 50iterations finished qdiffx linear iterations at : 17:02:36 total time elapsed so far: 2.900000 # loops : 50 mean,max change (kT/e) : 1.5980464E-06 3.3760071E-04 energy calculations done at 2.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.070000 DelPhi exited at 17:02:37 3.078u 0.150s 0:03.54 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 17:02:37 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 = 2986 !!! WARNING: LYS 121 has a net charge of 1.5000 !!! WARNING: PRO 352 has a net charge of 0.5000 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.632953 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): -34.93200 30.47100 ymin,ymax (A): -22.35500 26.06400 zmin,zma (A): -1.044000 46.74400 x,y,z range (A): 65.40300 48.41900 47.78800 scale (grids/A): 1.632953 object centre (A): -2.230502 1.854500 22.85000 number of atom coordinates read : 2986 total number of charged atoms : 2845 net assigned charge : -1.499978 assigned positive charge : 445.4620 centred at (gu) : 88.93140 89.57168 91.50630 assigned negative charge : -446.9631 centred at (gu) : 88.73849 89.18923 91.83525 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 63320 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27924 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 18127 mr = 41617 m= 1700 mr = 12085 m= 33 mr = 748 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 343 time to turn everything in is 0.4500000 number of dielectric boundary points 28728 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 325 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 21758 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.5443175 object centre at (A) : -2.230502 1.854500 22.85000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.7943969E-03 -3.4105654E-03 midg,1,midg; midg,igrid,midg -1.3946056E-02 6.9486578E-03 1,midg,midg; igrid,midg,midg -2.2186866E-02 -9.2281634E-03 gauss-seidel spectral radius is 0.9981865 estimated iterations to convergence 187 setup time was (sec) 0.7200000 now iterating at: 17:02:37 rms-change max change #iterations 3.286197 154.2898 at 10iterations 1.362126 52.35098 at 20iterations 0.5678496 22.79843 at 30iterations 0.2359271 8.510284 at 40iterations 9.8523296E-02 3.774279 at 50iterations 4.0882017E-02 1.569666 at 60iterations 1.7045610E-02 0.6501694 at 70iterations 7.0949499E-03 0.2470360 at 80iterations 2.9730271E-03 0.1053396 at 90iterations 1.2381154E-03 4.6419144E-02 at 100iterations 5.1484985E-04 2.0759583E-02 at 110iterations 2.1490474E-04 8.3160400E-03 at 120iterations finished qdiffx linear iterations at : 17:02:43 total time elapsed so far: 6.630000 # loops : 120 mean,max change (kT/e) : 2.1490474E-04 8.3160400E-03 energy calculations done at 6.630000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.800000 DelPhi exited at 17:02:44 6.803u 0.164s 0:07.87 88.4% 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 17:02:45 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 = 2986 !!! WARNING: LYS 121 has a net charge of 1.5000 !!! WARNING: PRO 352 has a net charge of 0.5000 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.449429 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): -34.93200 30.47100 ymin,ymax (A): -22.35500 26.06400 zmin,zma (A): -1.044000 46.74400 x,y,z range (A): 65.40300 48.41900 47.78800 scale (grids/A): 2.449429 object centre (A): -2.230502 1.854500 22.85000 number of atom coordinates read : 2986 total number of charged atoms : 2845 net assigned charge : -1.499978 assigned positive charge : 445.4620 centred at (gu) : 88.39693 89.35735 92.25941 assigned negative charge : -446.9631 centred at (gu) : 88.10767 88.78384 92.75262 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 147076 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27924 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 64088 mr = 102477 m= 16944 mr = 49568 m= 2452 mr = 12330 m= 142 mr = 1478 m= 4 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 1160 time to turn everything in is 1.030000 number of dielectric boundary points 64789 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 16 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 22735 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.632953 object centre at (A) : -2.230502 1.854500 22.85000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3792773E-02 -3.2201976E-02 midg,1,midg; midg,igrid,midg -0.2054673 0.1202041 1,midg,midg; igrid,midg,midg -0.5356174 -0.2327653 gauss-seidel spectral radius is 0.9991424 estimated iterations to convergence 270 setup time was (sec) 1.310000 now iterating at: 17:02:46 rms-change max change #iterations 8.610206 258.3794 at 10iterations 4.821414 127.0954 at 20iterations 2.686213 84.07636 at 30iterations 1.495802 35.53604 at 40iterations 0.8263106 17.26135 at 50iterations 0.4580719 10.04132 at 60iterations 0.2526420 5.408756 at 70iterations 0.1393075 3.119415 at 80iterations 7.6720990E-02 1.794175 at 90iterations 4.2196948E-02 0.9912567 at 100iterations 2.3203287E-02 0.4665494 at 110iterations 1.2771420E-02 0.2705472 at 120iterations 7.0213918E-03 0.1501541 at 130iterations 3.8559849E-03 7.7554703E-02 at 140iterations 2.1252499E-03 4.6745300E-02 at 150iterations 1.1649161E-03 2.3317337E-02 at 160iterations 6.3920364E-04 1.3713837E-02 at 170iterations 3.5250283E-04 6.9351196E-03 at 180iterations finished qdiffx linear iterations at : 17:02:55 total time elapsed so far: 10.48000 # loops : 180 mean,max change (kT/e) : 3.5250283E-04 6.9351196E-03 energy calculations done at 10.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.66000 DelPhi exited at 17:02:56 10.667u 0.170s 0:11.21 96.6% 0+0k 0+0io 0pf+0w