Sat Oct 15 15:25:59 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 15:25:59 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 = 2718 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.6414877 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): -12.41300 37.29000 ymin,ymax (A): -25.73700 22.49900 zmin,zma (A): -10.17200 45.32400 x,y,z range (A): 49.70300 48.23600 55.49600 scale (grids/A): 0.6414877 object centre (A): 12.43850 -1.618999 17.57600 number of atom coordinates read : 2718 total number of charged atoms : 2570 net assigned charge : 3.500012 assigned positive charge : 412.4817 centred at (gu) : 90.20606 90.48829 91.98816 assigned negative charge : -408.9823 centred at (gu) : 89.98304 90.30046 91.92893 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7386 nv = 96 ne = 84 npr = 55883 no. pairs analyzed = 55883 no. exposed pairs = 3382 no. arc points = 23346 no. surface atoms = 1131 nbur = 1587 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 397 mr = 4153 m= 5 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.2200000 number of dielectric boundary points 3609 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2342 ## 246 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8959 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6199805E-09 1.9173653E-08 midg,1,midg; midg,igrid,midg -1.7466300E-08 3.1621724E-08 1,midg,midg; igrid,midg,midg -2.3074085E-08 3.4236447E-08 gauss-seidel spectral radius is 0.9874152 estimated iterations to convergence 73 setup time was (sec) 0.4200000 now iterating at: 15:26:00 rms-change max change #iterations 0.1514469 20.39316 at 10iterations 1.5216730E-02 2.052807 at 20iterations 1.5639433E-03 0.2183867 at 30iterations 1.6609595E-04 2.3427963E-02 at 40iterations 2.0405276E-05 3.4275055E-03 at 50iterations finished qdiffx linear iterations at : 15:26:03 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 2.0405276E-05 3.4275055E-03 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 15:26:03 3.521u 0.182s 0:04.05 91.3% 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 15:26:03 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 = 2718 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.924463 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): -12.41300 37.29000 ymin,ymax (A): -25.73700 22.49900 zmin,zma (A): -10.17200 45.32400 x,y,z range (A): 49.70300 48.23600 55.49600 scale (grids/A): 1.924463 object centre (A): 12.43850 -1.618999 17.57600 number of atom coordinates read : 2718 total number of charged atoms : 2570 net assigned charge : 3.500012 assigned positive charge : 412.4817 centred at (gu) : 90.61763 91.46440 95.96407 assigned negative charge : -408.9823 centred at (gu) : 89.94868 90.90106 95.78654 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 79479 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23346 grid for indexing accessible points = 1.400000 m= 28398 mr = 55504 m= 4134 mr = 20892 m= 192 mr = 2467 m= 3 mr = 49 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 1285 time to turn everything in is 0.4000000 number of dielectric boundary points 33294 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 205 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 20261 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.6414877 object centre at (A) : 12.43850 -1.618999 17.57600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.8863469E-02 1.7598255E-02 midg,1,midg; midg,igrid,midg -1.4825850E-02 2.4292534E-02 1,midg,midg; igrid,midg,midg -4.9355463E-03 5.2308030E-02 gauss-seidel spectral radius is 0.9986723 estimated iterations to convergence 217 setup time was (sec) 0.6300000 now iterating at: 15:26:04 rms-change max change #iterations 4.465783 177.9117 at 10iterations 2.104835 71.50986 at 20iterations 1.001172 32.23169 at 30iterations 0.4746494 15.68469 at 40iterations 0.2247289 7.097228 at 50iterations 0.1069406 3.287579 at 60iterations 5.0582863E-02 1.476921 at 70iterations 2.3958564E-02 0.6983795 at 80iterations 1.1361544E-02 0.3450737 at 90iterations 5.4076477E-03 0.1633911 at 100iterations 2.5606109E-03 8.5311890E-02 at 110iterations 1.2172518E-03 3.6262512E-02 at 120iterations finished qdiffx linear iterations at : 15:26:11 total time elapsed so far: 8.060000 # loops : 120 mean,max change (kT/e) : 1.2172518E-03 3.6262512E-02 energy calculations done at 8.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.190000 DelPhi exited at 15:26:12 8.194u 0.220s 0:08.94 94.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 15:26:12 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 = 2718 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: 2.886694 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): -12.41300 37.29000 ymin,ymax (A): -25.73700 22.49900 zmin,zma (A): -10.17200 45.32400 x,y,z range (A): 49.70300 48.23600 55.49600 scale (grids/A): 2.886694 object centre (A): 12.43850 -1.618999 17.57600 number of atom coordinates read : 2718 total number of charged atoms : 2570 net assigned charge : 3.500012 assigned positive charge : 412.4817 centred at (gu) : 90.92641 92.19658 98.94576 assigned negative charge : -408.9823 centred at (gu) : 89.92284 91.35143 98.67975 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 183656 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23346 grid for indexing accessible points = 1.400000 m= 93115 mr = 134148 m= 32669 mr = 76264 m= 7223 mr = 26233 m= 847 mr = 5202 m= 34 mr = 509 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 4364 time to turn everything in is 1.030000 number of dielectric boundary points 75175 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.130000 number of grid points assigned charge 20559 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.924463 object centre at (A) : 12.43850 -1.618999 17.57600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4364356 0.3910124 midg,1,midg; midg,igrid,midg -0.1641325 0.2697395 1,midg,midg; igrid,midg,midg -1.5550857E-02 0.4511336 gauss-seidel spectral radius is 0.9992676 estimated iterations to convergence 292 setup time was (sec) 1.290000 now iterating at: 15:26:14 rms-change max change #iterations 10.40044 364.7301 at 10iterations 6.084567 163.8407 at 20iterations 3.550968 76.85248 at 30iterations 2.066582 41.73777 at 40iterations 1.199324 24.19339 at 50iterations 0.6958019 14.04991 at 60iterations 0.4038791 7.059630 at 70iterations 0.2336159 4.287547 at 80iterations 0.1351081 2.425974 at 90iterations 7.8059286E-02 1.627333 at 100iterations 4.5132764E-02 0.8151941 at 110iterations 2.6111903E-02 0.4869690 at 120iterations 1.5081431E-02 0.2653131 at 130iterations 8.7177139E-03 0.1519470 at 140iterations 5.0287680E-03 8.8860512E-02 at 150iterations 2.9230944E-03 5.1484585E-02 at 160iterations 1.6953304E-03 2.9460907E-02 at 170iterations 9.8648167E-04 1.8457413E-02 at 180iterations finished qdiffx linear iterations at : 15:26:27 total time elapsed so far: 13.30000 # loops : 180 mean,max change (kT/e) : 9.8648167E-04 1.8457413E-02 energy calculations done at 13.30000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.43000 DelPhi exited at 15:26:27 13.433u 0.239s 0:14.91 91.6% 0+0k 0+0io 0pf+0w