Mon Oct 10 16:24:16 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 16:24:16 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 = 2834 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.5297857 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): 64.82600 114.0040 ymin,ymax (A): 79.01000 144.6580 zmin,zma (A): 64.06200 131.2590 x,y,z range (A): 49.17799 65.64800 67.19698 scale (grids/A): 0.5297857 object centre (A): 89.41500 111.8340 97.66049 number of atom coordinates read : 2834 total number of charged atoms : 2695 net assigned charge : 17.00002 assigned positive charge : 431.8442 centred at (gu) : 90.21983 89.97418 91.15881 assigned negative charge : -414.8454 centred at (gu) : 90.30891 90.00784 91.31532 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5158 nv = 96 ne = 84 npr = 53617 no. pairs analyzed = 53617 no. exposed pairs = 3848 no. arc points = 28642 no. surface atoms = 1293 nbur = 1541 mkacc time = 9.9999994E-02 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.624000 m= 200 mr = 2345 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3009 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2916 ## 457 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 6866 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.9797169E-10 2.8369253E-11 midg,1,midg; midg,igrid,midg 6.7396722E-10 4.4353363E-10 1,midg,midg; igrid,midg,midg 8.0494400E-10 2.7326713E-10 gauss-seidel spectral radius is 0.9816428 estimated iterations to convergence 61 setup time was (sec) 0.3900000 now iterating at: 16:24:17 rms-change max change #iterations 6.0684387E-02 10.64077 at 10iterations 3.6620344E-03 0.7291813 at 20iterations 2.2608017E-04 3.8960457E-02 at 30iterations 1.5084801E-05 2.5787354E-03 at 40iterations 1.1480806E-06 1.9264221E-04 at 50iterations finished qdiffx linear iterations at : 16:24:19 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 1.1480806E-06 1.9264221E-04 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 16:24:20 3.389u 0.176s 0:03.85 92.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 Mon Oct 10 2011 at 16:24: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2834 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.589357 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): 64.82600 114.0040 ymin,ymax (A): 79.01000 144.6580 zmin,zma (A): 64.06200 131.2590 x,y,z range (A): 49.17799 65.64800 67.19698 scale (grids/A): 1.589357 object centre (A): 89.41500 111.8340 97.66049 number of atom coordinates read : 2834 total number of charged atoms : 2695 net assigned charge : 17.00002 assigned positive charge : 431.8442 centred at (gu) : 90.65871 89.92137 93.47552 assigned negative charge : -414.8454 centred at (gu) : 90.92677 90.02332 93.94568 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 56750 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28642 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 16047 mr = 35534 m= 1500 mr = 10214 m= 31 mr = 535 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 163 time to turn everything in is 0.2900000 number of dielectric boundary points 28042 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 416 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 20444 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.5297857 object centre at (A) : 89.41500 111.8340 97.66049 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6430981E-02 1.0732900E-02 midg,1,midg; midg,igrid,midg 2.1443408E-02 6.7221402E-04 1,midg,midg; igrid,midg,midg 9.8470068E-03 6.1179544E-03 gauss-seidel spectral radius is 0.9980714 estimated iterations to convergence 181 setup time was (sec) 0.5000000 now iterating at: 16:24:21 rms-change max change #iterations 3.002001 137.8737 at 10iterations 1.211645 59.45207 at 20iterations 0.4887720 19.69633 at 30iterations 0.1974095 7.328645 at 40iterations 8.0066554E-02 3.533241 at 50iterations 3.2318719E-02 1.293182 at 60iterations 1.3138297E-02 0.5023117 at 70iterations 5.3104777E-03 0.2033510 at 80iterations 2.1507482E-03 8.8943481E-02 at 90iterations 8.7448687E-04 3.5670280E-02 at 100iterations 3.5381818E-04 1.3559341E-02 at 110iterations 1.4333741E-04 6.6680908E-03 at 120iterations finished qdiffx linear iterations at : 16:24:27 total time elapsed so far: 7.410000 # loops : 120 mean,max change (kT/e) : 1.4333741E-04 6.6680908E-03 energy calculations done at 7.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.550000 DelPhi exited at 16:24:28 7.548u 0.186s 0:08.01 96.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 Mon Oct 10 2011 at 16:24:28 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 = 2834 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.384036 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): 64.82600 114.0040 ymin,ymax (A): 79.01000 144.6580 zmin,zma (A): 64.06200 131.2590 x,y,z range (A): 49.17799 65.64800 67.19698 scale (grids/A): 2.384036 object centre (A): 89.41500 111.8340 97.66049 number of atom coordinates read : 2834 total number of charged atoms : 2695 net assigned charge : 17.00002 assigned positive charge : 431.8442 centred at (gu) : 90.98782 89.88188 95.21333 assigned negative charge : -414.8454 centred at (gu) : 91.39005 90.03500 95.91853 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 131542 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28642 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 56017 mr = 87663 m= 14865 mr = 42126 m= 2012 mr = 10367 m= 101 mr = 1077 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 563 time to turn everything in is 0.6900000 number of dielectric boundary points 63285 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 38 iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 21529 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.589357 object centre at (A) : 89.41500 111.8340 97.66049 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4926589 0.2056626 midg,1,midg; midg,igrid,midg 0.3142089 -0.1043338 1,midg,midg; igrid,midg,midg 0.1263377 8.8863455E-02 gauss-seidel spectral radius is 0.9990992 estimated iterations to convergence 263 setup time was (sec) 0.9100000 now iterating at: 16:24:29 rms-change max change #iterations 8.041221 282.3646 at 10iterations 4.472038 117.6835 at 20iterations 2.462080 60.17795 at 30iterations 1.352711 35.64021 at 40iterations 0.7371056 19.46507 at 50iterations 0.4021402 9.054108 at 60iterations 0.2188858 4.886860 at 70iterations 0.1189061 2.643272 at 80iterations 6.4422973E-02 1.490380 at 90iterations 3.4926791E-02 0.7889900 at 100iterations 1.8919785E-02 0.4277573 at 110iterations 1.0236509E-02 0.2262421 at 120iterations 5.5409749E-03 0.1300588 at 130iterations 3.0016920E-03 6.7771912E-02 at 140iterations 1.6245105E-03 3.7214279E-02 at 150iterations 8.7857508E-04 1.9622803E-02 at 160iterations 4.7646617E-04 9.8049641E-03 at 170iterations 2.5785936E-04 5.8355331E-03 at 180iterations finished qdiffx linear iterations at : 16:24:40 total time elapsed so far: 11.83000 # loops : 180 mean,max change (kT/e) : 2.5785936E-04 5.8355331E-03 energy calculations done at 11.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.96000 DelPhi exited at 16:24:40 11.966u 0.203s 0:12.51 97.2% 0+0k 0+0io 0pf+0w