Sun Oct 9 15:00:11 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 Sun Oct 9 2011 at 15:00: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 = 1138 !!! WARNING: GLU 107 has a net charge of -2.0000 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.7997125 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): -42.23100 -6.504000 ymin,ymax (A): 4.829000 38.35600 zmin,zma (A): 17.16400 61.68000 x,y,z range (A): 35.72700 33.52700 44.51600 scale (grids/A): 0.7997125 object centre (A): -24.36750 21.59250 39.42200 number of atom coordinates read : 1138 total number of charged atoms : 1010 net assigned charge : 1.500005 assigned positive charge : 162.7672 centred at (gu) : 90.19073 89.57481 88.85638 assigned negative charge : -161.2671 centred at (gu) : 90.25554 89.36668 89.01732 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 5159 nv = 96 ne = 84 npr = 23655 no. pairs analyzed = 23655 no. exposed pairs = 1470 no. arc points = 10352 no. surface atoms = 489 nbur = 649 mkacc time = 5.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 397 mr = 2860 m= 2 mr = 84 m= 0 mr = 0 time to grow re-entrant surface = 6.0000002E-02 no. cavity mid-points inaccessible to solvent = 95 time to turn everything in is 0.1900000 number of dielectric boundary points 2614 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 675 ## 54 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 4676 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.1329170E-07 -1.3843729E-07 midg,1,midg; midg,igrid,midg -2.6823514E-07 3.7987746E-07 1,midg,midg; igrid,midg,midg 1.8244761E-07 -1.6831144E-08 gauss-seidel spectral radius is 0.9917414 estimated iterations to convergence 89 setup time was (sec) 0.4000000 now iterating at: 15:00:11 rms-change max change #iterations 0.2324644 33.04599 at 10iterations 3.5304453E-02 6.930954 at 20iterations 5.5499352E-03 0.8318388 at 30iterations 8.5003162E-04 0.1306267 at 40iterations 1.2997306E-04 1.9185781E-02 at 50iterations finished qdiffx linear iterations at : 15:00:14 total time elapsed so far: 2.840000 # loops : 50 mean,max change (kT/e) : 1.2997306E-04 1.9185781E-02 energy calculations done at 2.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.010000 DelPhi exited at 15:00:14 3.016u 0.147s 0:03.44 91.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 15:00:14 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 = 1138 !!! WARNING: GLU 107 has a net charge of -2.0000 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.399137 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): -42.23100 -6.504000 ymin,ymax (A): 4.829000 38.35600 zmin,zma (A): 17.16400 61.68000 x,y,z range (A): 35.72700 33.52700 44.51600 scale (grids/A): 2.399137 object centre (A): -24.36750 21.59250 39.42200 number of atom coordinates read : 1138 total number of charged atoms : 1010 net assigned charge : 1.500005 assigned positive charge : 162.7672 centred at (gu) : 90.57241 88.72454 86.56944 assigned negative charge : -161.2671 centred at (gu) : 90.76689 88.10023 87.05209 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 53078 reading accessible surface arcs data from file ARCDAT no. of arc points read = 10352 grid for indexing accessible points = 1.400000 m= 22401 mr = 35974 m= 5062 mr = 17314 m= 630 mr = 3606 m= 31 mr = 387 m= 0 mr = 20 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 2832 time to turn everything in is 0.4100000 number of dielectric boundary points 23901 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 8063 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.7997125 object centre at (A) : -24.36750 21.59250 39.42200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.5133815E-02 1.2079108E-03 midg,1,midg; midg,igrid,midg -2.5880145E-02 2.3168487E-02 1,midg,midg; igrid,midg,midg 2.3781313E-02 2.0408607E-03 gauss-seidel spectral radius is 0.9989644 estimated iterations to convergence 246 setup time was (sec) 0.6800000 now iterating at: 15:00:15 rms-change max change #iterations 4.000116 208.7236 at 10iterations 2.061710 86.20532 at 20iterations 1.065402 38.20412 at 30iterations 0.5482402 18.26662 at 40iterations 0.2832009 9.378359 at 50iterations 0.1462272 4.919442 at 60iterations 7.5295329E-02 2.313962 at 70iterations 3.8941763E-02 1.273937 at 80iterations 1.9982709E-02 0.6546755 at 90iterations 1.0383838E-02 0.3539658 at 100iterations 5.3275404E-03 0.1770554 at 110iterations 2.7524056E-03 9.5481873E-02 at 120iterations finished qdiffx linear iterations at : 15:00:21 total time elapsed so far: 6.620000 # loops : 120 mean,max change (kT/e) : 2.7524056E-03 9.5481873E-02 energy calculations done at 6.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.800000 DelPhi exited at 15:00:21 6.798u 0.170s 0:07.27 95.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 15:00:21 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 = 1138 !!! WARNING: GLU 107 has a net charge of -2.0000 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: 3.598706 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): -42.23100 -6.504000 ymin,ymax (A): 4.829000 38.35600 zmin,zma (A): 17.16400 61.68000 x,y,z range (A): 35.72700 33.52700 44.51600 scale (grids/A): 3.598706 object centre (A): -24.36750 21.59250 39.42200 number of atom coordinates read : 1138 total number of charged atoms : 1010 net assigned charge : 1.500005 assigned positive charge : 162.7672 centred at (gu) : 90.85858 88.08688 84.85419 assigned negative charge : -161.2671 centred at (gu) : 91.15040 87.15033 85.57815 start vw surface at 0.1100000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 121903 reading accessible surface arcs data from file ARCDAT no. of arc points read = 10352 grid for indexing accessible points = 1.400000 m= 66869 mr = 86328 m= 30045 mr = 55840 m= 9800 mr = 25258 m= 2392 mr = 7884 m= 425 mr = 1861 m= 52 mr = 327 m= 1 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 10045 time to turn everything in is 1.260000 number of dielectric boundary points 53955 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 8080 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.399137 object centre at (A) : -24.36750 21.59250 39.42200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1141755 7.9772227E-02 midg,1,midg; midg,igrid,midg -0.2257625 0.1182037 1,midg,midg; igrid,midg,midg 0.1578839 -5.3342327E-02 gauss-seidel spectral radius is 0.9993114 estimated iterations to convergence 301 setup time was (sec) 1.530000 now iterating at: 15:00:23 rms-change max change #iterations 8.386038 232.7397 at 10iterations 4.906734 113.4050 at 20iterations 2.869138 59.49838 at 30iterations 1.682000 34.20183 at 40iterations 0.9851266 20.92062 at 50iterations 0.5770845 12.07041 at 60iterations 0.3372408 6.723066 at 70iterations 0.1971215 3.946882 at 80iterations 0.1156446 2.128335 at 90iterations 6.7402437E-02 1.497628 at 100iterations 3.9497197E-02 0.7526970 at 110iterations 2.3144100E-02 0.4441241 at 120iterations 1.3503768E-02 0.2499294 at 130iterations 7.9091471E-03 0.1578197 at 140iterations 4.6303030E-03 8.9482307E-02 at 150iterations 2.7068302E-03 4.9293518E-02 at 160iterations 1.5847590E-03 2.8422356E-02 at 170iterations 9.2803553E-04 2.0154953E-02 at 180iterations finished qdiffx linear iterations at : 15:00:32 total time elapsed so far: 10.85000 # loops : 180 mean,max change (kT/e) : 9.2803553E-04 2.0154953E-02 energy calculations done at 10.85000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.02000 DelPhi exited at 15:00:33 11.023u 0.207s 0:11.58 96.8% 0+0k 0+0io 0pf+0w