Sat Oct 8 17:09:07 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 Sat Oct 8 2011 at 17:09:07 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 !!! WARNING: ASL 226 has a net charge of -0.1000 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.5445673 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): -2.691000 62.68200 ymin,ymax (A): 15.11400 75.76800 zmin,zma (A): -13.29900 34.97600 x,y,z range (A): 65.37300 60.65400 48.27500 scale (grids/A): 0.5445673 object centre (A): 29.99550 45.44100 10.83850 number of atom coordinates read : 3503 total number of charged atoms : 3357 net assigned charge : -6.099988 assigned positive charge : 537.0413 centred at (gu) : 89.85657 87.32740 89.25765 assigned negative charge : -543.1428 centred at (gu) : 89.88045 87.36015 89.26220 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 6663 nv = 96 ne = 84 npr = 71563 no. pairs analyzed = 71563 no. exposed pairs = 4248 no. arc points = 29222 no. surface atoms = 1439 nbur = 2064 mkacc time = 0.2000000 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.568000 m= 278 mr = 3626 m= 2 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 3311 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2994 ## 370 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 8779 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.9377651E-10 -3.3343300E-10 midg,1,midg; midg,igrid,midg -2.0631714E-10 -3.2225486E-10 1,midg,midg; igrid,midg,midg -1.8854773E-10 -5.2784188E-10 gauss-seidel spectral radius is 0.9826487 estimated iterations to convergence 63 setup time was (sec) 0.7100000 now iterating at: 17:09:08 rms-change max change #iterations 8.3090134E-02 12.53535 at 10iterations 5.6374171E-03 0.8314333 at 20iterations 4.2244844E-04 6.9340706E-02 at 30iterations 6.5316119E-05 1.2356281E-02 at 40iterations 1.7071339E-05 3.5948753E-03 at 50iterations finished qdiffx linear iterations at : 17:09:11 total time elapsed so far: 4.080000 # loops : 50 mean,max change (kT/e) : 1.7071339E-05 3.5948753E-03 energy calculations done at 4.080000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.260000 DelPhi exited at 17:09:12 4.268u 0.280s 0:04.81 94.3% 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 Sat Oct 8 2011 at 17:09:12 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 !!! WARNING: ASL 226 has a net charge of -0.1000 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: 1.633702 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): -2.691000 62.68200 ymin,ymax (A): 15.11400 75.76800 zmin,zma (A): -13.29900 34.97600 x,y,z range (A): 65.37300 60.65400 48.27500 scale (grids/A): 1.633702 object centre (A): 29.99550 45.44100 10.83850 number of atom coordinates read : 3503 total number of charged atoms : 3357 net assigned charge : -6.099988 assigned positive charge : 537.0413 centred at (gu) : 89.56905 81.98143 87.77254 assigned negative charge : -543.1428 centred at (gu) : 89.64105 82.08011 87.78610 start vw surface at 0.1900000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 74180 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29222 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23533 mr = 51812 m= 2479 mr = 16352 m= 58 mr = 1218 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6700000 number of dielectric boundary points 30868 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 324 iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 25712 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.5445673 object centre at (A) : 29.99550 45.44100 10.83850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.5766288E-04 -1.2823890E-03 midg,1,midg; midg,igrid,midg -2.3682082E-02 -1.9138748E-02 1,midg,midg; igrid,midg,midg 1.1422166E-02 -9.0594217E-03 gauss-seidel spectral radius is 0.9982236 estimated iterations to convergence 188 setup time was (sec) 0.9800000 now iterating at: 17:09:13 rms-change max change #iterations 3.726741 157.0692 at 10iterations 1.573079 61.94283 at 20iterations 0.6613744 24.44336 at 30iterations 0.2793805 10.52223 at 40iterations 0.1174900 3.862616 at 50iterations 4.9658287E-02 1.522821 at 60iterations 2.0967763E-02 0.7525940 at 70iterations 8.8825664E-03 0.3006134 at 80iterations 3.7295420E-03 0.1359062 at 90iterations 1.5908204E-03 5.5883169E-02 at 100iterations 6.7957083E-04 2.2795677E-02 at 110iterations 2.9814462E-04 1.0091782E-02 at 120iterations finished qdiffx linear iterations at : 17:09:21 total time elapsed so far: 9.410000 # loops : 120 mean,max change (kT/e) : 2.9814462E-04 1.0091782E-02 energy calculations done at 9.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.600000 DelPhi exited at 17:09:22 9.605u 0.300s 0:10.23 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 Sat Oct 8 2011 at 17:09:22 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 !!! WARNING: ASL 226 has a net charge of -0.1000 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: 2.450553 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): -2.691000 62.68200 ymin,ymax (A): 15.11400 75.76800 zmin,zma (A): -13.29900 34.97600 x,y,z range (A): 65.37300 60.65400 48.27500 scale (grids/A): 2.450553 object centre (A): 29.99550 45.44100 10.83850 number of atom coordinates read : 3503 total number of charged atoms : 3357 net assigned charge : -6.099988 assigned positive charge : 537.0413 centred at (gu) : 89.35349 77.97187 86.65856 assigned negative charge : -543.1428 centred at (gu) : 89.46148 78.12003 86.67892 start vw surface at 0.1700000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 172347 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29222 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 81494 mr = 126459 m= 23587 mr = 65169 m= 4002 mr = 17790 m= 292 mr = 2624 m= 3 mr = 117 m= 0 mr = 0 time to grow re-entrant surface = 0.9900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.640000 number of dielectric boundary points 69566 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 1.780000 number of grid points assigned charge 26827 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.633702 object centre at (A) : 29.99550 45.44100 10.83850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1873165E-02 -7.8699784E-03 midg,1,midg; midg,igrid,midg -0.4475251 -0.3058725 1,midg,midg; igrid,midg,midg 0.4165706 -0.1235014 gauss-seidel spectral radius is 0.9991538 estimated iterations to convergence 272 setup time was (sec) 1.960000 now iterating at: 17:09:24 rms-change max change #iterations 9.632770 305.3930 at 10iterations 5.437567 130.8559 at 20iterations 3.051455 69.49200 at 30iterations 1.709269 39.03654 at 40iterations 0.9532579 20.29722 at 50iterations 0.5293605 10.93634 at 60iterations 0.2942024 5.790684 at 70iterations 0.1633017 3.014019 at 80iterations 9.0621546E-02 1.855402 at 90iterations 5.0212242E-02 0.9799454 at 100iterations 2.7753733E-02 0.5229683 at 110iterations 1.5384844E-02 0.3113543 at 120iterations 8.5018026E-03 0.1589985 at 130iterations 4.7186939E-03 9.5041275E-02 at 140iterations 2.6131726E-03 4.9594879E-02 at 150iterations 1.4493896E-03 2.6975155E-02 at 160iterations 8.0743979E-04 1.5893698E-02 at 170iterations 4.5253296E-04 9.2620850E-03 at 180iterations finished qdiffx linear iterations at : 17:09:38 total time elapsed so far: 15.86000 # loops : 180 mean,max change (kT/e) : 4.5253296E-04 9.2620850E-03 energy calculations done at 15.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.04000 DelPhi exited at 17:09:39 16.045u 0.347s 0:16.69 98.1% 0+0k 0+0io 0pf+0w