Thu Jan 19 13:59:01 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 Thu Jan 19 2012 at 13:59:05 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: 346 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6826 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1200000 grid size : 179 scale,in grids/A, set to be: 0.4268380 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.263000 78.14100 ymin,ymax (A): -0.8630000 75.56700 zmin,zma (A): 158.4610 226.8660 x,y,z range (A): 83.40400 76.43000 68.40500 scale (grids/A): 0.4268380 object centre (A): 36.43900 37.35200 192.6635 number of atom coordinates read : 6826 total number of charged atoms : 6656 net assigned charge : 3.200033 assigned positive charge : 1036.746 centred at (gu) : 88.64365 89.89525 89.65634 assigned negative charge : -1033.554 centred at (gu) : 88.63175 89.95493 89.63731 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7277 nv = 96 ne = 84 npr = 136739 no. pairs analyzed = 136739 no. exposed pairs = 8970 no. arc points = 61183 no. surface atoms = 3016 nbur = 3810 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.960000 m= 197 mr = 3371 m= 0 mr = 3 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4100 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5020 ## 1065 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 10186 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.0534544E-13 1.3642418E-12 midg,1,midg; midg,igrid,midg 3.7161919E-12 -2.4967842E-12 1,midg,midg; igrid,midg,midg -1.3653609E-13 7.5798466E-13 gauss-seidel spectral radius is 0.9721568 estimated iterations to convergence 50 setup time was (sec) 0.6400000 now iterating at: 13:59:09 rms-change max change #iterations 2.9266736E-02 7.466109 at 10iterations 2.2939313E-03 0.3998585 at 20iterations 8.6684717E-04 0.1608353 at 30iterations 3.5487566E-04 6.5414429E-02 at 40iterations 1.4489180E-04 2.6528358E-02 at 50iterations finished qdiffx linear iterations at : 13:59:19 total time elapsed so far: 3.870000 # loops : 50 mean,max change (kT/e) : 1.4489180E-04 2.6528358E-02 energy calculations done at 3.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.010000 DelPhi exited at 13:59:21 4.011u 0.180s 0:16.12 25.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 Thu Jan 19 2012 at 13:59:23 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: 346 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6826 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1200000 grid size : 179 scale,in grids/A, set to be: 1.280514 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.263000 78.14100 ymin,ymax (A): -0.8630000 75.56700 zmin,zma (A): 158.4610 226.8660 x,y,z range (A): 83.40400 76.43000 68.40500 scale (grids/A): 1.280514 object centre (A): 36.43900 37.35200 192.6635 number of atom coordinates read : 6826 total number of charged atoms : 6656 net assigned charge : 3.200033 assigned positive charge : 1036.746 centred at (gu) : 85.92878 89.68431 88.96716 assigned negative charge : -1033.554 centred at (gu) : 85.89529 89.86451 88.91131 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 86101 reading accessible surface arcs data from file ARCDAT no. of arc points read = 61183 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.848000 m= 19642 mr = 56547 m= 907 mr = 11275 m= 8 mr = 203 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 624 time to turn everything in is 0.4800000 number of dielectric boundary points 38633 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1160 ## 38 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 45901 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.4268380 object centre at (A) : 36.43900 37.35200 192.6635 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8436277E-04 1.1772153E-05 midg,1,midg; midg,igrid,midg 2.0061661E-03 -3.6148329E-03 1,midg,midg; igrid,midg,midg 2.5161766E-03 2.8596511E-03 gauss-seidel spectral radius is 0.9973649 estimated iterations to convergence 155 setup time was (sec) 0.7300000 now iterating at: 13:59:28 rms-change max change #iterations 2.998384 133.7068 at 10iterations 1.045610 39.57171 at 20iterations 0.3651880 13.93833 at 30iterations 0.1278577 4.558525 at 40iterations 4.4677526E-02 1.561411 at 50iterations 1.5781704E-02 0.6033897 at 60iterations 5.6712399E-03 0.2199240 at 70iterations 2.2103214E-03 8.0545425E-02 at 80iterations 1.0362519E-03 4.2593002E-02 at 90iterations 6.1310170E-04 2.3042679E-02 at 100iterations 4.1522473E-04 1.5999794E-02 at 110iterations 2.9243945E-04 1.0609627E-02 at 120iterations finished qdiffx linear iterations at : 13:59:51 total time elapsed so far: 8.390000 # loops : 120 mean,max change (kT/e) : 2.9243945E-04 1.0609627E-02 energy calculations done at 8.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.520000 DelPhi exited at 13:59:53 8.520u 0.210s 0:30.75 28.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 Thu Jan 19 2012 at 13:59:57 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: 346 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6826 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: HEM 1103 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.1200000 grid size : 179 scale,in grids/A, set to be: 1.920771 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.263000 78.14100 ymin,ymax (A): -0.8630000 75.56700 zmin,zma (A): 158.4610 226.8660 x,y,z range (A): 83.40400 76.43000 68.40500 scale (grids/A): 1.920771 object centre (A): 36.43900 37.35200 192.6635 number of atom coordinates read : 6826 total number of charged atoms : 6656 net assigned charge : 3.200033 assigned positive charge : 1036.746 centred at (gu) : 83.89289 89.52582 88.45013 assigned negative charge : -1033.554 centred at (gu) : 83.84267 89.79669 88.36710 start vw surface at 0.1700000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 202465 reading accessible surface arcs data from file ARCDAT no. of arc points read = 61183 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.820000 m= 76639 mr = 141786 m= 13147 mr = 55583 m= 902 mr = 8068 m= 14 mr = 321 m= 0 mr = 0 time to grow re-entrant surface = 0.5899999 no. cavity mid-points inaccessible to solvent = 2148 time to turn everything in is 1.070000 number of dielectric boundary points 87409 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 351 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 52450 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.280514 object centre at (A) : 36.43900 37.35200 192.6635 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0520193E-02 -3.7779561E-03 midg,1,midg; midg,igrid,midg 2.9506795E-02 -5.8463663E-02 1,midg,midg; igrid,midg,midg 0.1486312 0.1279422 gauss-seidel spectral radius is 0.9989694 estimated iterations to convergence 246 setup time was (sec) 1.310000 now iterating at: 14:00:04 rms-change max change #iterations 9.290545 408.4974 at 10iterations 5.000622 127.8179 at 20iterations 2.673651 68.67847 at 30iterations 1.417266 33.93610 at 40iterations 0.7496069 17.23819 at 50iterations 0.3939627 9.493912 at 60iterations 0.2071519 4.709379 at 70iterations 0.1087945 2.529799 at 80iterations 5.7046495E-02 1.364182 at 90iterations 2.9734956E-02 0.7055302 at 100iterations 1.5531275E-02 0.3364220 at 110iterations 8.1253322E-03 0.1883736 at 120iterations 4.2534634E-03 9.0057373E-02 at 130iterations 2.2384794E-03 4.6511650E-02 at 140iterations 1.1845841E-03 2.5660515E-02 at 150iterations 6.4088596E-04 1.4432907E-02 at 160iterations 3.5873355E-04 7.6370239E-03 at 170iterations 2.1405892E-04 5.0630569E-03 at 180iterations finished qdiffx linear iterations at : 14:00:42 total time elapsed so far: 13.74000 # loops : 180 mean,max change (kT/e) : 2.1405892E-04 5.0630569E-03 energy calculations done at 13.74000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.87000 DelPhi exited at 14:00:45 13.871u 0.226s 0:48.02 29.3% 0+0k 0+0io 0pf+0w