Mon Oct 10 17:11:55 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 17:11:55 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2926 !!! WARNING: HIT 107 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6228895 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): 13.75100 70.90400 ymin,ymax (A): 3.818000 50.93500 zmin,zma (A): 6.951000 63.30300 x,y,z range (A): 57.15300 47.11700 56.35200 scale (grids/A): 0.6228895 object centre (A): 42.32750 27.37650 35.12700 number of atom coordinates read : 2926 total number of charged atoms : 2784 net assigned charge : -4.485967 assigned positive charge : 442.5450 centred at (gu) : 89.15910 90.45607 91.09560 assigned negative charge : -447.0321 centred at (gu) : 89.05634 90.57291 91.20686 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7715 nv = 96 ne = 84 npr = 57950 no. pairs analyzed = 57950 no. exposed pairs = 3844 no. arc points = 27399 no. surface atoms = 1301 nbur = 1625 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 393 mr = 4049 m= 3 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 4031 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2702 ## 266 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 9400 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.2326924E-09 -1.6610864E-08 midg,1,midg; midg,igrid,midg 5.3104166E-09 -1.4935177E-08 1,midg,midg; igrid,midg,midg -1.4820020E-08 3.9151087E-09 gauss-seidel spectral radius is 0.9866906 estimated iterations to convergence 71 setup time was (sec) 0.5300000 now iterating at: 17:11:56 rms-change max change #iterations 0.1391723 20.30157 at 10iterations 1.2885415E-02 1.826871 at 20iterations 1.1884698E-03 0.1916523 at 30iterations 1.1328839E-04 1.6834259E-02 at 40iterations 1.1132838E-05 1.6534328E-03 at 50iterations finished qdiffx linear iterations at : 17:11:58 total time elapsed so far: 2.910000 # loops : 50 mean,max change (kT/e) : 1.1132838E-05 1.6534328E-03 energy calculations done at 2.910000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.080000 DelPhi exited at 17:11:59 3.088u 0.157s 0:03.55 90.9% 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 17:11:59 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2926 !!! WARNING: HIT 107 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.868668 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): 13.75100 70.90400 ymin,ymax (A): 3.818000 50.93500 zmin,zma (A): 6.951000 63.30300 x,y,z range (A): 57.15300 47.11700 56.35200 scale (grids/A): 1.868668 object centre (A): 42.32750 27.37650 35.12700 number of atom coordinates read : 2926 total number of charged atoms : 2784 net assigned charge : -4.485967 assigned positive charge : 442.5450 centred at (gu) : 87.47665 91.36720 93.28589 assigned negative charge : -447.0321 centred at (gu) : 87.16854 91.71825 93.62035 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 83569 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27399 grid for indexing accessible points = 1.400000 m= 28340 mr = 56382 m= 3937 mr = 20122 m= 199 mr = 2249 m= 1 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 1264 time to turn everything in is 0.5500000 number of dielectric boundary points 37250 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 194 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 21868 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.6228895 object centre at (A) : 42.32750 27.37650 35.12700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9207481E-03 -1.8227348E-02 midg,1,midg; midg,igrid,midg -9.1373891E-04 -2.4793359E-02 1,midg,midg; igrid,midg,midg -5.5732589E-02 2.0843672E-02 gauss-seidel spectral radius is 0.9986280 estimated iterations to convergence 214 setup time was (sec) 0.8200000 now iterating at: 17:12:00 rms-change max change #iterations 4.454575 194.4351 at 10iterations 2.074363 72.43668 at 20iterations 0.9633902 29.92766 at 30iterations 0.4503564 17.12068 at 40iterations 0.2101649 6.680475 at 50iterations 9.8105147E-02 3.036336 at 60iterations 4.5820087E-02 1.331308 at 70iterations 2.1401066E-02 0.6766682 at 80iterations 9.9918554E-03 0.2907219 at 90iterations 4.6690493E-03 0.1565018 at 100iterations 2.1780916E-03 6.7442894E-02 at 110iterations 1.0176350E-03 3.1982422E-02 at 120iterations finished qdiffx linear iterations at : 17:12:05 total time elapsed so far: 6.720000 # loops : 120 mean,max change (kT/e) : 1.0176350E-03 3.1982422E-02 energy calculations done at 6.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.900000 DelPhi exited at 17:12:06 6.901u 0.153s 0:07.37 95.6% 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 17:12:06 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2926 !!! WARNING: HIT 107 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.803002 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): 13.75100 70.90400 ymin,ymax (A): 3.818000 50.93500 zmin,zma (A): 6.951000 63.30300 x,y,z range (A): 57.15300 47.11700 56.35200 scale (grids/A): 2.803002 object centre (A): 42.32750 27.37650 35.12700 number of atom coordinates read : 2926 total number of charged atoms : 2784 net assigned charge : -4.485967 assigned positive charge : 442.5450 centred at (gu) : 86.21474 92.05058 94.92859 assigned negative charge : -447.0321 centred at (gu) : 85.75273 92.57731 95.43050 start vw surface at 0.1600000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 193197 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27399 grid for indexing accessible points = 1.400000 m= 93221 mr = 137105 m= 31546 mr = 74517 m= 6623 mr = 24559 m= 759 mr = 4684 m= 47 mr = 458 m= 0 mr = 9 time to grow re-entrant surface = 0.8100000 no. cavity mid-points inaccessible to solvent = 4107 time to turn everything in is 1.400000 number of dielectric boundary points 84061 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.530000 number of grid points assigned charge 22270 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.868668 object centre at (A) : 42.32750 27.37650 35.12700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2985008 7.6038115E-02 midg,1,midg; midg,igrid,midg -4.2339288E-02 -0.1966552 1,midg,midg; igrid,midg,midg -0.6907340 0.3000150 gauss-seidel spectral radius is 0.9992795 estimated iterations to convergence 294 setup time was (sec) 1.680000 now iterating at: 17:12:08 rms-change max change #iterations 10.67705 352.5689 at 10iterations 6.350489 138.3138 at 20iterations 3.737237 83.65002 at 30iterations 2.195407 45.77666 at 40iterations 1.281805 25.87540 at 50iterations 0.7465198 15.84314 at 60iterations 0.4352559 8.189930 at 70iterations 0.2525187 5.101313 at 80iterations 0.1468651 2.487251 at 90iterations 8.5232243E-02 1.646863 at 100iterations 4.9463406E-02 0.8680077 at 110iterations 2.8635858E-02 0.6051521 at 120iterations 1.6593222E-02 0.2930317 at 130iterations 9.6258838E-03 0.1951323 at 140iterations 5.5765756E-03 9.4127655E-02 at 150iterations 3.2283191E-03 5.2870631E-02 at 160iterations 1.8739762E-03 3.5766602E-02 at 170iterations 1.0894218E-03 1.9360542E-02 at 180iterations finished qdiffx linear iterations at : 17:12:17 total time elapsed so far: 11.17000 # loops : 180 mean,max change (kT/e) : 1.0894218E-03 1.9360542E-02 energy calculations done at 11.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.36000 DelPhi exited at 17:12:18 11.363u 0.184s 0:11.90 96.9% 0+0k 0+0io 0pf+0w