Tue Oct 11 05:16:43 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 05:16:43 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2314 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 808 has a net charge of 1.4000 !!! WARNING: ZN8 809 has a net charge of 1.4000 !!! WARNING: ZN8 810 has a net charge of 1.4000 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.6909803 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): 15.66900 62.79500 ymin,ymax (A): -3.531000 33.38400 zmin,zma (A): 20.14000 71.66100 x,y,z range (A): 47.12600 36.91500 51.52100 scale (grids/A): 0.6909803 object centre (A): 39.23200 14.92650 45.90050 number of atom coordinates read : 2314 total number of charged atoms : 1991 net assigned charge : 10.40001 assigned positive charge : 326.9539 centred at (gu) : 91.41125 89.71962 89.23177 assigned negative charge : -316.5541 centred at (gu) : 91.48981 89.69471 89.13206 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6760 nv = 96 ne = 84 npr = 42584 no. pairs analyzed = 42584 no. exposed pairs = 2553 no. arc points = 17393 no. surface atoms = 873 nbur = 1441 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 459 mr = 3911 m= 1 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3247 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1616 ## 165 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7621 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.8584664E-08 8.0436635E-08 midg,1,midg; midg,igrid,midg 5.3786000E-08 6.4507411E-08 1,midg,midg; igrid,midg,midg 6.5644038E-08 4.1935781E-08 gauss-seidel spectral radius is 0.9890891 estimated iterations to convergence 78 setup time was (sec) 0.5800000 now iterating at: 05:16:44 rms-change max change #iterations 0.1882673 27.23898 at 10iterations 2.2356773E-02 3.331644 at 20iterations 2.6372671E-03 0.4019108 at 30iterations 3.0984034E-04 4.4059753E-02 at 40iterations 3.7356385E-05 5.4359436E-03 at 50iterations finished qdiffx linear iterations at : 05:16:47 total time elapsed so far: 3.850000 # loops : 50 mean,max change (kT/e) : 3.7356385E-05 5.4359436E-03 energy calculations done at 3.850000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.010000 DelPhi exited at 05:16:48 4.018u 0.267s 0:04.96 86.0% 0+0k 0+0io 6pf+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 05:16: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2314 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 808 has a net charge of 1.4000 !!! WARNING: ZN8 809 has a net charge of 1.4000 !!! WARNING: ZN8 810 has a net charge of 1.4000 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.072941 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): 15.66900 62.79500 ymin,ymax (A): -3.531000 33.38400 zmin,zma (A): 20.14000 71.66100 x,y,z range (A): 47.12600 36.91500 51.52100 scale (grids/A): 2.072941 object centre (A): 39.23200 14.92650 45.90050 number of atom coordinates read : 2314 total number of charged atoms : 1991 net assigned charge : 10.40001 assigned positive charge : 326.9539 centred at (gu) : 94.23354 89.15891 87.69545 assigned negative charge : -316.5541 centred at (gu) : 94.46934 89.08399 87.39645 start vw surface at 0.1500000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 72253 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17393 grid for indexing accessible points = 1.400000 m= 28608 mr = 51341 m= 5325 mr = 21668 m= 453 mr = 3547 m= 7 mr = 203 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6700000 number of dielectric boundary points 29887 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 80 iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 15777 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.6909803 object centre at (A) : 39.23200 14.92650 45.90050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0106179E-02 5.4562464E-02 midg,1,midg; midg,igrid,midg 2.8871659E-02 3.4918189E-02 1,midg,midg; igrid,midg,midg 2.7166035E-02 3.6120921E-02 gauss-seidel spectral radius is 0.9987833 estimated iterations to convergence 227 setup time was (sec) 0.9500000 now iterating at: 05:16:49 rms-change max change #iterations 4.504160 182.9253 at 10iterations 2.206615 72.85602 at 20iterations 1.073177 32.58392 at 30iterations 0.5267386 15.50132 at 40iterations 0.2563472 8.723943 at 50iterations 0.1253298 3.619992 at 60iterations 6.1538048E-02 2.011892 at 70iterations 2.9965602E-02 0.9465981 at 80iterations 1.4735642E-02 0.4698067 at 90iterations 7.2035450E-03 0.2218843 at 100iterations 3.5226492E-03 0.1040263 at 110iterations 1.7174352E-03 5.4077148E-02 at 120iterations finished qdiffx linear iterations at : 05:16:57 total time elapsed so far: 9.180000 # loops : 120 mean,max change (kT/e) : 1.7174352E-03 5.4077148E-02 energy calculations done at 9.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.350000 DelPhi exited at 05:16:58 9.357u 0.303s 0:09.97 96.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 Tue Oct 11 2011 at 05:16: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2314 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 808 has a net charge of 1.4000 !!! WARNING: ZN8 809 has a net charge of 1.4000 !!! WARNING: ZN8 810 has a net charge of 1.4000 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: 3.109411 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): 15.66900 62.79500 ymin,ymax (A): -3.531000 33.38400 zmin,zma (A): 20.14000 71.66100 x,y,z range (A): 47.12600 36.91500 51.52100 scale (grids/A): 3.109411 object centre (A): 39.23200 14.92650 45.90050 number of atom coordinates read : 2314 total number of charged atoms : 1991 net assigned charge : 10.40001 assigned positive charge : 326.9539 centred at (gu) : 96.35042 88.73848 86.54315 assigned negative charge : -316.5541 centred at (gu) : 96.70409 88.62596 86.09474 start vw surface at 0.1500000 fill in re-entrant regions at 0.9600000 boundary points on vw surface= 166463 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17393 grid for indexing accessible points = 1.400000 m= 89738 mr = 123412 m= 35571 mr = 74737 m= 10158 mr = 29165 m= 1956 mr = 7881 m= 198 mr = 1429 m= 3 mr = 117 m= 0 mr = 0 time to grow re-entrant surface = 1.060000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.130000 number of dielectric boundary points 67346 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.280000 number of grid points assigned charge 15928 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) : 2.072941 object centre at (A) : 39.23200 14.92650 45.90050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4500844 0.4032576 midg,1,midg; midg,igrid,midg 0.2508765 0.3152560 1,midg,midg; igrid,midg,midg 0.2184898 0.5678462 gauss-seidel spectral radius is 0.9992849 estimated iterations to convergence 295 setup time was (sec) 2.450000 now iterating at: 05:17:01 rms-change max change #iterations 10.12119 406.0687 at 10iterations 5.944999 135.8615 at 20iterations 3.493075 68.81407 at 30iterations 2.048303 39.61130 at 40iterations 1.195376 23.03770 at 50iterations 0.7006245 15.00424 at 60iterations 0.4085256 9.198328 at 70iterations 0.2386375 4.463133 at 80iterations 0.1392271 2.538162 at 90iterations 8.1053242E-02 1.408345 at 100iterations 4.7236882E-02 0.9433670 at 110iterations 2.7467119E-02 0.4998817 at 120iterations 1.5975753E-02 0.3161049 at 130iterations 9.2961434E-03 0.1661425 at 140iterations 5.4197209E-03 9.1339111E-02 at 150iterations 3.1569679E-03 5.4607391E-02 at 160iterations 1.8382698E-03 3.2550812E-02 at 170iterations 1.0761888E-03 1.8851757E-02 at 180iterations finished qdiffx linear iterations at : 05:17:14 total time elapsed so far: 15.93000 # loops : 180 mean,max change (kT/e) : 1.0761888E-03 1.8851757E-02 energy calculations done at 15.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.10000 DelPhi exited at 05:17:15 16.102u 0.304s 0:16.69 98.2% 0+0k 0+0io 0pf+0w