Sun Oct 9 18:57:23 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+sph2.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 = amb2.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 Sun Oct 9 2011 at 18:57:23 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5254 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5473217 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): 3.256000 68.30000 ymin,ymax (A): -9.065000 53.33900 zmin,zma (A): -0.9680000 63.47300 x,y,z range (A): 65.04401 62.40400 64.44100 scale (grids/A): 0.5473217 object centre (A): 35.77800 22.13700 31.25250 number of atom coordinates read : 5254 total number of charged atoms : 5106 net assigned charge : -0.4649458 assigned positive charge : 811.5262 centred at (gu) : 88.19485 89.20648 89.06608 assigned negative charge : -811.9975 centred at (gu) : 88.06199 89.24715 89.01318 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 10274 nv = 96 ne = 84 npr = 106432 no. pairs analyzed = 106432 no. exposed pairs = 6112 no. arc points = 41977 no. surface atoms = 2082 nbur = 3172 mkacc time = 0.1800000 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.568000 m= 441 mr = 5853 m= 2 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 4835 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4226 ## 486 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 13485 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.4519280E-10 5.3334814E-10 midg,1,midg; midg,igrid,midg 6.3631844E-10 -4.1918427E-10 1,midg,midg; igrid,midg,midg -2.6983245E-09 1.0626791E-09 gauss-seidel spectral radius is 0.9829529 estimated iterations to convergence 63 setup time was (sec) 0.5500000 now iterating at: 18:57:23 rms-change max change #iterations 0.1047840 14.65649 at 10iterations 8.9851357E-03 1.360905 at 20iterations 2.4253353E-03 0.2742996 at 30iterations 1.0670070E-03 0.1350617 at 40iterations 4.9215998E-04 6.7875028E-02 at 50iterations finished qdiffx linear iterations at : 18:57:26 total time elapsed so far: 3.450000 # loops : 50 mean,max change (kT/e) : 4.9215998E-04 6.7875028E-02 energy calculations done at 3.450000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.580000 DelPhi exited at 18:57:27 3.579u 0.174s 0:04.04 92.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 Sun Oct 9 2011 at 18:57: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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5254 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.641965 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): 3.256000 68.30000 ymin,ymax (A): -9.065000 53.33900 zmin,zma (A): -0.9680000 63.47300 x,y,z range (A): 65.04401 62.40400 64.44100 scale (grids/A): 1.641965 object centre (A): 35.77800 22.13700 31.25250 number of atom coordinates read : 5254 total number of charged atoms : 5106 net assigned charge : -0.4649458 assigned positive charge : 811.5262 centred at (gu) : 84.58321 87.61807 87.19664 assigned negative charge : -811.9975 centred at (gu) : 84.18543 87.74134 87.03967 start vw surface at 0.1300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 114920 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41977 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 39483 mr = 83312 m= 4629 mr = 28548 m= 135 mr = 2458 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 84 time to turn everything in is 0.5500000 number of dielectric boundary points 44837 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 396 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 39099 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.5473217 object centre at (A) : 35.77800 22.13700 31.25250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.9755134E-02 -6.2322742E-03 midg,1,midg; midg,igrid,midg 2.1021524E-02 8.1167454E-03 1,midg,midg; igrid,midg,midg -2.9213822E-02 8.2972907E-03 gauss-seidel spectral radius is 0.9984113 estimated iterations to convergence 199 setup time was (sec) 0.7800000 now iterating at: 18:57:28 rms-change max change #iterations 4.843498 157.6243 at 10iterations 2.134900 66.05058 at 20iterations 0.9446568 25.99584 at 30iterations 0.4182025 11.28094 at 40iterations 0.1846332 5.041355 at 50iterations 8.2018793E-02 2.256931 at 60iterations 3.6837995E-02 1.059055 at 70iterations 1.6801057E-02 0.4803848 at 80iterations 8.0637150E-03 0.2632897 at 90iterations 4.2524813E-03 0.1184807 at 100iterations 2.5731653E-03 7.7636719E-02 at 110iterations 1.7466897E-03 5.0260544E-02 at 120iterations finished qdiffx linear iterations at : 18:57:35 total time elapsed so far: 8.040000 # loops : 120 mean,max change (kT/e) : 1.7466897E-03 5.0260544E-02 energy calculations done at 8.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.170000 DelPhi exited at 18:57:35 8.172u 0.206s 0:08.65 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 Sun Oct 9 2011 at 18:57:36 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: 315 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5254 !!! WARNING: ASL 284 has a net charge of -0.1000 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.462948 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): 3.256000 68.30000 ymin,ymax (A): -9.065000 53.33900 zmin,zma (A): -0.9680000 63.47300 x,y,z range (A): 65.04401 62.40400 64.44100 scale (grids/A): 2.462948 object centre (A): 35.77800 22.13700 31.25250 number of atom coordinates read : 5254 total number of charged atoms : 5106 net assigned charge : -0.4649458 assigned positive charge : 811.5262 centred at (gu) : 81.87434 86.42674 85.79465 assigned negative charge : -811.9975 centred at (gu) : 81.27817 86.61203 85.55940 start vw surface at 0.1400000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 267080 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41977 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 133692 mr = 202551 m= 41753 mr = 109063 m= 7528 mr = 32446 m= 601 mr = 5172 m= 11 mr = 298 m= 0 mr = 0 time to grow re-entrant surface = 0.8200000 no. cavity mid-points inaccessible to solvent = 223 time to turn everything in is 1.400000 number of dielectric boundary points 101135 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 1.510000 number of grid points assigned charge 40793 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.641965 object centre at (A) : 35.77800 22.13700 31.25250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4709246 -0.1914196 midg,1,midg; midg,igrid,midg 0.2167388 -6.2226122E-03 1,midg,midg; igrid,midg,midg -0.5345113 7.7132478E-02 gauss-seidel spectral radius is 0.9992498 estimated iterations to convergence 288 setup time was (sec) 1.660000 now iterating at: 18:57:37 rms-change max change #iterations 12.30836 388.0669 at 10iterations 7.237487 175.4965 at 20iterations 4.234040 77.54288 at 30iterations 2.464200 44.46657 at 40iterations 1.431365 23.50222 at 50iterations 0.8271772 13.95979 at 60iterations 0.4778834 7.820099 at 70iterations 0.2754800 4.424965 at 80iterations 0.1583292 2.477051 at 90iterations 9.1487825E-02 1.575207 at 100iterations 5.2793466E-02 0.8672028 at 110iterations 3.0556506E-02 0.4922805 at 120iterations 1.7803758E-02 0.2991142 at 130iterations 1.0616194E-02 0.1892662 at 140iterations 6.4922734E-03 0.1137505 at 150iterations 4.1810838E-03 7.5336456E-02 at 160iterations 2.8847945E-03 5.5236816E-02 at 170iterations 2.1306032E-03 4.1289330E-02 at 180iterations finished qdiffx linear iterations at : 18:57:49 total time elapsed so far: 13.62000 # loops : 180 mean,max change (kT/e) : 2.1306032E-03 4.1289330E-02 energy calculations done at 13.62000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.75000 DelPhi exited at 18:57:50 13.749u 0.201s 0:14.23 97.9% 0+0k 0+0io 0pf+0w