Mon Oct 10 16:14:25 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 Mon Oct 10 2011 at 16:14: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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4804 !!! WARNING: HIR 295 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= 0.1500000 grid size : 179 scale,in grids/A, set to be: 0.5328224 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): -20.32700 46.48700 ymin,ymax (A): 8.122000 73.10600 zmin,zma (A): 32.96200 95.72701 x,y,z range (A): 66.81400 64.98399 62.76501 scale (grids/A): 0.5328224 object centre (A): 13.08000 40.61400 64.34450 number of atom coordinates read : 4804 total number of charged atoms : 4644 net assigned charge : 2.014013 assigned positive charge : 726.2567 centred at (gu) : 90.47849 90.85140 89.89211 assigned negative charge : -724.2471 centred at (gu) : 90.45074 90.79736 89.89678 start vw surface at 0.2300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 8694 nv = 96 ne = 84 npr = 98188 no. pairs analyzed = 98188 no. exposed pairs = 5805 no. arc points = 39498 no. surface atoms = 1939 nbur = 2865 mkacc time = 0.3300000 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= 357 mr = 4781 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6600000 number of dielectric boundary points 4254 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3984 ## 527 charges are in solution ## iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 11665 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0283330E-10 3.7973787E-11 midg,1,midg; midg,igrid,midg -2.2957120E-10 5.2318161E-10 1,midg,midg; igrid,midg,midg -9.9140036E-11 2.8277014E-10 gauss-seidel spectral radius is 0.9819807 estimated iterations to convergence 61 setup time was (sec) 1.020000 now iterating at: 16:14:27 rms-change max change #iterations 8.6379357E-02 12.33579 at 10iterations 6.5128412E-03 0.8707047 at 20iterations 1.2490852E-03 0.1932278 at 30iterations 4.6565232E-04 6.2416077E-02 at 40iterations 1.9194777E-04 2.2212982E-02 at 50iterations finished qdiffx linear iterations at : 16:14:30 total time elapsed so far: 4.930000 # loops : 50 mean,max change (kT/e) : 1.9194777E-04 2.2212982E-02 energy calculations done at 4.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.140000 DelPhi exited at 16:14:31 5.144u 0.432s 0:05.86 95.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 Mon Oct 10 2011 at 16:14:31 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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4804 !!! WARNING: HIR 295 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= 0.1500000 grid size : 179 scale,in grids/A, set to be: 1.598467 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): -20.32700 46.48700 ymin,ymax (A): 8.122000 73.10600 zmin,zma (A): 32.96200 95.72701 x,y,z range (A): 66.81400 64.98399 62.76501 scale (grids/A): 1.598467 object centre (A): 13.08000 40.61400 64.34450 number of atom coordinates read : 4804 total number of charged atoms : 4644 net assigned charge : 2.014013 assigned positive charge : 726.2567 centred at (gu) : 91.43403 92.55266 89.67463 assigned negative charge : -724.2471 centred at (gu) : 91.35190 92.39153 89.68990 start vw surface at 0.2200000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 98577 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39498 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 31594 mr = 70028 m= 3328 mr = 22193 m= 74 mr = 1674 m= 0 mr = 5 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 825 time to turn everything in is 1.010000 number of dielectric boundary points 39673 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 428 ## 5 charges are in solution ## iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 35375 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.5328224 object centre at (A) : 13.08000 40.61400 64.34450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.6265204E-03 1.1955478E-02 midg,1,midg; midg,igrid,midg -7.8620110E-03 -1.2595805E-03 1,midg,midg; igrid,midg,midg -3.0486329E-02 8.5689034E-03 gauss-seidel spectral radius is 0.9982868 estimated iterations to convergence 192 setup time was (sec) 1.350000 now iterating at: 16:14:33 rms-change max change #iterations 4.213363 191.9151 at 10iterations 1.801432 65.41238 at 20iterations 0.7695088 21.75222 at 30iterations 0.3294224 9.781609 at 40iterations 0.1413978 4.169531 at 50iterations 6.0657132E-02 1.795252 at 60iterations 2.6192492E-02 0.7877035 at 70iterations 1.1376141E-02 0.3211088 at 80iterations 5.0905868E-03 0.1635184 at 90iterations 2.3952511E-03 8.8008881E-02 at 100iterations 1.2414105E-03 3.7780762E-02 at 110iterations 7.4076670E-04 2.0484924E-02 at 120iterations finished qdiffx linear iterations at : 16:14:43 total time elapsed so far: 11.38000 # loops : 120 mean,max change (kT/e) : 7.4076670E-04 2.0484924E-02 energy calculations done at 11.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.59000 DelPhi exited at 16:14:43 11.592u 0.536s 0:12.42 97.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 Oct 10 2011 at 16:14:44 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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4804 !!! WARNING: HIR 295 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= 0.1500000 grid size : 179 scale,in grids/A, set to be: 2.397701 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): -20.32700 46.48700 ymin,ymax (A): 8.122000 73.10600 zmin,zma (A): 32.96200 95.72701 x,y,z range (A): 66.81400 64.98399 62.76501 scale (grids/A): 2.397701 object centre (A): 13.08000 40.61400 64.34450 number of atom coordinates read : 4804 total number of charged atoms : 4644 net assigned charge : 2.014013 assigned positive charge : 726.2567 centred at (gu) : 92.15059 93.82859 89.51148 assigned negative charge : -724.2471 centred at (gu) : 92.02779 93.58721 89.53474 start vw surface at 0.2300000 fill in re-entrant regions at 0.8000000 boundary points on vw surface= 229814 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39498 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 109589 mr = 171624 m= 31918 mr = 87575 m= 5159 mr = 24394 m= 316 mr = 3475 m= 1 mr = 141 m= 0 mr = 0 time to grow re-entrant surface = 1.580000 no. cavity mid-points inaccessible to solvent = 2750 time to turn everything in is 2.560000 number of dielectric boundary points 89588 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 37 iepsmp to db, and charging done at 2.740000 number of grid points assigned charge 37082 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.598467 object centre at (A) : 13.08000 40.61400 64.34450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.2473866E-02 0.1748731 midg,1,midg; midg,igrid,midg -0.1455201 -1.7493835E-02 1,midg,midg; igrid,midg,midg -0.6022718 0.1611269 gauss-seidel spectral radius is 0.9992098 estimated iterations to convergence 281 setup time was (sec) 2.960000 now iterating at: 16:14:47 rms-change max change #iterations 11.03569 351.0522 at 10iterations 6.427285 129.0732 at 20iterations 3.725924 75.83421 at 30iterations 2.150267 43.27144 at 40iterations 1.231819 26.03018 at 50iterations 0.7043777 13.92671 at 60iterations 0.4022142 7.806602 at 70iterations 0.2295217 4.379073 at 80iterations 0.1305144 2.546590 at 90iterations 7.4266791E-02 1.322435 at 100iterations 4.2226288E-02 0.8828983 at 110iterations 2.4033582E-02 0.4690666 at 120iterations 1.3757625E-02 0.2519722 at 130iterations 7.9211276E-03 0.1365377 at 140iterations 4.6351156E-03 8.2809448E-02 at 150iterations 2.7883004E-03 5.1877975E-02 at 160iterations 1.7615596E-03 3.2049179E-02 at 170iterations 1.1810143E-03 1.9546509E-02 at 180iterations finished qdiffx linear iterations at : 16:15:04 total time elapsed so far: 20.24000 # loops : 180 mean,max change (kT/e) : 1.1810143E-03 1.9546509E-02 energy calculations done at 20.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.47000 DelPhi exited at 16:15:05 20.470u 0.511s 0:21.29 98.5% 0+0k 0+0io 0pf+0w