Sat Oct 15 11:30:20 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 11:30:20 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4288 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: 0.5428981 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.6120000 64.96200 ymin,ymax (A): -25.33800 36.67700 zmin,zma (A): -23.39900 32.53800 x,y,z range (A): 65.57400 62.01500 55.93700 scale (grids/A): 0.5428981 object centre (A): 32.17500 5.669501 4.569499 number of atom coordinates read : 4288 total number of charged atoms : 4131 net assigned charge : -9.499973 assigned positive charge : 656.0443 centred at (gu) : 88.90569 89.18898 90.91234 assigned negative charge : -665.5486 centred at (gu) : 88.97916 89.20409 90.87707 start vw surface at 0.2300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 8243 nv = 96 ne = 84 npr = 83845 no. pairs analyzed = 83845 no. exposed pairs = 5898 no. arc points = 40741 no. surface atoms = 1961 nbur = 2327 mkacc time = 0.2600000 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= 355 mr = 4110 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5500000 number of dielectric boundary points 4475 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4007 ## 527 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 10879 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.7833894E-10 -2.7597369E-10 midg,1,midg; midg,igrid,midg -4.8737009E-10 -5.4906540E-10 1,midg,midg; igrid,midg,midg 1.5233197E-10 -9.0887325E-10 gauss-seidel spectral radius is 0.9826162 estimated iterations to convergence 62 setup time was (sec) 0.8600000 now iterating at: 11:30:21 rms-change max change #iterations 9.0079382E-02 13.68070 at 10iterations 6.1622015E-03 0.8786926 at 20iterations 6.5780419E-04 0.1010451 at 30iterations 1.7087795E-04 2.5698662E-02 at 40iterations 5.4572192E-05 8.1491470E-03 at 50iterations finished qdiffx linear iterations at : 11:30:24 total time elapsed so far: 4.320000 # loops : 50 mean,max change (kT/e) : 5.4572192E-05 8.1491470E-03 energy calculations done at 4.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.560000 DelPhi exited at 11:30:25 4.561u 0.232s 0:05.20 92.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 11:30:25 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4288 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.628694 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.6120000 64.96200 ymin,ymax (A): -25.33800 36.67700 zmin,zma (A): -23.39900 32.53800 x,y,z range (A): 65.57400 62.01500 55.93700 scale (grids/A): 1.628694 object centre (A): 32.17500 5.669501 4.569499 number of atom coordinates read : 4288 total number of charged atoms : 4131 net assigned charge : -9.499973 assigned positive charge : 656.0443 centred at (gu) : 86.71544 87.56549 92.73545 assigned negative charge : -665.5486 centred at (gu) : 86.93716 87.61202 92.63081 start vw surface at 0.2400000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 91406 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40741 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 28739 mr = 60989 m= 3005 mr = 18888 m= 80 mr = 1330 m= 2 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8700000 number of dielectric boundary points 42014 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 479 ## 2 charges are in solution ## iepsmp to db, and charging done at 1.040000 number of grid points assigned charge 31577 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.5428981 object centre at (A) : 32.17500 5.669501 4.569499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4170549E-02 -1.4368545E-03 midg,1,midg; midg,igrid,midg -1.1186764E-02 -1.8004281E-03 1,midg,midg; igrid,midg,midg 4.5408524E-04 -2.0339580E-02 gauss-seidel spectral radius is 0.9983217 estimated iterations to convergence 194 setup time was (sec) 1.280000 now iterating at: 11:30:27 rms-change max change #iterations 4.185074 161.0370 at 10iterations 1.795750 62.77872 at 20iterations 0.7723747 26.08842 at 30iterations 0.3327715 11.56928 at 40iterations 0.1430635 5.204581 at 50iterations 6.1917733E-02 1.909246 at 60iterations 2.6656190E-02 0.8735747 at 70iterations 1.1545463E-02 0.3802528 at 80iterations 5.0167330E-03 0.1589074 at 90iterations 2.1903736E-03 6.8439484E-02 at 100iterations 9.7101874E-04 3.4957886E-02 at 110iterations 4.4342861E-04 1.3473511E-02 at 120iterations finished qdiffx linear iterations at : 11:30:36 total time elapsed so far: 10.23000 # loops : 120 mean,max change (kT/e) : 4.4342861E-04 1.3473511E-02 energy calculations done at 10.23000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.46000 DelPhi exited at 11:30:36 10.467u 0.264s 0:11.10 96.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 Sat Oct 15 2011 at 11:30: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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4288 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.443042 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.6120000 64.96200 ymin,ymax (A): -25.33800 36.67700 zmin,zma (A): -23.39900 32.53800 x,y,z range (A): 65.57400 62.01500 55.93700 scale (grids/A): 2.443042 object centre (A): 32.17500 5.669501 4.569499 number of atom coordinates read : 4288 total number of charged atoms : 4131 net assigned charge : -9.499973 assigned positive charge : 656.0443 centred at (gu) : 85.07290 86.34787 94.10287 assigned negative charge : -665.5486 centred at (gu) : 85.40572 86.41782 93.94612 start vw surface at 0.2200000 fill in re-entrant regions at 0.6600000 boundary points on vw surface= 211974 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40741 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 98599 mr = 149880 m= 28173 mr = 75886 m= 4522 mr = 20290 m= 353 mr = 2750 m= 5 mr = 124 m= 0 mr = 0 time to grow re-entrant surface = 1.270000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.100000 number of dielectric boundary points 94696 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 27 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 32998 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.628694 object centre at (A) : 32.17500 5.669501 4.569499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1296217 3.7400201E-02 midg,1,midg; midg,igrid,midg -0.1846737 6.7668080E-02 1,midg,midg; igrid,midg,midg 1.1560844E-02 -0.5146424 gauss-seidel spectral radius is 0.9992248 estimated iterations to convergence 284 setup time was (sec) 2.510000 now iterating at: 11:30:39 rms-change max change #iterations 11.10922 325.8926 at 10iterations 6.581699 168.4276 at 20iterations 3.861213 97.19603 at 30iterations 2.246876 52.42294 at 40iterations 1.301434 27.54011 at 50iterations 0.7502708 15.69276 at 60iterations 0.4304713 8.439089 at 70iterations 0.2468034 6.125237 at 80iterations 0.1410748 2.712955 at 90iterations 8.0503039E-02 1.735338 at 100iterations 4.5962881E-02 0.8043604 at 110iterations 2.6210068E-02 0.4847260 at 120iterations 1.4903459E-02 0.3009949 at 130iterations 8.4829628E-03 0.1775579 at 140iterations 4.8274915E-03 8.5653305E-02 at 150iterations 2.7550366E-03 4.9519539E-02 at 160iterations 1.5716637E-03 3.0697823E-02 at 170iterations 9.0087549E-04 1.6408920E-02 at 180iterations finished qdiffx linear iterations at : 11:30:54 total time elapsed so far: 17.15000 # loops : 180 mean,max change (kT/e) : 9.0087549E-04 1.6408920E-02 energy calculations done at 17.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.38000 DelPhi exited at 11:30:54 17.386u 0.315s 0:18.08 97.8% 0+0k 0+0io 0pf+0w