Mon Oct 10 01:17:55 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 01:17:55 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: 238 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.6449742 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): -34.67000 10.64300 ymin,ymax (A): 1.399000 41.71500 zmin,zma (A): -0.2900000 54.90600 x,y,z range (A): 45.31300 40.31600 55.19600 scale (grids/A): 0.6449742 object centre (A): -12.01350 21.55700 27.30800 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 286.2651 centred at (gu) : 90.10278 89.30450 90.41367 assigned negative charge : -283.2653 centred at (gu) : 90.02660 89.44062 90.39880 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5509 nv = 96 ne = 84 npr = 40727 no. pairs analyzed = 40727 no. exposed pairs = 2428 no. arc points = 16786 no. surface atoms = 824 nbur = 1138 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 267 mr = 3084 m= 2 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2500000 number of dielectric boundary points 2663 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1675 ## 172 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 6448 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.1997893E-09 6.9442434E-09 midg,1,midg; midg,igrid,midg 2.0882672E-08 -7.3045054E-09 1,midg,midg; igrid,midg,midg -2.4942595E-09 1.2555949E-08 gauss-seidel spectral radius is 0.9874858 estimated iterations to convergence 73 setup time was (sec) 0.5000000 now iterating at: 01:17:56 rms-change max change #iterations 0.1280702 21.18294 at 10iterations 1.2715572E-02 1.870070 at 20iterations 1.2550327E-03 0.1949663 at 30iterations 1.2661687E-04 2.0305634E-02 at 40iterations 1.2865215E-05 1.9226074E-03 at 50iterations finished qdiffx linear iterations at : 01:17:59 total time elapsed so far: 4.040000 # loops : 50 mean,max change (kT/e) : 1.2865215E-05 1.9226074E-03 energy calculations done at 4.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.230000 DelPhi exited at 01:18:00 4.231u 0.292s 0:04.82 93.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 Mon Oct 10 2011 at 01:18: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: 238 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.934923 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): -34.67000 10.64300 ymin,ymax (A): 1.399000 41.71500 zmin,zma (A): -0.2900000 54.90600 x,y,z range (A): 45.31300 40.31600 55.19600 scale (grids/A): 1.934923 object centre (A): -12.01350 21.55700 27.30800 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 286.2651 centred at (gu) : 90.30853 87.91369 91.24122 assigned negative charge : -283.2653 centred at (gu) : 90.07991 88.32196 91.19652 start vw surface at 0.1300000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 58791 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16786 grid for indexing accessible points = 1.400000 m= 22493 mr = 40629 m= 3738 mr = 17309 m= 204 mr = 2460 m= 1 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5100000 number of dielectric boundary points 24763 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 102 iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 14338 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.6449742 object centre at (A) : -12.01350 21.55700 27.30800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1949905E-02 5.2485019E-02 midg,1,midg; midg,igrid,midg 9.2982277E-03 -1.0941539E-02 1,midg,midg; igrid,midg,midg -2.7884392E-03 -4.0950724E-03 gauss-seidel spectral radius is 0.9985993 estimated iterations to convergence 212 setup time was (sec) 0.8700000 now iterating at: 01:18:01 rms-change max change #iterations 3.654256 171.2038 at 10iterations 1.696375 62.17109 at 20iterations 0.7905928 28.54318 at 30iterations 0.3663356 12.87982 at 40iterations 0.1702272 5.729813 at 50iterations 7.8584887E-02 2.851822 at 60iterations 3.6372412E-02 1.278231 at 70iterations 1.6903786E-02 0.6128182 at 80iterations 7.8306701E-03 0.2502613 at 90iterations 3.6359541E-03 0.1313014 at 100iterations 1.6899711E-03 6.2431335E-02 at 110iterations 7.8151026E-04 2.7679443E-02 at 120iterations finished qdiffx linear iterations at : 01:18:10 total time elapsed so far: 9.580000 # loops : 120 mean,max change (kT/e) : 7.8151026E-04 2.7679443E-02 energy calculations done at 9.580000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.760000 DelPhi exited at 01:18:10 9.758u 0.317s 0:10.36 97.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 Mon Oct 10 2011 at 01:18:10 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: 238 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.902384 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): -34.67000 10.64300 ymin,ymax (A): 1.399000 41.71500 zmin,zma (A): -0.2900000 54.90600 x,y,z range (A): 45.31300 40.31600 55.19600 scale (grids/A): 2.902384 object centre (A): -12.01350 21.55700 27.30800 number of atom coordinates read : 1962 total number of charged atoms : 1819 net assigned charge : 3.000004 assigned positive charge : 286.2651 centred at (gu) : 90.46276 86.87049 91.86189 assigned negative charge : -283.2653 centred at (gu) : 90.11995 87.48306 91.79496 start vw surface at 0.1600000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 135582 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16786 grid for indexing accessible points = 1.400000 m= 71179 mr = 97981 m= 27825 mr = 59386 m= 6838 mr = 23268 m= 864 mr = 5301 m= 50 mr = 539 m= 1 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.300000 number of dielectric boundary points 55834 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.450000 number of grid points assigned charge 14552 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.934923 object centre at (A) : -12.01350 21.55700 27.30800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.8247497E-02 0.4042359 midg,1,midg; midg,igrid,midg 4.6602141E-02 -0.1322908 1,midg,midg; igrid,midg,midg -7.5546168E-02 -7.7486910E-02 gauss-seidel spectral radius is 0.9992326 estimated iterations to convergence 285 setup time was (sec) 1.670000 now iterating at: 01:18:12 rms-change max change #iterations 8.556764 364.3299 at 10iterations 4.917306 115.0022 at 20iterations 2.803845 56.42265 at 30iterations 1.601769 36.07704 at 40iterations 0.9130067 17.96760 at 50iterations 0.5184251 10.01931 at 60iterations 0.2948238 5.755402 at 70iterations 0.1678491 3.249924 at 80iterations 9.5170878E-02 1.980641 at 90iterations 5.4172054E-02 1.108732 at 100iterations 3.0758111E-02 0.6336460 at 110iterations 1.7448395E-02 0.3620033 at 120iterations 9.8980637E-03 0.1889000 at 130iterations 5.6302245E-03 0.1131706 at 140iterations 3.1985983E-03 6.0104370E-02 at 150iterations 1.8145988E-03 3.9080143E-02 at 160iterations 1.0322157E-03 2.1326065E-02 at 170iterations 5.8833318E-04 1.1953354E-02 at 180iterations finished qdiffx linear iterations at : 01:18:26 total time elapsed so far: 15.47000 # loops : 180 mean,max change (kT/e) : 5.8833318E-04 1.1953354E-02 energy calculations done at 15.47000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.66000 DelPhi exited at 01:18:27 15.657u 0.315s 0:16.27 98.0% 0+0k 0+0io 0pf+0w