Sat Oct 15 11:27:05 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 Sat Oct 15 2011 at 11:27:05 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 = 3397 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.5785608 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): -2.097000 53.58700 ymin,ymax (A): -18.41200 37.95600 zmin,zma (A): -6.097000 55.43500 x,y,z range (A): 55.68400 56.36800 61.53200 scale (grids/A): 0.5785608 object centre (A): 25.74500 9.772001 24.66900 number of atom coordinates read : 3397 total number of charged atoms : 3251 net assigned charge : -4.999966 assigned positive charge : 504.6696 centred at (gu) : 89.96828 87.71428 90.69458 assigned negative charge : -509.6709 centred at (gu) : 90.01524 87.69073 90.67746 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7530 nv = 96 ne = 84 npr = 68950 no. pairs analyzed = 68950 no. exposed pairs = 4329 no. arc points = 30106 no. surface atoms = 1452 nbur = 1945 mkacc time = 0.1200000 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.484000 m= 311 mr = 4027 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 3796 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3017 ## 334 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 9581 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2204172E-09 -7.1411993E-10 midg,1,midg; midg,igrid,midg -2.7107916E-09 -2.8446992E-10 1,midg,midg; igrid,midg,midg 9.5863976E-11 -2.1341109E-09 gauss-seidel spectral radius is 0.9846159 estimated iterations to convergence 66 setup time was (sec) 0.4500000 now iterating at: 11:27:05 rms-change max change #iterations 0.1011755 16.21034 at 10iterations 8.1346594E-03 1.096581 at 20iterations 7.3303113E-04 0.1145477 at 30iterations 1.2128643E-04 2.3441315E-02 at 40iterations 3.3041681E-05 5.6257248E-03 at 50iterations finished qdiffx linear iterations at : 11:27:10 total time elapsed so far: 3.660000 # loops : 50 mean,max change (kT/e) : 3.3041681E-05 5.6257248E-03 energy calculations done at 3.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.800000 DelPhi exited at 11:27:11 3.800u 0.246s 0:06.47 62.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 Sat Oct 15 2011 at 11:27:11 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 = 3397 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.735682 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): -2.097000 53.58700 ymin,ymax (A): -18.41200 37.95600 zmin,zma (A): -6.097000 55.43500 x,y,z range (A): 55.68400 56.36800 61.53200 scale (grids/A): 1.735682 object centre (A): 25.74500 9.772001 24.66900 number of atom coordinates read : 3397 total number of charged atoms : 3251 net assigned charge : -4.999966 assigned positive charge : 504.6696 centred at (gu) : 89.90397 83.14176 92.08260 assigned negative charge : -509.6709 centred at (gu) : 90.04554 83.07197 92.03197 start vw surface at 0.1000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 82543 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30106 grid for indexing accessible points = 1.400000 m= 27503 mr = 57000 m= 3245 mr = 19338 m= 102 mr = 1642 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 35401 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 264 iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 25224 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.5785608 object centre at (A) : 25.74500 9.772001 24.66900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1460277E-04 -5.4318248E-03 midg,1,midg; midg,igrid,midg -2.4963414E-02 2.1041436E-04 1,midg,midg; igrid,midg,midg -1.0922138E-02 -4.5482725E-02 gauss-seidel spectral radius is 0.9984419 estimated iterations to convergence 201 setup time was (sec) 0.7200000 now iterating at: 11:27:13 rms-change max change #iterations 4.050998 193.1242 at 10iterations 1.797039 63.09542 at 20iterations 0.7962174 25.69503 at 30iterations 0.3553800 10.97523 at 40iterations 0.1581861 5.014221 at 50iterations 7.0044912E-02 2.181358 at 60iterations 3.1315815E-02 0.9676816 at 70iterations 1.3930541E-02 0.4391174 at 80iterations 6.2303278E-03 0.2263947 at 90iterations 2.8072775E-03 9.5031738E-02 at 100iterations 1.2754862E-03 4.1366577E-02 at 110iterations 5.9337000E-04 1.8655777E-02 at 120iterations finished qdiffx linear iterations at : 11:27:25 total time elapsed so far: 9.050000 # loops : 120 mean,max change (kT/e) : 5.9337000E-04 1.8655777E-02 energy calculations done at 9.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.180000 DelPhi exited at 11:27:25 9.179u 0.321s 0:13.75 69.0% 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 Sat Oct 15 2011 at 11:27:25 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 = 3397 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.603523 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): -2.097000 53.58700 ymin,ymax (A): -18.41200 37.95600 zmin,zma (A): -6.097000 55.43500 x,y,z range (A): 55.68400 56.36800 61.53200 scale (grids/A): 2.603523 object centre (A): 25.74500 9.772001 24.66900 number of atom coordinates read : 3397 total number of charged atoms : 3251 net assigned charge : -4.999966 assigned positive charge : 504.6696 centred at (gu) : 89.85563 79.71250 93.12368 assigned negative charge : -509.6709 centred at (gu) : 90.06815 79.60771 93.04780 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 191279 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30106 grid for indexing accessible points = 1.400000 m= 92688 mr = 138410 m= 28586 mr = 74412 m= 5349 mr = 21747 m= 430 mr = 3576 m= 8 mr = 168 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.030000 number of dielectric boundary points 80027 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.140000 number of grid points assigned charge 25996 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.735682 object centre at (A) : 25.74500 9.772001 24.66900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.7651928E-02 8.3840534E-02 midg,1,midg; midg,igrid,midg -0.3483113 -4.9024881E-03 1,midg,midg; igrid,midg,midg -0.1935029 -0.7738472 gauss-seidel spectral radius is 0.9992250 estimated iterations to convergence 284 setup time was (sec) 1.300000 now iterating at: 11:27:27 rms-change max change #iterations 10.14924 304.9209 at 10iterations 5.877482 134.7031 at 20iterations 3.381079 72.42795 at 30iterations 1.944416 36.93174 at 40iterations 1.111731 21.25416 at 50iterations 0.6353196 11.89138 at 60iterations 0.3620881 6.638954 at 70iterations 0.2061670 3.778732 at 80iterations 0.1174278 2.350884 at 90iterations 6.6777363E-02 1.168362 at 100iterations 3.7929498E-02 0.6567688 at 110iterations 2.1529213E-02 0.3848886 at 120iterations 1.2256864E-02 0.2427273 at 130iterations 6.9837263E-03 0.1249771 at 140iterations 4.0036752E-03 6.9360256E-02 at 150iterations 2.2983192E-03 3.9613247E-02 at 160iterations 1.3378076E-03 2.5506333E-02 at 170iterations 7.9521188E-04 1.7660141E-02 at 180iterations finished qdiffx linear iterations at : 11:27:39 total time elapsed so far: 13.66000 # loops : 180 mean,max change (kT/e) : 7.9521188E-04 1.7660141E-02 energy calculations done at 13.66000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.79000 DelPhi exited at 11:27:40 13.792u 0.262s 0:14.47 97.0% 0+0k 0+0io 0pf+0w