Sun Oct 9 11:49:45 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 Sun Oct 9 2011 at 11:49:45 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 = 2660 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.6562817 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): -6.213000 47.51600 ymin,ymax (A): 8.801001 59.00000 zmin,zma (A): 5.021000 59.26600 x,y,z range (A): 53.72900 50.19900 54.24500 scale (grids/A): 0.6562817 object centre (A): 20.65150 33.90050 32.14350 number of atom coordinates read : 2660 total number of charged atoms : 2590 net assigned charge : 1.000012 assigned positive charge : 397.3810 centred at (gu) : 90.89728 90.15033 91.25652 assigned negative charge : -396.3827 centred at (gu) : 90.91399 90.14792 91.24237 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8140 nv = 96 ne = 84 npr = 50713 no. pairs analyzed = 50713 no. exposed pairs = 3691 no. arc points = 26861 no. surface atoms = 1224 nbur = 1436 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 567 mr = 4189 m= 2 mr = 101 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.2100000 number of dielectric boundary points 4419 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2412 ## 174 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 9465 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1448855E-10 6.3389058E-09 midg,1,midg; midg,igrid,midg 1.7869940E-09 2.8089300E-09 1,midg,midg; igrid,midg,midg 4.4340274E-09 -9.8199282E-10 gauss-seidel spectral radius is 0.9879945 estimated iterations to convergence 75 setup time was (sec) 0.3900000 now iterating at: 11:49:46 rms-change max change #iterations 0.1634004 25.65498 at 10iterations 1.7257929E-02 2.362239 at 20iterations 1.8527181E-03 0.3075600 at 30iterations 2.6752846E-04 4.2831421E-02 at 40iterations 7.9326121E-05 1.4142036E-02 at 50iterations finished qdiffx linear iterations at : 11:49:49 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 7.9326121E-05 1.4142036E-02 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 11:49:49 3.434u 0.178s 0:03.88 92.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 Sun Oct 9 2011 at 11:49:49 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 = 2660 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.968845 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): -6.213000 47.51600 ymin,ymax (A): 8.801001 59.00000 zmin,zma (A): 5.021000 59.26600 x,y,z range (A): 53.72900 50.19900 54.24500 scale (grids/A): 1.968845 object centre (A): 20.65150 33.90050 32.14350 number of atom coordinates read : 2660 total number of charged atoms : 2590 net assigned charge : 1.000012 assigned positive charge : 397.3810 centred at (gu) : 92.69102 90.44997 93.76894 assigned negative charge : -396.3827 centred at (gu) : 92.74186 90.44355 93.72695 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 86890 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26861 grid for indexing accessible points = 1.400000 m= 32835 mr = 57937 m= 6750 mr = 23518 m= 551 mr = 4463 m= 8 mr = 250 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4300000 number of dielectric boundary points 40866 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 135 iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 20481 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.6562817 object centre at (A) : 20.65150 33.90050 32.14350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.9801992E-03 2.5790373E-02 midg,1,midg; midg,igrid,midg -4.7059772E-03 4.7736554E-03 1,midg,midg; igrid,midg,midg -1.7074466E-02 -3.5142989E-03 gauss-seidel spectral radius is 0.9987563 estimated iterations to convergence 225 setup time was (sec) 0.6700000 now iterating at: 11:49:50 rms-change max change #iterations 4.582656 178.2024 at 10iterations 2.221483 64.50047 at 20iterations 1.071993 30.69494 at 30iterations 0.5189705 16.49183 at 40iterations 0.2510133 7.574183 at 50iterations 0.1211364 3.781656 at 60iterations 5.8915306E-02 1.825157 at 70iterations 2.8538465E-02 0.8529904 at 80iterations 1.3854007E-02 0.4526339 at 90iterations 6.7392853E-03 0.1893761 at 100iterations 3.2951513E-03 9.4553947E-02 at 110iterations 1.6390710E-03 4.6486259E-02 at 120iterations finished qdiffx linear iterations at : 11:49:57 total time elapsed so far: 7.900000 # loops : 120 mean,max change (kT/e) : 1.6390710E-03 4.6486259E-02 energy calculations done at 7.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.050000 DelPhi exited at 11:49:58 8.051u 0.181s 0:08.51 96.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 Sun Oct 9 2011 at 11:49:58 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 = 2660 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.953267 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): -6.213000 47.51600 ymin,ymax (A): 8.801001 59.00000 zmin,zma (A): 5.021000 59.26600 x,y,z range (A): 53.72900 50.19900 54.24500 scale (grids/A): 2.953267 object centre (A): 20.65150 33.90050 32.14350 number of atom coordinates read : 2660 total number of charged atoms : 2590 net assigned charge : 1.000012 assigned positive charge : 397.3810 centred at (gu) : 94.03623 90.67491 95.65311 assigned negative charge : -396.3827 centred at (gu) : 94.11279 90.66522 95.59042 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 200153 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26861 grid for indexing accessible points = 1.400000 m= 101557 mr = 140669 m= 41806 mr = 81068 m= 12850 mr = 33381 m= 2507 mr = 9884 m= 219 mr = 1806 m= 4 mr = 101 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.120000 number of dielectric boundary points 92187 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.220000 number of grid points assigned charge 20719 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.968845 object centre at (A) : 20.65150 33.90050 32.14350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3458204E-02 0.3291544 midg,1,midg; midg,igrid,midg -8.9216102E-03 9.8090060E-02 1,midg,midg; igrid,midg,midg -0.2040146 0.2855022 gauss-seidel spectral radius is 0.9993138 estimated iterations to convergence 301 setup time was (sec) 1.370000 now iterating at: 11:49:59 rms-change max change #iterations 10.74411 374.6865 at 10iterations 6.492671 148.1334 at 20iterations 3.887463 78.78818 at 30iterations 2.322964 45.97559 at 40iterations 1.383316 26.92421 at 50iterations 0.8196525 16.34431 at 60iterations 0.4862584 9.267803 at 70iterations 0.2872160 4.897341 at 80iterations 0.1695747 2.851393 at 90iterations 9.9648699E-02 1.671383 at 100iterations 5.8720607E-02 1.007385 at 110iterations 3.4561135E-02 0.6346169 at 120iterations 2.0389492E-02 0.3464569 at 130iterations 1.2008891E-02 0.2162490 at 140iterations 7.0762741E-03 0.1189461 at 150iterations 4.1904901E-03 7.0855379E-02 at 160iterations 2.4929296E-03 4.7164619E-02 at 170iterations 1.5032371E-03 2.7616501E-02 at 180iterations finished qdiffx linear iterations at : 11:50:11 total time elapsed so far: 12.99000 # loops : 180 mean,max change (kT/e) : 1.5032371E-03 2.7616501E-02 energy calculations done at 12.99000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.12000 DelPhi exited at 11:50:11 13.124u 0.228s 0:13.67 97.5% 0+0k 0+0io 0pf+0w