Tue Oct 11 00:46:53 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 Tue Oct 11 2011 at 00:46:53 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 = 2701 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5669602 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): 18.11700 80.90800 ymin,ymax (A): -11.94300 44.14800 zmin,zma (A): -7.633000 35.18700 x,y,z range (A): 62.79100 56.09100 42.82000 scale (grids/A): 0.5669602 object centre (A): 49.51250 16.10250 13.77700 number of atom coordinates read : 2701 total number of charged atoms : 2558 net assigned charge : 6.500021 assigned positive charge : 409.6655 centred at (gu) : 87.58965 89.93250 89.85690 assigned negative charge : -403.1664 centred at (gu) : 87.77673 90.04334 89.98179 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 5633 nv = 96 ne = 84 npr = 54060 no. pairs analyzed = 54060 no. exposed pairs = 3261 no. arc points = 23199 no. surface atoms = 1098 nbur = 1603 mkacc time = 0.1200000 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.512000 m= 231 mr = 3077 m= 0 mr = 13 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 53 time to turn everything in is 0.3200000 number of dielectric boundary points 2774 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2304 ## 305 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7260 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.4760067E-09 -7.6586831E-10 midg,1,midg; midg,igrid,midg 2.2545019E-09 -5.9936289E-10 1,midg,midg; igrid,midg,midg 5.6765987E-09 -8.9308616E-10 gauss-seidel spectral radius is 0.9839231 estimated iterations to convergence 65 setup time was (sec) 0.5500000 now iterating at: 00:46:54 rms-change max change #iterations 8.6337164E-02 14.95541 at 10iterations 7.2898790E-03 1.140888 at 20iterations 9.2008611E-04 0.2355957 at 30iterations 1.9370463E-04 5.1139832E-02 at 40iterations 4.2760075E-05 1.1611938E-02 at 50iterations finished qdiffx linear iterations at : 00:46:56 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 4.2760075E-05 1.1611938E-02 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.330000 DelPhi exited at 00:46:57 3.329u 0.172s 0:03.96 88.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 Tue Oct 11 2011 at 00:46: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2701 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.700881 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): 18.11700 80.90800 ymin,ymax (A): -11.94300 44.14800 zmin,zma (A): -7.633000 35.18700 x,y,z range (A): 62.79100 56.09100 42.82000 scale (grids/A): 1.700881 object centre (A): 49.51250 16.10250 13.77700 number of atom coordinates read : 2701 total number of charged atoms : 2558 net assigned charge : 6.500021 assigned positive charge : 409.6655 centred at (gu) : 82.76847 89.79683 89.57013 assigned negative charge : -403.1664 centred at (gu) : 83.32981 90.12968 89.94505 start vw surface at 0.1300000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 62658 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23199 grid for indexing accessible points = 1.400000 m= 19368 mr = 43336 m= 2175 mr = 13822 m= 70 mr = 1197 m= 0 mr = 7 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 2236 time to turn everything in is 0.4300000 number of dielectric boundary points 25909 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 239 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 19724 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.5669602 object centre at (A) : 49.51250 16.10250 13.77700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4750682E-02 2.1098352E-03 midg,1,midg; midg,igrid,midg 1.6042996E-02 -1.6527813E-02 1,midg,midg; igrid,midg,midg -2.5932621E-03 5.9757563E-03 gauss-seidel spectral radius is 0.9982969 estimated iterations to convergence 192 setup time was (sec) 0.7100000 now iterating at: 00:46:58 rms-change max change #iterations 3.447999 157.8150 at 10iterations 1.470501 55.31789 at 20iterations 0.6290751 22.28891 at 30iterations 0.2699746 11.15484 at 40iterations 0.1162299 4.332752 at 50iterations 5.0034322E-02 1.720915 at 60iterations 2.1597786E-02 0.7752647 at 70iterations 9.3654841E-03 0.3409157 at 80iterations 4.0939208E-03 0.1487427 at 90iterations 1.8579912E-03 7.9265594E-02 at 100iterations 8.7108597E-04 4.0138245E-02 at 110iterations 4.2841778E-04 1.9592285E-02 at 120iterations finished qdiffx linear iterations at : 00:47:04 total time elapsed so far: 6.960000 # loops : 120 mean,max change (kT/e) : 4.2841778E-04 1.9592285E-02 energy calculations done at 6.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.130000 DelPhi exited at 00:47:05 7.132u 0.218s 0:07.75 94.7% 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 Tue Oct 11 2011 at 00:47: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2701 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.551321 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): 18.11700 80.90800 ymin,ymax (A): -11.94300 44.14800 zmin,zma (A): -7.633000 35.18700 x,y,z range (A): 62.79100 56.09100 42.82000 scale (grids/A): 2.551321 object centre (A): 49.51250 16.10250 13.77700 number of atom coordinates read : 2701 total number of charged atoms : 2558 net assigned charge : 6.500021 assigned positive charge : 409.6655 centred at (gu) : 79.15249 89.69519 89.35501 assigned negative charge : -403.1664 centred at (gu) : 79.99477 90.19451 89.91752 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 145834 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23199 grid for indexing accessible points = 1.400000 m= 67195 mr = 105850 m= 19765 mr = 54202 m= 3533 mr = 15439 m= 262 mr = 2547 m= 2 mr = 126 m= 0 mr = 0 time to grow re-entrant surface = 0.5700000 no. cavity mid-points inaccessible to solvent = 7704 time to turn everything in is 1.040000 number of dielectric boundary points 58427 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 20447 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.700881 object centre at (A) : 49.51250 16.10250 13.77700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1652557 2.4540460E-02 midg,1,midg; midg,igrid,midg 0.1775295 -0.3881503 1,midg,midg; igrid,midg,midg -8.3380267E-02 0.1738964 gauss-seidel spectral radius is 0.9991582 estimated iterations to convergence 272 setup time was (sec) 1.340000 now iterating at: 00:47:06 rms-change max change #iterations 8.516109 318.5876 at 10iterations 4.717941 124.0668 at 20iterations 2.625116 59.36220 at 30iterations 1.455899 31.33313 at 40iterations 0.8066736 16.97910 at 50iterations 0.4466431 9.401071 at 60iterations 0.2475078 5.155594 at 70iterations 0.1369758 3.050930 at 80iterations 7.5678214E-02 1.543907 at 90iterations 4.1893672E-02 0.8554230 at 100iterations 2.3181865E-02 0.4689178 at 110iterations 1.2907014E-02 0.2529681 at 120iterations 7.2071082E-03 0.1644630 at 130iterations 4.0694163E-03 8.2893372E-02 at 140iterations 2.3234647E-03 5.4561615E-02 at 150iterations 1.3602459E-03 3.3031464E-02 at 160iterations 8.2765269E-04 2.1942139E-02 at 170iterations 5.2177557E-04 1.5201569E-02 at 180iterations finished qdiffx linear iterations at : 00:47:16 total time elapsed so far: 11.42000 # loops : 180 mean,max change (kT/e) : 5.2177557E-04 1.5201569E-02 energy calculations done at 11.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.60000 DelPhi exited at 00:47:17 11.607u 0.206s 0:12.11 97.4% 0+0k 0+0io 0pf+0w