Tue Oct 11 04:24: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 Tue Oct 11 2011 at 04:24: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2778 !!! WARNING: TYS 1 has a net charge of -0.3600 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.6502996 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): -14.65200 34.07500 ymin,ymax (A): 6.854000 55.12800 zmin,zma (A): 25.64700 80.39100 x,y,z range (A): 48.72700 48.27400 54.74400 scale (grids/A): 0.6502996 object centre (A): 9.711500 30.99100 53.01900 number of atom coordinates read : 2778 total number of charged atoms : 2625 net assigned charge : 2.140016 assigned positive charge : 419.0056 centred at (gu) : 89.73573 90.50480 88.22828 assigned negative charge : -416.8663 centred at (gu) : 90.06049 90.34119 88.22779 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7694 nv = 96 ne = 84 npr = 57759 no. pairs analyzed = 57759 no. exposed pairs = 3355 no. arc points = 23292 no. surface atoms = 1122 nbur = 1656 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 431 mr = 4336 m= 1 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 9.9999987E-02 no. cavity mid-points inaccessible to solvent = 19 time to turn everything in is 0.2100000 number of dielectric boundary points 3750 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2288 ## 243 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 9333 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.5837646E-09 2.8339548E-09 midg,1,midg; midg,igrid,midg -2.1015799E-08 3.3903198E-08 1,midg,midg; igrid,midg,midg 5.8842215E-08 -4.8553918E-08 gauss-seidel spectral radius is 0.9877558 estimated iterations to convergence 74 setup time was (sec) 0.4200000 now iterating at: 04:24:54 rms-change max change #iterations 0.1612139 25.78964 at 10iterations 1.6835991E-02 2.205845 at 20iterations 1.8470943E-03 0.2352028 at 30iterations 2.5173492E-04 3.3727646E-02 at 40iterations 5.5723314E-05 6.0577393E-03 at 50iterations finished qdiffx linear iterations at : 04:24:57 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 5.5723314E-05 6.0577393E-03 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.510000 DelPhi exited at 04:24:58 3.512u 0.192s 0:04.57 80.9% 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 Tue Oct 11 2011 at 04:24:58 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2778 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.950899 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): -14.65200 34.07500 ymin,ymax (A): 6.854000 55.12800 zmin,zma (A): 25.64700 80.39100 x,y,z range (A): 48.72700 48.27400 54.74400 scale (grids/A): 1.950899 object centre (A): 9.711500 30.99100 53.01900 number of atom coordinates read : 2778 total number of charged atoms : 2625 net assigned charge : 2.140016 assigned positive charge : 419.0056 centred at (gu) : 89.20687 91.51392 84.68414 assigned negative charge : -416.8663 centred at (gu) : 90.18124 91.02362 84.68308 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 83082 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23292 grid for indexing accessible points = 1.400000 m= 29799 mr = 58628 m= 4682 mr = 21932 m= 306 mr = 2827 m= 4 mr = 127 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 519 time to turn everything in is 0.4100000 number of dielectric boundary points 34359 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 140 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 20698 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.6502996 object centre at (A) : 9.711500 30.99100 53.01900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.4525055E-03 -2.2813058E-02 midg,1,midg; midg,igrid,midg -1.5405759E-02 3.6173098E-02 1,midg,midg; igrid,midg,midg 6.6728294E-02 -1.8440045E-02 gauss-seidel spectral radius is 0.9987106 estimated iterations to convergence 221 setup time was (sec) 0.6400000 now iterating at: 04:24:59 rms-change max change #iterations 4.639019 199.9436 at 10iterations 2.227044 78.38344 at 20iterations 1.069734 34.78138 at 30iterations 0.5156928 15.73417 at 40iterations 0.2467352 7.929709 at 50iterations 0.1183349 3.587815 at 60iterations 5.6767467E-02 1.762201 at 70iterations 2.7324606E-02 0.8396597 at 80iterations 1.3103445E-02 0.3968735 at 90iterations 6.2560453E-03 0.1826118 at 100iterations 3.0065787E-03 9.9332333E-02 at 110iterations 1.4472434E-03 4.1213989E-02 at 120iterations finished qdiffx linear iterations at : 04:25:06 total time elapsed so far: 7.730000 # loops : 120 mean,max change (kT/e) : 1.4472434E-03 4.1213989E-02 energy calculations done at 7.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.860000 DelPhi exited at 04:25:07 7.862u 0.203s 0:08.72 92.4% 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 Tue Oct 11 2011 at 04:25: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2778 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.926348 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): -14.65200 34.07500 ymin,ymax (A): 6.854000 55.12800 zmin,zma (A): 25.64700 80.39100 x,y,z range (A): 48.72700 48.27400 54.74400 scale (grids/A): 2.926348 object centre (A): 9.711500 30.99100 53.01900 number of atom coordinates read : 2778 total number of charged atoms : 2625 net assigned charge : 2.140016 assigned positive charge : 419.0056 centred at (gu) : 88.81013 92.27074 82.02620 assigned negative charge : -416.8663 centred at (gu) : 90.27164 91.53534 82.02444 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 192478 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23292 grid for indexing accessible points = 1.400000 m= 97080 mr = 142191 m= 34568 mr = 79562 m= 8391 mr = 27615 m= 1343 mr = 6204 m= 109 mr = 859 m= 1 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 1805 time to turn everything in is 1.050000 number of dielectric boundary points 77480 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.140000 number of grid points assigned charge 20991 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.950899 object centre at (A) : 9.711500 30.99100 53.01900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.4973333E-02 -0.3384178 midg,1,midg; midg,igrid,midg -0.1712773 0.4399820 1,midg,midg; igrid,midg,midg 0.5374683 -6.3130602E-02 gauss-seidel spectral radius is 0.9992770 estimated iterations to convergence 293 setup time was (sec) 1.280000 now iterating at: 04:25:09 rms-change max change #iterations 10.74642 479.6898 at 10iterations 6.302920 157.3341 at 20iterations 3.683340 91.50721 at 30iterations 2.156976 41.40471 at 40iterations 1.257756 28.22230 at 50iterations 0.7313197 12.32030 at 60iterations 0.4258514 8.009262 at 70iterations 0.2471765 4.322642 at 80iterations 0.1437523 2.518272 at 90iterations 8.3268017E-02 1.440033 at 100iterations 4.8348106E-02 0.8045807 at 110iterations 2.8101424E-02 0.4660873 at 120iterations 1.6332030E-02 0.2601757 at 130iterations 9.4966954E-03 0.1516056 at 140iterations 5.5599986E-03 9.3475342E-02 at 150iterations 3.2717839E-03 6.1187744E-02 at 160iterations 1.9544922E-03 3.2529354E-02 at 170iterations 1.1864791E-03 2.1278381E-02 at 180iterations finished qdiffx linear iterations at : 04:25:20 total time elapsed so far: 12.76000 # loops : 180 mean,max change (kT/e) : 1.1864791E-03 2.1278381E-02 energy calculations done at 12.76000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.89000 DelPhi exited at 04:25:21 12.894u 0.230s 0:13.71 95.6% 0+0k 0+0io 0pf+0w