Mon Jan 23 11:16:41 PST 2012 #!/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 Jan 23 2012 at 11:16:41 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 ! Automatically converted by prot2crg.py # of charge parameter records: 930 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HEM 1107 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 0.4665365 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 0.4665365 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.9999686 assigned positive charge : 1034.981 centred at (gu) : 90.00414 89.96262 89.30226 assigned negative charge : -1035.989 centred at (gu) : 89.97354 90.03246 89.28391 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8961 nv = 96 ne = 84 npr = 139166 no. pairs analyzed = 139166 no. exposed pairs = 8893 no. arc points = 60047 no. surface atoms = 2979 nbur = 3836 mkacc time = 0.2300000 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.820000 m= 292 mr = 4407 m= 0 mr = 2 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.4600000 number of dielectric boundary points 4844 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5378 ## 926 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 12283 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2760817E-11 5.8494624E-12 midg,1,midg; midg,igrid,midg 3.1871724E-11 -3.5025583E-11 1,midg,midg; igrid,midg,midg -1.6307693E-11 1.3010969E-11 gauss-seidel spectral radius is 0.9766641 estimated iterations to convergence 54 setup time was (sec) 0.6500000 now iterating at: 11:16:42 rms-change max change #iterations 4.7927074E-02 11.10443 at 10iterations 3.2713020E-03 0.5168090 at 20iterations 1.1463964E-03 0.2006512 at 30iterations 5.2045903E-04 8.9878082E-02 at 40iterations 2.3665810E-04 4.0409088E-02 at 50iterations finished qdiffx linear iterations at : 11:16:45 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 2.3665810E-04 4.0409088E-02 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.750000 DelPhi exited at 11:16:46 3.749u 0.194s 0:04.51 87.1% 0+0k 0+0io 4pf+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 Jan 23 2012 at 11:16: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 ! Automatically converted by prot2crg.py # of charge parameter records: 930 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HEM 1107 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.399609 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 1.399609 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.9999686 assigned positive charge : 1034.981 centred at (gu) : 90.01080 89.88583 87.90471 assigned negative charge : -1035.989 centred at (gu) : 89.92020 90.09740 87.85117 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 103395 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60047 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.708000 m= 26633 mr = 69574 m= 1739 mr = 16407 m= 21 mr = 534 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 399 time to turn everything in is 0.5400000 number of dielectric boundary points 45273 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 957 ## 27 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 47870 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.4665365 object centre at (A) : 32.63750 37.58900 195.1310 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4373762E-03 -1.4703375E-03 midg,1,midg; midg,igrid,midg 3.0492765E-03 -8.1962915E-03 1,midg,midg; igrid,midg,midg 1.5238952E-03 1.6747311E-02 gauss-seidel spectral radius is 0.9978679 estimated iterations to convergence 172 setup time was (sec) 0.7600000 now iterating at: 11:16:47 rms-change max change #iterations 3.840005 180.0251 at 10iterations 1.484112 51.34555 at 20iterations 0.5756835 19.64695 at 30iterations 0.2236560 7.269287 at 40iterations 8.6557537E-02 2.606101 at 50iterations 3.3920974E-02 0.9964733 at 60iterations 1.3330374E-02 0.4622192 at 70iterations 5.3694611E-03 0.1715971 at 80iterations 2.3411941E-03 7.5950623E-02 at 90iterations 1.1946519E-03 4.3827057E-02 at 100iterations 7.3519332E-04 2.7616501E-02 at 110iterations 5.0759007E-04 1.6365051E-02 at 120iterations finished qdiffx linear iterations at : 11:16:54 total time elapsed so far: 8.020000 # loops : 120 mean,max change (kT/e) : 5.0759007E-04 1.6365051E-02 energy calculations done at 8.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.150000 DelPhi exited at 11:16:55 8.150u 0.224s 0:08.95 93.5% 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 Jan 23 2012 at 11:16:55 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 ! Automatically converted by prot2crg.py # of charge parameter records: 930 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6815 !!! WARNING: HEM 1107 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.099414 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): -5.516000 70.79100 ymin,ymax (A): -0.4720000 75.65000 zmin,zma (A): 161.1640 229.0980 x,y,z range (A): 76.30700 76.12200 67.93399 scale (grids/A): 2.099414 object centre (A): 32.63750 37.58900 195.1310 number of atom coordinates read : 6815 total number of charged atoms : 6645 net assigned charge : -0.9999686 assigned positive charge : 1034.981 centred at (gu) : 90.01584 89.82841 86.85641 assigned negative charge : -1035.989 centred at (gu) : 89.88026 90.14594 86.77658 start vw surface at 0.1700000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 242464 reading accessible surface arcs data from file ARCDAT no. of arc points read = 60047 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.680000 m= 99462 mr = 172935 m= 20866 mr = 74674 m= 2186 mr = 13856 m= 52 mr = 1102 m= 0 mr = 3 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 1219 time to turn everything in is 1.250000 number of dielectric boundary points 102460 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 216 iepsmp to db, and charging done at 1.360000 number of grid points assigned charge 52556 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.399609 object centre at (A) : 32.63750 37.58900 195.1310 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.7114977E-02 -4.4037770E-02 midg,1,midg; midg,igrid,midg 4.6682972E-02 -6.5615624E-02 1,midg,midg; igrid,midg,midg 0.1518954 0.4815346 gauss-seidel spectral radius is 0.9991283 estimated iterations to convergence 268 setup time was (sec) 1.520000 now iterating at: 11:16:56 rms-change max change #iterations 11.06329 298.4095 at 10iterations 6.257497 148.0895 at 20iterations 3.512387 78.47501 at 30iterations 1.968504 46.33102 at 40iterations 1.095450 23.90747 at 50iterations 0.6083322 11.88708 at 60iterations 0.3366550 7.013396 at 70iterations 0.1862856 3.551340 at 80iterations 0.1028948 2.056625 at 90iterations 5.6815337E-02 1.122500 at 100iterations 3.1356841E-02 0.6204400 at 110iterations 1.7243400E-02 0.3448410 at 120iterations 9.5212199E-03 0.2087212 at 130iterations 5.2797990E-03 0.1163940 at 140iterations 2.9495386E-03 5.6427002E-02 at 150iterations 1.6744015E-03 3.3466339E-02 at 160iterations 9.8104367E-04 2.3279190E-02 at 170iterations 6.0604553E-04 1.1199951E-02 at 180iterations finished qdiffx linear iterations at : 11:17:08 total time elapsed so far: 13.50000 # loops : 180 mean,max change (kT/e) : 6.0604553E-04 1.1199951E-02 energy calculations done at 13.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.63000 DelPhi exited at 11:17:09 13.636u 0.230s 0:14.22 97.4% 0+0k 0+0io 0pf+0w