Tue Oct 11 04:56:30 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 Tue Oct 11 2011 at 04:56:30 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3403 !!! WARNING: SEP 16 has a net charge of -0.4750 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.5042350 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.46800 37.02000 ymin,ymax (A): -46.98400 12.25900 zmin,zma (A): 12.07600 82.67800 x,y,z range (A): 54.48800 59.24300 70.60201 scale (grids/A): 0.5042350 object centre (A): 9.776000 -17.36250 47.37700 number of atom coordinates read : 3403 total number of charged atoms : 3256 net assigned charge : 8.025020 assigned positive charge : 522.2346 centred at (gu) : 90.51378 88.28909 89.23762 assigned negative charge : -514.2108 centred at (gu) : 90.56344 88.32323 89.51162 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5701 nv = 96 ne = 84 npr = 64818 no. pairs analyzed = 64818 no. exposed pairs = 4567 no. arc points = 33222 no. surface atoms = 1533 nbur = 1870 mkacc time = 0.1100000 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.680000 m= 190 mr = 2663 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3229 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3264 ## 517 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7553 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.5856114E-10 -2.5976624E-10 midg,1,midg; midg,igrid,midg 2.0459620E-10 2.2168538E-11 1,midg,midg; igrid,midg,midg 1.3232586E-10 1.2296705E-11 gauss-seidel spectral radius is 0.9798069 estimated iterations to convergence 58 setup time was (sec) 0.4000000 now iterating at: 04:56:31 rms-change max change #iterations 5.3752340E-02 9.782920 at 10iterations 2.9827359E-03 0.4807320 at 20iterations 2.9483408E-04 7.0172310E-02 at 30iterations 6.0823149E-05 1.6896248E-02 at 40iterations 1.4327505E-05 4.1170120E-03 at 50iterations finished qdiffx linear iterations at : 04:56:33 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 1.4327505E-05 4.1170120E-03 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 04:56:34 3.423u 0.181s 0:04.07 88.4% 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 04:56:34 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3403 !!! WARNING: SEP 16 has a net charge of -0.4750 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.512705 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.46800 37.02000 ymin,ymax (A): -46.98400 12.25900 zmin,zma (A): 12.07600 82.67800 x,y,z range (A): 54.48800 59.24300 70.60201 scale (grids/A): 1.512705 object centre (A): 9.776000 -17.36250 47.37700 number of atom coordinates read : 3403 total number of charged atoms : 3256 net assigned charge : 8.025020 assigned positive charge : 522.2346 centred at (gu) : 91.54055 84.86649 87.71210 assigned negative charge : -514.2108 centred at (gu) : 91.68962 84.96927 88.53444 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 64496 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33222 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 17161 mr = 41612 m= 1233 mr = 10717 m= 24 mr = 405 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 100 time to turn everything in is 0.3200000 number of dielectric boundary points 30180 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 447 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 24391 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.5042350 object centre at (A) : 9.776000 -17.36250 47.37700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5606185E-02 -1.6215371E-02 midg,1,midg; midg,igrid,midg 1.3258566E-02 -2.6565613E-03 1,midg,midg; igrid,midg,midg 4.3752030E-03 -1.0119501E-03 gauss-seidel spectral radius is 0.9979349 estimated iterations to convergence 175 setup time was (sec) 0.5300000 now iterating at: 04:56:35 rms-change max change #iterations 3.050294 130.2411 at 10iterations 1.202312 46.61459 at 20iterations 0.4689520 18.64656 at 30iterations 0.1847155 7.532463 at 40iterations 7.2487921E-02 2.908989 at 50iterations 2.8586734E-02 1.079126 at 60iterations 1.1209865E-02 0.4666824 at 70iterations 4.4444320E-03 0.1756048 at 80iterations 1.7690838E-03 7.4077606E-02 at 90iterations 7.1381312E-04 3.2974243E-02 at 100iterations 2.9964471E-04 1.3511658E-02 at 110iterations 1.3246777E-04 6.5917969E-03 at 120iterations finished qdiffx linear iterations at : 04:56:42 total time elapsed so far: 7.570000 # loops : 120 mean,max change (kT/e) : 1.3246777E-04 6.5917969E-03 energy calculations done at 7.570000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.710000 DelPhi exited at 04:56:42 7.711u 0.197s 0:08.21 96.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 Tue Oct 11 2011 at 04:56:42 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3403 !!! WARNING: SEP 16 has a net charge of -0.4750 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.269057 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.46800 37.02000 ymin,ymax (A): -46.98400 12.25900 zmin,zma (A): 12.07600 82.67800 x,y,z range (A): 54.48800 59.24300 70.60201 scale (grids/A): 2.269057 object centre (A): 9.776000 -17.36250 47.37700 number of atom coordinates read : 3403 total number of charged atoms : 3256 net assigned charge : 8.025020 assigned positive charge : 522.2346 centred at (gu) : 92.31074 82.29951 86.56776 assigned negative charge : -514.2108 centred at (gu) : 92.53452 82.45381 87.80147 start vw surface at 0.1000000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 150179 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33222 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 63075 mr = 102930 m= 13974 mr = 47699 m= 1593 mr = 9398 m= 62 mr = 798 m= 0 mr = 7 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 300 time to turn everything in is 0.7400000 number of dielectric boundary points 68051 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 46 iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 25961 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.512705 object centre at (A) : 9.776000 -17.36250 47.37700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2369203 -0.2254293 midg,1,midg; midg,igrid,midg 0.2433098 -9.4319016E-02 1,midg,midg; igrid,midg,midg 8.0914274E-02 -3.0192062E-02 gauss-seidel spectral radius is 0.9990755 estimated iterations to convergence 260 setup time was (sec) 0.9800000 now iterating at: 04:56:44 rms-change max change #iterations 8.323614 256.2989 at 10iterations 4.620687 124.2287 at 20iterations 2.538375 61.77418 at 30iterations 1.386945 33.36782 at 40iterations 0.7557725 17.03146 at 50iterations 0.4113423 10.19085 at 60iterations 0.2222649 4.967628 at 70iterations 0.1202751 2.651639 at 80iterations 6.5130085E-02 1.471634 at 90iterations 3.5167933E-02 0.7831769 at 100iterations 1.8969953E-02 0.4538096 at 110iterations 1.0231612E-02 0.2720366 at 120iterations 5.5184755E-03 0.1264763 at 130iterations 2.9803570E-03 6.3852310E-02 at 140iterations 1.6058130E-03 3.2890320E-02 at 150iterations 8.6745044E-04 2.1121025E-02 at 160iterations 4.6964784E-04 1.1146545E-02 at 170iterations 2.5571097E-04 5.9299469E-03 at 180iterations finished qdiffx linear iterations at : 04:56:55 total time elapsed so far: 12.16000 # loops : 180 mean,max change (kT/e) : 2.5571097E-04 5.9299469E-03 energy calculations done at 12.16000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.29000 DelPhi exited at 04:56:55 12.297u 0.203s 0:13.00 96.0% 0+0k 0+0io 0pf+0w