Mon Oct 10 09:11:14 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 09:11:14 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6320686 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): -35.11700 10.05800 ymin,ymax (A): 1.027000 42.85800 zmin,zma (A): -0.8770000 55.44600 x,y,z range (A): 45.17500 41.83100 56.32300 scale (grids/A): 0.6320686 object centre (A): -12.52950 21.94250 27.28450 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 290.2650 centred at (gu) : 90.42490 89.09187 90.37380 assigned negative charge : -287.2653 centred at (gu) : 90.35524 89.23805 90.41385 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 5390 nv = 96 ne = 84 npr = 40208 no. pairs analyzed = 40208 no. exposed pairs = 2529 no. arc points = 17498 no. surface atoms = 862 nbur = 1100 mkacc time = 7.0000000E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 295 mr = 2914 m= 2 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 8.0000006E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1500000 number of dielectric boundary points 2729 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1731 ## 173 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 6284 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.6560099E-09 6.0380034E-10 midg,1,midg; midg,igrid,midg 1.6269720E-08 -5.6562874E-09 1,midg,midg; igrid,midg,midg -1.3566555E-09 8.9398338E-09 gauss-seidel spectral radius is 0.9869797 estimated iterations to convergence 72 setup time was (sec) 0.3400000 now iterating at: 09:11:15 rms-change max change #iterations 0.1226418 21.33375 at 10iterations 1.1690582E-02 1.843372 at 20iterations 1.0825904E-03 0.1678905 at 30iterations 1.0541553E-04 1.7694473E-02 at 40iterations 9.9832696E-06 1.7566681E-03 at 50iterations finished qdiffx linear iterations at : 09:11:18 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 9.9832696E-06 1.7566681E-03 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 09:11:18 3.355u 0.184s 0:03.81 92.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 09:11:18 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.896206 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): -35.11700 10.05800 ymin,ymax (A): 1.027000 42.85800 zmin,zma (A): -0.8770000 55.44600 x,y,z range (A): 45.17500 41.83100 56.32300 scale (grids/A): 1.896206 object centre (A): -12.52950 21.94250 27.28450 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 290.2650 centred at (gu) : 91.27473 87.27557 91.12113 assigned negative charge : -287.2653 centred at (gu) : 91.06611 87.71432 91.24173 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 57380 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17498 grid for indexing accessible points = 1.400000 m= 21629 mr = 39146 m= 3638 mr = 16105 m= 222 mr = 2363 m= 1 mr = 80 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 312 time to turn everything in is 0.3000000 number of dielectric boundary points 25176 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 118 iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 14306 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.6320686 object centre at (A) : -12.52950 21.94250 27.28450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4749849E-02 3.4331750E-02 midg,1,midg; midg,igrid,midg 7.0150327E-03 -7.1524321E-03 1,midg,midg; igrid,midg,midg -7.6508461E-03 -2.3317419E-03 gauss-seidel spectral radius is 0.9985502 estimated iterations to convergence 208 setup time was (sec) 0.5100000 now iterating at: 09:11:19 rms-change max change #iterations 3.576815 150.7730 at 10iterations 1.641071 65.36068 at 20iterations 0.7531423 26.85182 at 30iterations 0.3433354 12.44564 at 40iterations 0.1559918 5.532154 at 50iterations 7.1777821E-02 2.608340 at 60iterations 3.2766268E-02 1.267782 at 70iterations 1.4959696E-02 0.6519108 at 80iterations 6.8614599E-03 0.2574306 at 90iterations 3.1354227E-03 0.1172867 at 100iterations 1.4394083E-03 5.6053162E-02 at 110iterations 6.5451488E-04 2.2900343E-02 at 120iterations finished qdiffx linear iterations at : 09:11:26 total time elapsed so far: 7.540000 # loops : 120 mean,max change (kT/e) : 6.5451488E-04 2.2900343E-02 energy calculations done at 7.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.680000 DelPhi exited at 09:11:26 7.683u 0.192s 0:08.14 96.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 09:11:26 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.844309 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): -35.11700 10.05800 ymin,ymax (A): 1.027000 42.85800 zmin,zma (A): -0.8770000 55.44600 x,y,z range (A): 45.17500 41.83100 56.32300 scale (grids/A): 2.844309 object centre (A): -12.52950 21.94250 27.28450 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 290.2650 centred at (gu) : 91.91209 85.91336 91.68172 assigned negative charge : -287.2653 centred at (gu) : 91.59919 86.57150 91.86261 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 132311 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17498 grid for indexing accessible points = 1.400000 m= 67977 mr = 94551 m= 26470 mr = 55749 m= 6550 mr = 21673 m= 921 mr = 5004 m= 45 mr = 602 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 1077 time to turn everything in is 0.7500000 number of dielectric boundary points 56679 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 14550 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.896206 object centre at (A) : -12.52950 21.94250 27.28450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3646388E-02 0.2547821 midg,1,midg; midg,igrid,midg -1.8284690E-02 -9.0040900E-02 1,midg,midg; igrid,midg,midg -0.1093707 -6.8855025E-02 gauss-seidel spectral radius is 0.9992210 estimated iterations to convergence 283 setup time was (sec) 0.9800000 now iterating at: 09:11:27 rms-change max change #iterations 8.474938 417.1240 at 10iterations 4.872632 135.2809 at 20iterations 2.774063 59.69571 at 30iterations 1.584469 35.02234 at 40iterations 0.8974777 20.69832 at 50iterations 0.5086622 10.31458 at 60iterations 0.2890348 6.234306 at 70iterations 0.1635536 3.265715 at 80iterations 9.2672206E-02 1.877601 at 90iterations 5.2518129E-02 1.182021 at 100iterations 2.9641680E-02 0.5576096 at 110iterations 1.6778525E-02 0.3784034 at 120iterations 9.4961980E-03 0.1990602 at 130iterations 5.3681256E-03 0.1173577 at 140iterations 3.0365302E-03 6.2213898E-02 at 150iterations 1.7171167E-03 3.7353516E-02 at 160iterations 9.6897979E-04 2.3550034E-02 at 170iterations 5.4940191E-04 1.0303497E-02 at 180iterations finished qdiffx linear iterations at : 09:11:38 total time elapsed so far: 12.04000 # loops : 180 mean,max change (kT/e) : 5.4940191E-04 1.0303497E-02 energy calculations done at 12.04000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.18000 DelPhi exited at 09:11:39 12.179u 0.212s 0:12.65 97.8% 0+0k 0+0io 0pf+0w