Sat Oct 15 13:09: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+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 13:09: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 = 3463 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5590979 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): 10.13200 73.80600 ymin,ymax (A): -25.89900 23.95400 zmin,zma (A): 27.83000 88.67400 x,y,z range (A): 63.67400 49.85300 60.84400 scale (grids/A): 0.5590979 object centre (A): 41.96900 -0.9724998 58.25200 number of atom coordinates read : 3463 total number of charged atoms : 3314 net assigned charge : 14.00002 assigned positive charge : 528.7025 centred at (gu) : 91.26482 91.80847 90.14028 assigned negative charge : -514.7040 centred at (gu) : 91.32429 91.70267 90.08506 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7197 nv = 96 ne = 84 npr = 66792 no. pairs analyzed = 66792 no. exposed pairs = 4625 no. arc points = 32950 no. surface atoms = 1542 nbur = 1921 mkacc time = 0.1100000 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.512000 m= 303 mr = 3549 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2500000 number of dielectric boundary points 3932 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3400 ## 443 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 9325 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.0609263E-10 2.1644975E-09 midg,1,midg; midg,igrid,midg 7.8274519E-11 4.1979678E-09 1,midg,midg; igrid,midg,midg 1.5899085E-09 8.9504315E-10 gauss-seidel spectral radius is 0.9835463 estimated iterations to convergence 64 setup time was (sec) 0.4600000 now iterating at: 13:09:14 rms-change max change #iterations 8.9747749E-02 14.00608 at 10iterations 6.3827941E-03 0.9669113 at 20iterations 5.2647712E-04 7.8529358E-02 at 30iterations 1.0505664E-04 2.0409584E-02 at 40iterations 3.9778224E-05 8.3649158E-03 at 50iterations finished qdiffx linear iterations at : 13:09:17 total time elapsed so far: 3.470000 # loops : 50 mean,max change (kT/e) : 3.9778224E-05 8.3649158E-03 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 13:09:18 3.604u 0.189s 0:04.22 89.5% 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 13:09: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3463 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.677294 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): 10.13200 73.80600 ymin,ymax (A): -25.89900 23.95400 zmin,zma (A): 27.83000 88.67400 x,y,z range (A): 63.67400 49.85300 60.84400 scale (grids/A): 1.677294 object centre (A): 41.96900 -0.9724998 58.25200 number of atom coordinates read : 3463 total number of charged atoms : 3314 net assigned charge : 14.00002 assigned positive charge : 528.7025 centred at (gu) : 93.79357 95.42471 90.42001 assigned negative charge : -514.7040 centred at (gu) : 93.97239 95.10758 90.25488 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 79580 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32950 grid for indexing accessible points = 1.400000 m= 24342 mr = 52703 m= 2625 mr = 16527 m= 76 mr = 1267 m= 0 mr = 7 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 321 time to turn everything in is 0.3800000 number of dielectric boundary points 36119 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 393 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 25504 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.5590979 object centre at (A) : 41.96900 -0.9724998 58.25200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.8851616E-03 3.5060205E-02 midg,1,midg; midg,igrid,midg 6.2492914E-03 2.9745664E-02 1,midg,midg; igrid,midg,midg 1.7254004E-02 -2.3927690E-02 gauss-seidel spectral radius is 0.9983410 estimated iterations to convergence 195 setup time was (sec) 0.6200000 now iterating at: 13:09:19 rms-change max change #iterations 3.824938 176.4099 at 10iterations 1.653429 55.21373 at 20iterations 0.7142182 26.51376 at 30iterations 0.3075359 10.58849 at 40iterations 0.1335833 4.697199 at 50iterations 5.7743642E-02 1.909679 at 60iterations 2.5023708E-02 0.8768992 at 70iterations 1.0855585E-02 0.3569088 at 80iterations 4.7139786E-03 0.1510342 at 90iterations 2.0509842E-03 6.6993713E-02 at 100iterations 8.9399179E-04 3.1913757E-02 at 110iterations 3.9759255E-04 1.4350891E-02 at 120iterations finished qdiffx linear iterations at : 13:09:26 total time elapsed so far: 8.050000 # loops : 120 mean,max change (kT/e) : 3.9759255E-04 1.4350891E-02 energy calculations done at 8.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.180000 DelPhi exited at 13:09:27 8.181u 0.232s 0:08.84 95.1% 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 13:09:27 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 = 3463 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.515941 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): 10.13200 73.80600 ymin,ymax (A): -25.89900 23.95400 zmin,zma (A): 27.83000 88.67400 x,y,z range (A): 63.67400 49.85300 60.84400 scale (grids/A): 2.515941 object centre (A): 41.96900 -0.9724998 58.25200 number of atom coordinates read : 3463 total number of charged atoms : 3314 net assigned charge : 14.00002 assigned positive charge : 528.7025 centred at (gu) : 95.69006 98.13679 90.62978 assigned negative charge : -514.7040 centred at (gu) : 95.95843 97.66143 90.38219 start vw surface at 0.1000000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 184616 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32950 grid for indexing accessible points = 1.400000 m= 84124 mr = 129157 m= 24259 mr = 65822 m= 4060 mr = 18083 m= 329 mr = 2630 m= 7 mr = 142 m= 0 mr = 2 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 1073 time to turn everything in is 0.9600000 number of dielectric boundary points 81559 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 15 iepsmp to db, and charging done at 1.060000 number of grid points assigned charge 26487 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.677294 object centre at (A) : 41.96900 -0.9724998 58.25200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.7526711E-02 0.5347672 midg,1,midg; midg,igrid,midg 7.8549787E-02 0.4460885 1,midg,midg; igrid,midg,midg 0.1100302 -0.6369943 gauss-seidel spectral radius is 0.9992015 estimated iterations to convergence 279 setup time was (sec) 1.210000 now iterating at: 13:09:28 rms-change max change #iterations 9.724220 291.8518 at 10iterations 5.601205 132.3619 at 20iterations 3.212721 78.78832 at 30iterations 1.827212 40.17134 at 40iterations 1.037524 20.99485 at 50iterations 0.5868262 11.44065 at 60iterations 0.3318557 6.835101 at 70iterations 0.1875881 4.420635 at 80iterations 0.1059210 1.972734 at 90iterations 5.9688948E-02 1.164096 at 100iterations 3.3580616E-02 0.6390839 at 110iterations 1.8927842E-02 0.3877854 at 120iterations 1.0675904E-02 0.1993980 at 130iterations 6.0277763E-03 0.1262627 at 140iterations 3.4041747E-03 6.0945511E-02 at 150iterations 1.9362733E-03 4.3621063E-02 at 160iterations 1.1146475E-03 2.5182724E-02 at 170iterations 6.5523660E-04 1.4404297E-02 at 180iterations finished qdiffx linear iterations at : 13:09:41 total time elapsed so far: 13.42000 # loops : 180 mean,max change (kT/e) : 6.5523660E-04 1.4404297E-02 energy calculations done at 13.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.55000 DelPhi exited at 13:09:41 13.553u 0.244s 0:14.51 95.0% 0+0k 0+0io 0pf+0w