Mon Oct 10 17:13:54 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 Mon Oct 10 2011 at 17:13:54 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 = 3186 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5991955 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): -8.971000 48.39000 ymin,ymax (A): -8.699000 43.98300 zmin,zma (A): -4.404000 55.00900 x,y,z range (A): 57.36100 52.68200 59.41300 scale (grids/A): 0.5991955 object centre (A): 19.70950 17.64200 25.30250 number of atom coordinates read : 3186 total number of charged atoms : 3044 net assigned charge : -2.999963 assigned positive charge : 478.6465 centred at (gu) : 89.59341 88.62382 89.13052 assigned negative charge : -481.6478 centred at (gu) : 89.54693 88.52447 89.01126 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 7560 nv = 96 ne = 84 npr = 64262 no. pairs analyzed = 64262 no. exposed pairs = 4235 no. arc points = 29288 no. surface atoms = 1436 nbur = 1750 mkacc time = 0.2100000 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.456000 m= 348 mr = 3887 m= 2 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 41 time to turn everything in is 0.4600000 number of dielectric boundary points 3993 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3011 ## 312 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 9617 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.8662739E-09 3.3161665E-09 midg,1,midg; midg,igrid,midg -7.6103230E-09 2.3253564E-09 1,midg,midg; igrid,midg,midg -3.4786380E-09 8.3303547E-10 gauss-seidel spectral radius is 0.9856393 estimated iterations to convergence 68 setup time was (sec) 0.8200000 now iterating at: 17:13:55 rms-change max change #iterations 0.1197067 17.15424 at 10iterations 1.0175430E-02 1.442809 at 20iterations 8.5575145E-04 0.1349010 at 30iterations 7.5161690E-05 9.5958710E-03 at 40iterations 7.8190324E-06 1.3332367E-03 at 50iterations finished qdiffx linear iterations at : 17:13:59 total time elapsed so far: 4.660000 # loops : 50 mean,max change (kT/e) : 7.8190324E-06 1.3332367E-03 energy calculations done at 4.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.870000 DelPhi exited at 17:14:00 4.880u 0.536s 0:05.92 91.3% 0+0k 0+0io 3pf+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:14:00 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 = 3186 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.797586 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): -8.971000 48.39000 ymin,ymax (A): -8.699000 43.98300 zmin,zma (A): -4.404000 55.00900 x,y,z range (A): 57.36100 52.68200 59.41300 scale (grids/A): 1.797586 object centre (A): 19.70950 17.64200 25.30250 number of atom coordinates read : 3186 total number of charged atoms : 3044 net assigned charge : -2.999963 assigned positive charge : 478.6465 centred at (gu) : 88.77929 85.87076 87.39045 assigned negative charge : -481.6478 centred at (gu) : 88.64025 85.57300 87.03336 start vw surface at 0.1800000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 82595 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29288 grid for indexing accessible points = 1.400000 m= 27127 mr = 55670 m= 3345 mr = 18761 m= 140 mr = 1690 m= 1 mr = 25 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 600 time to turn everything in is 0.8600000 number of dielectric boundary points 37062 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 244 iepsmp to db, and charging done at 1.050000 number of grid points assigned charge 23766 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.5991955 object centre at (A) : 19.70950 17.64200 25.30250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.7989755E-03 1.9048285E-02 midg,1,midg; midg,igrid,midg -3.3669595E-02 4.3885564E-03 1,midg,midg; igrid,midg,midg -3.8310096E-02 1.9394390E-02 gauss-seidel spectral radius is 0.9985330 estimated iterations to convergence 207 setup time was (sec) 1.250000 now iterating at: 17:14:03 rms-change max change #iterations 4.207016 196.1696 at 10iterations 1.905163 66.28809 at 20iterations 0.8662184 28.70528 at 30iterations 0.3921309 12.39671 at 40iterations 0.1790135 5.694431 at 50iterations 8.1448853E-02 2.636169 at 60iterations 3.6972247E-02 1.170636 at 70iterations 1.6849497E-02 0.5154066 at 80iterations 7.6714167E-03 0.2533684 at 90iterations 3.4920729E-03 0.1050439 at 100iterations 1.5842479E-03 5.2401245E-02 at 110iterations 7.2238070E-04 2.4597168E-02 at 120iterations finished qdiffx linear iterations at : 17:14:13 total time elapsed so far: 11.12000 # loops : 120 mean,max change (kT/e) : 7.2238070E-04 2.4597168E-02 energy calculations done at 11.13000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.34000 DelPhi exited at 17:14:13 11.345u 0.575s 0:13.55 87.8% 0+0k 0+0io 1pf+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:14: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3186 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.696380 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): -8.971000 48.39000 ymin,ymax (A): -8.699000 43.98300 zmin,zma (A): -4.404000 55.00900 x,y,z range (A): 57.36100 52.68200 59.41300 scale (grids/A): 2.696380 object centre (A): 19.70950 17.64200 25.30250 number of atom coordinates read : 3186 total number of charged atoms : 3044 net assigned charge : -2.999963 assigned positive charge : 478.6465 centred at (gu) : 88.16881 83.80587 86.08523 assigned negative charge : -481.6478 centred at (gu) : 87.96024 83.35912 85.54997 start vw surface at 0.1700000 fill in re-entrant regions at 0.6900000 boundary points on vw surface= 191315 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29288 grid for indexing accessible points = 1.400000 m= 90822 mr = 135904 m= 28758 mr = 71812 m= 5604 mr = 21737 m= 556 mr = 3673 m= 19 mr = 277 m= 2 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 1.300000 no. cavity mid-points inaccessible to solvent = 2063 time to turn everything in is 2.140000 number of dielectric boundary points 83668 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 2.300000 number of grid points assigned charge 24347 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.797586 object centre at (A) : 19.70950 17.64200 25.30250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1992973 0.1615758 midg,1,midg; midg,igrid,midg -0.3697734 6.2240217E-02 1,midg,midg; igrid,midg,midg -0.4746282 0.3549861 gauss-seidel spectral radius is 0.9992533 estimated iterations to convergence 289 setup time was (sec) 2.530000 now iterating at: 17:14:17 rms-change max change #iterations 10.48230 353.5579 at 10iterations 6.193853 160.2714 at 20iterations 3.610781 74.53398 at 30iterations 2.100853 43.39615 at 40iterations 1.218358 24.76851 at 50iterations 0.7045680 15.97002 at 60iterations 0.4067723 7.263977 at 70iterations 0.2341049 3.981882 at 80iterations 0.1344940 2.713649 at 90iterations 7.7368595E-02 1.449478 at 100iterations 4.4431865E-02 0.8513985 at 110iterations 2.5481462E-02 0.4980836 at 120iterations 1.4599834E-02 0.2868381 at 130iterations 8.3724186E-03 0.1473172 at 140iterations 4.8026643E-03 8.5987091E-02 at 150iterations 2.7495550E-03 4.7064871E-02 at 160iterations 1.5793298E-03 3.0879021E-02 at 170iterations 9.0394798E-04 1.5724182E-02 at 180iterations finished qdiffx linear iterations at : 17:14:34 total time elapsed so far: 19.55000 # loops : 180 mean,max change (kT/e) : 9.0394798E-04 1.5724182E-02 energy calculations done at 19.55000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.77000 DelPhi exited at 17:14:35 19.772u 0.556s 0:21.00 96.7% 0+0k 0+0io 0pf+0w