Mon Oct 10 10:07:46 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 10:07:46 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 = 2696 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5768825 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): -18.40900 33.90000 ymin,ymax (A): -59.72300 -2.874000 zmin,zma (A): -1.520000 60.19100 x,y,z range (A): 52.30900 56.84900 61.71100 scale (grids/A): 0.5768825 object centre (A): 7.745499 -31.29850 29.33550 number of atom coordinates read : 2696 total number of charged atoms : 2547 net assigned charge : 5.000008 assigned positive charge : 391.8322 centred at (gu) : 88.65530 88.37580 87.72025 assigned negative charge : -386.8325 centred at (gu) : 88.76928 88.21519 87.74380 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6176 nv = 96 ne = 84 npr = 51377 no. pairs analyzed = 51377 no. exposed pairs = 4154 no. arc points = 30623 no. surface atoms = 1379 nbur = 1317 mkacc time = 0.1300000 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= 326 mr = 2704 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3779 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2939 ## 329 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 7683 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.3604696E-09 3.5331443E-10 midg,1,midg; midg,igrid,midg -2.7115461E-09 2.5101417E-09 1,midg,midg; igrid,midg,midg 3.9913628E-09 -7.0688388E-10 gauss-seidel spectral radius is 0.9844908 estimated iterations to convergence 66 setup time was (sec) 0.6100000 now iterating at: 10:07:47 rms-change max change #iterations 8.8794805E-02 15.73795 at 10iterations 6.7246594E-03 1.006831 at 20iterations 5.1490351E-04 8.7165833E-02 at 30iterations 3.9393075E-05 6.2742233E-03 at 40iterations 3.5172134E-06 5.0354004E-04 at 50iterations finished qdiffx linear iterations at : 10:07:50 total time elapsed so far: 3.480000 # loops : 50 mean,max change (kT/e) : 3.5172134E-06 5.0354004E-04 energy calculations done at 3.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.670000 DelPhi exited at 10:07:50 3.670u 0.208s 0:04.24 91.2% 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 Mon Oct 10 2011 at 10:07:51 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 = 2696 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.730648 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): -18.40900 33.90000 ymin,ymax (A): -59.72300 -2.874000 zmin,zma (A): -1.520000 60.19100 x,y,z range (A): 52.30900 56.84900 61.71100 scale (grids/A): 1.730648 object centre (A): 7.745499 -31.29850 29.33550 number of atom coordinates read : 2696 total number of charged atoms : 2547 net assigned charge : 5.000008 assigned positive charge : 391.8322 centred at (gu) : 85.96543 85.12694 83.16023 assigned negative charge : -386.8325 centred at (gu) : 86.30746 84.64544 83.23121 start vw surface at 0.1700000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 65883 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30623 grid for indexing accessible points = 1.400000 m= 21207 mr = 39914 m= 2765 mr = 13552 m= 108 mr = 1308 m= 0 mr = 10 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5400000 number of dielectric boundary points 35179 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 227 iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 19794 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.5768825 object centre at (A) : 7.745499 -31.29850 29.33550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0221474E-02 1.1511700E-03 midg,1,midg; midg,igrid,midg 1.7340546E-02 2.8325543E-02 1,midg,midg; igrid,midg,midg 1.2253540E-02 -9.3239563E-04 gauss-seidel spectral radius is 0.9983878 estimated iterations to convergence 198 setup time was (sec) 0.8700000 now iterating at: 10:07:52 rms-change max change #iterations 3.497141 164.7373 at 10iterations 1.524879 62.75914 at 20iterations 0.6686439 24.64518 at 30iterations 0.2935818 11.04695 at 40iterations 0.1284457 6.339659 at 50iterations 5.6277964E-02 2.032745 at 60iterations 2.4640504E-02 0.9637966 at 70iterations 1.0774162E-02 0.4097848 at 80iterations 4.7174864E-03 0.1772316 at 90iterations 2.0664136E-03 7.8534126E-02 at 100iterations 9.0630021E-04 3.3599854E-02 at 110iterations 3.9918497E-04 1.4886856E-02 at 120iterations finished qdiffx linear iterations at : 10:07:59 total time elapsed so far: 8.650000 # loops : 120 mean,max change (kT/e) : 3.9918497E-04 1.4886856E-02 energy calculations done at 8.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.840000 DelPhi exited at 10:08:00 8.842u 0.229s 0:09.35 96.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 Mon Oct 10 2011 at 10:08: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 = 2696 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.595971 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): -18.40900 33.90000 ymin,ymax (A): -59.72300 -2.874000 zmin,zma (A): -1.520000 60.19100 x,y,z range (A): 52.30900 56.84900 61.71100 scale (grids/A): 2.595971 object centre (A): 7.745499 -31.29850 29.33550 number of atom coordinates read : 2696 total number of charged atoms : 2547 net assigned charge : 5.000008 assigned positive charge : 391.8322 centred at (gu) : 83.94810 82.69036 79.74028 assigned negative charge : -386.8325 centred at (gu) : 84.46110 81.96812 79.84673 start vw surface at 0.1600000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 152392 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30623 grid for indexing accessible points = 1.400000 m= 69064 mr = 98782 m= 22711 mr = 51520 m= 4458 mr = 16438 m= 392 mr = 2788 m= 8 mr = 180 m= 0 mr = 0 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.290000 number of dielectric boundary points 79317 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 10 iepsmp to db, and charging done at 1.430000 number of grid points assigned charge 20367 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.730648 object centre at (A) : 7.745499 -31.29850 29.33550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4800557 2.9661424E-02 midg,1,midg; midg,igrid,midg 0.3641162 0.3455187 1,midg,midg; igrid,midg,midg 4.5366257E-02 -1.5981428E-02 gauss-seidel spectral radius is 0.9992175 estimated iterations to convergence 282 setup time was (sec) 1.620000 now iterating at: 10:08:02 rms-change max change #iterations 8.962462 333.5944 at 10iterations 5.274533 142.8874 at 20iterations 3.057486 80.09303 at 30iterations 1.764214 42.33563 at 40iterations 1.009779 26.50781 at 50iterations 0.5780818 14.33657 at 60iterations 0.3305511 8.645677 at 70iterations 0.1879475 4.506742 at 80iterations 0.1069319 2.286146 at 90iterations 6.0670879E-02 1.545639 at 100iterations 3.4459610E-02 0.7066326 at 110iterations 1.9469706E-02 0.4575262 at 120iterations 1.1040410E-02 0.2385163 at 130iterations 6.2415437E-03 0.1344471 at 140iterations 3.5310956E-03 8.0099106E-02 at 150iterations 1.9986029E-03 4.5013428E-02 at 160iterations 1.1304555E-03 2.6294708E-02 at 170iterations 6.3807750E-04 1.3057709E-02 at 180iterations finished qdiffx linear iterations at : 10:08:14 total time elapsed so far: 13.81000 # loops : 180 mean,max change (kT/e) : 6.3807750E-04 1.3057709E-02 energy calculations done at 13.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.01000 DelPhi exited at 10:08:14 14.015u 0.251s 0:14.54 98.0% 0+0k 0+0io 0pf+0w