Sat Oct 15 13:40:52 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 13:40:52 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 = 2200 !!! WARNING: HIR 113 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6448575 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): -17.64200 29.58100 ymin,ymax (A): -3.786000 51.42000 zmin,zma (A): -24.69400 21.69800 x,y,z range (A): 47.22300 55.20600 46.39200 scale (grids/A): 0.6448575 object centre (A): 5.969500 23.81700 -1.498000 number of atom coordinates read : 2200 total number of charged atoms : 2062 net assigned charge : -1.985997 assigned positive charge : 334.6127 centred at (gu) : 90.63470 88.65774 90.45490 assigned negative charge : -336.5989 centred at (gu) : 90.84393 88.61353 90.53790 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6290 nv = 96 ne = 84 npr = 42964 no. pairs analyzed = 42964 no. exposed pairs = 3057 no. arc points = 21908 no. surface atoms = 1021 nbur = 1179 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 335 mr = 3098 m= 3 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 17 time to turn everything in is 0.2700000 number of dielectric boundary points 3489 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2140 ## 214 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7373 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.8581175E-09 -1.3910311E-08 midg,1,midg; midg,igrid,midg -1.0782067E-08 1.5188525E-09 1,midg,midg; igrid,midg,midg 1.7900573E-08 -3.1675885E-08 gauss-seidel spectral radius is 0.9875131 estimated iterations to convergence 73 setup time was (sec) 0.6100000 now iterating at: 13:40:53 rms-change max change #iterations 0.1400944 21.37135 at 10iterations 1.4132656E-02 2.130334 at 20iterations 1.4057753E-03 0.2526259 at 30iterations 1.4450577E-04 2.3929596E-02 at 40iterations 1.5293945E-05 2.9046535E-03 at 50iterations finished qdiffx linear iterations at : 13:40:58 total time elapsed so far: 5.030000 # loops : 50 mean,max change (kT/e) : 1.5293945E-05 2.9046535E-03 energy calculations done at 5.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.210000 DelPhi exited at 13:40:59 5.212u 0.477s 0:07.26 78.2% 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 13:40:59 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 = 2200 !!! WARNING: HIR 113 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.934572 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): -17.64200 29.58100 ymin,ymax (A): -3.786000 51.42000 zmin,zma (A): -24.69400 21.69800 x,y,z range (A): 47.22300 55.20600 46.39200 scale (grids/A): 1.934572 object centre (A): 5.969500 23.81700 -1.498000 number of atom coordinates read : 2200 total number of charged atoms : 2062 net assigned charge : -1.985997 assigned positive charge : 334.6127 centred at (gu) : 91.90395 85.97318 91.36446 assigned negative charge : -336.5989 centred at (gu) : 92.53164 85.84054 91.61373 start vw surface at 0.1100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 66867 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21908 grid for indexing accessible points = 1.400000 m= 22859 mr = 43691 m= 3758 mr = 15709 m= 248 mr = 2155 m= 2 mr = 92 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 996 time to turn everything in is 0.5800000 number of dielectric boundary points 32087 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 160 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 16258 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.6448575 object centre at (A) : 5.969500 23.81700 -1.498000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.0381902E-03 -8.7897554E-03 midg,1,midg; midg,igrid,midg -7.5762817E-03 2.1053895E-02 1,midg,midg; igrid,midg,midg 1.3711913E-02 -1.8865142E-02 gauss-seidel spectral radius is 0.9986515 estimated iterations to convergence 216 setup time was (sec) 0.9400000 now iterating at: 13:41:01 rms-change max change #iterations 4.076586 173.5147 at 10iterations 1.907425 66.27927 at 20iterations 0.8942541 34.40471 at 30iterations 0.4197060 14.45587 at 40iterations 0.1964134 7.050632 at 50iterations 9.2012942E-02 3.302504 at 60iterations 4.3150466E-02 1.379595 at 70iterations 2.0346483E-02 0.6999002 at 80iterations 9.5108571E-03 0.3385379 at 90iterations 4.4861878E-03 0.1640549 at 100iterations 2.1098540E-03 7.7142715E-02 at 110iterations 9.8787236E-04 3.5507202E-02 at 120iterations finished qdiffx linear iterations at : 13:41:15 total time elapsed so far: 12.54000 # loops : 120 mean,max change (kT/e) : 9.8787236E-04 3.5507202E-02 energy calculations done at 12.54000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.71000 DelPhi exited at 13:41:17 12.710u 0.542s 0:18.13 73.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 13:41:17 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 = 2200 !!! WARNING: HIR 113 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.901859 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): -17.64200 29.58100 ymin,ymax (A): -3.786000 51.42000 zmin,zma (A): -24.69400 21.69800 x,y,z range (A): 47.22300 55.20600 46.39200 scale (grids/A): 2.901859 object centre (A): 5.969500 23.81700 -1.498000 number of atom coordinates read : 2200 total number of charged atoms : 2062 net assigned charge : -1.985997 assigned positive charge : 334.6127 centred at (gu) : 92.85597 83.95957 92.04656 assigned negative charge : -336.5989 centred at (gu) : 93.79741 83.76083 92.42067 start vw surface at 0.1100000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 154686 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21908 grid for indexing accessible points = 1.400000 m= 73723 mr = 107071 m= 26674 mr = 57669 m= 6583 mr = 20300 m= 949 mr = 4628 m= 77 mr = 612 m= 2 mr = 45 m= 0 mr = 0 time to grow re-entrant surface = 0.9000000 no. cavity mid-points inaccessible to solvent = 3248 time to turn everything in is 1.490000 number of dielectric boundary points 72369 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.670000 number of grid points assigned charge 16494 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.934572 object centre at (A) : 5.969500 23.81700 -1.498000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.9576463E-02 3.1336185E-02 midg,1,midg; midg,igrid,midg -0.2279090 0.3740991 1,midg,midg; igrid,midg,midg 9.8081253E-02 -0.1277366 gauss-seidel spectral radius is 0.9992803 estimated iterations to convergence 294 setup time was (sec) 1.900000 now iterating at: 13:41:20 rms-change max change #iterations 9.886503 442.1861 at 10iterations 5.933012 132.8413 at 20iterations 3.512911 85.33112 at 30iterations 2.064706 43.26035 at 40iterations 1.209642 26.17615 at 50iterations 0.7065926 13.75314 at 60iterations 0.4118153 8.201706 at 70iterations 0.2400176 4.981796 at 80iterations 0.1391065 2.778337 at 90iterations 8.0747478E-02 1.687598 at 100iterations 4.6757035E-02 0.8845634 at 110iterations 2.7139608E-02 0.5075662 at 120iterations 1.5701909E-02 0.2699509 at 130iterations 9.1103651E-03 0.1680636 at 140iterations 5.2603805E-03 9.7595215E-02 at 150iterations 3.0514668E-03 6.2353611E-02 at 160iterations 1.7686527E-03 3.3191681E-02 at 170iterations 1.0260096E-03 1.9683838E-02 at 180iterations finished qdiffx linear iterations at : 13:41:45 total time elapsed so far: 21.26000 # loops : 180 mean,max change (kT/e) : 1.0260096E-03 1.9683838E-02 energy calculations done at 21.26000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.43000 DelPhi exited at 13:41:45 21.434u 0.627s 0:28.15 78.3% 0+0k 0+0io 0pf+0w