Sat Oct 15 12:08:34 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 Sat Oct 15 2011 at 12:08: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2359 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6377300 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.487000 53.33600 ymin,ymax (A): -16.26500 27.64800 zmin,zma (A): 28.57700 83.86100 x,y,z range (A): 55.82300 43.91300 55.28400 scale (grids/A): 0.6377300 object centre (A): 25.42450 5.691501 56.21900 number of atom coordinates read : 2359 total number of charged atoms : 2224 net assigned charge : 10.00002 assigned positive charge : 342.7553 centred at (gu) : 91.13902 89.84403 89.66027 assigned negative charge : -332.7561 centred at (gu) : 91.14069 89.90940 89.57644 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 6697 nv = 96 ne = 84 npr = 47113 no. pairs analyzed = 47113 no. exposed pairs = 3130 no. arc points = 22757 no. surface atoms = 1039 nbur = 1320 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 372 mr = 3420 m= 3 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1700000 number of dielectric boundary points 3622 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2254 ## 206 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7827 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.0848158E-09 1.9962718E-08 midg,1,midg; midg,igrid,midg 2.0401341E-08 7.2387549E-09 1,midg,midg; igrid,midg,midg 1.0916762E-08 1.7106583E-08 gauss-seidel spectral radius is 0.9872521 estimated iterations to convergence 72 setup time was (sec) 0.4100000 now iterating at: 12:08:35 rms-change max change #iterations 0.1342183 23.93028 at 10iterations 1.2979263E-02 1.939930 at 20iterations 1.2619434E-03 0.2074089 at 30iterations 1.2541321E-04 1.7501831E-02 at 40iterations 1.3074742E-05 1.8920898E-03 at 50iterations finished qdiffx linear iterations at : 12:08:38 total time elapsed so far: 3.740000 # loops : 50 mean,max change (kT/e) : 1.3074742E-05 1.8920898E-03 energy calculations done at 3.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.880000 DelPhi exited at 12:08:39 3.888u 0.244s 0:04.44 92.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 15 2011 at 12:08:39 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 = 2359 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.913190 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.487000 53.33600 ymin,ymax (A): -16.26500 27.64800 zmin,zma (A): 28.57700 83.86100 x,y,z range (A): 55.82300 43.91300 55.28400 scale (grids/A): 1.913190 object centre (A): 25.42450 5.691501 56.21900 number of atom coordinates read : 2359 total number of charged atoms : 2224 net assigned charge : 10.00002 assigned positive charge : 342.7553 centred at (gu) : 93.41685 89.53183 88.98056 assigned negative charge : -332.7561 centred at (gu) : 93.42208 89.72810 88.72932 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 71157 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22757 grid for indexing accessible points = 1.400000 m= 25076 mr = 47005 m= 4159 mr = 17845 m= 248 mr = 2453 m= 3 mr = 61 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 412 time to turn everything in is 0.3700000 number of dielectric boundary points 33279 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 151 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 17515 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.6377300 object centre at (A) : 25.42450 5.691501 56.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1200483E-02 6.2035874E-02 midg,1,midg; midg,igrid,midg 2.5968978E-02 -1.0158903E-03 1,midg,midg; igrid,midg,midg 1.5945509E-02 4.6770826E-02 gauss-seidel spectral radius is 0.9986395 estimated iterations to convergence 215 setup time was (sec) 0.6300000 now iterating at: 12:08:40 rms-change max change #iterations 3.951070 204.4718 at 10iterations 1.848677 69.18482 at 20iterations 0.8643084 32.71127 at 30iterations 0.4016410 14.22188 at 40iterations 0.1881902 6.074848 at 50iterations 8.8166028E-02 2.965958 at 60iterations 4.1371252E-02 1.379222 at 70iterations 1.9221341E-02 0.6359475 at 80iterations 9.0454547E-03 0.2901936 at 90iterations 4.2361738E-03 0.1345024 at 100iterations 1.9782034E-03 6.4987183E-02 at 110iterations 9.2744722E-04 3.3947945E-02 at 120iterations finished qdiffx linear iterations at : 12:08:47 total time elapsed so far: 8.110000 # loops : 120 mean,max change (kT/e) : 9.2744722E-04 3.3947945E-02 energy calculations done at 8.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.250000 DelPhi exited at 12:08:48 8.248u 0.332s 0:08.94 95.8% 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 15 2011 at 12:08:48 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 = 2359 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.869785 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.487000 53.33600 ymin,ymax (A): -16.26500 27.64800 zmin,zma (A): 28.57700 83.86100 x,y,z range (A): 55.82300 43.91300 55.28400 scale (grids/A): 2.869785 object centre (A): 25.42450 5.691501 56.21900 number of atom coordinates read : 2359 total number of charged atoms : 2224 net assigned charge : 10.00002 assigned positive charge : 342.7553 centred at (gu) : 95.12508 89.29746 88.47083 assigned negative charge : -332.7561 centred at (gu) : 95.13315 89.59221 88.09402 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 164126 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22757 grid for indexing accessible points = 1.400000 m= 80842 mr = 114594 m= 29686 mr = 64433 m= 7281 mr = 23156 m= 1090 mr = 5279 m= 74 mr = 665 m= 2 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.5500000 no. cavity mid-points inaccessible to solvent = 1315 time to turn everything in is 0.9700000 number of dielectric boundary points 74943 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.100000 number of grid points assigned charge 17791 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.913190 object centre at (A) : 25.42450 5.691501 56.21900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1399332 0.8558382 midg,1,midg; midg,igrid,midg 0.2450133 -2.0442117E-02 1,midg,midg; igrid,midg,midg 0.2084649 0.4020651 gauss-seidel spectral radius is 0.9992703 estimated iterations to convergence 292 setup time was (sec) 1.300000 now iterating at: 12:08:50 rms-change max change #iterations 9.484953 467.1073 at 10iterations 5.626977 165.5962 at 20iterations 3.296565 80.43987 at 30iterations 1.930123 43.49093 at 40iterations 1.123911 26.54802 at 50iterations 0.6531000 14.48867 at 60iterations 0.3791409 8.051151 at 70iterations 0.2197282 4.357798 at 80iterations 0.1273147 2.446018 at 90iterations 7.3636912E-02 1.343309 at 100iterations 4.2560488E-02 0.8239975 at 110iterations 2.4570970E-02 0.5051203 at 120iterations 1.4181403E-02 0.2656746 at 130iterations 8.1923176E-03 0.1501656 at 140iterations 4.7263326E-03 9.5603943E-02 at 150iterations 2.7270771E-03 5.6409121E-02 at 160iterations 1.5723710E-03 3.3120155E-02 at 170iterations 9.0610009E-04 1.7251015E-02 at 180iterations finished qdiffx linear iterations at : 12:09:04 total time elapsed so far: 13.52000 # loops : 180 mean,max change (kT/e) : 9.0610009E-04 1.7251015E-02 energy calculations done at 13.52000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.65000 DelPhi exited at 12:09:05 13.649u 0.354s 0:17.24 81.1% 0+0k 0+0io 0pf+0w