Sun Oct 9 22:07:13 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 22:07:13 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 = 3203 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.5792479 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): -1.191000 55.45700 ymin,ymax (A): -24.07600 37.38300 zmin,zma (A): -8.294000 47.10600 x,y,z range (A): 56.64800 61.45900 55.40000 scale (grids/A): 0.5792479 object centre (A): 27.13300 6.653502 19.40600 number of atom coordinates read : 3203 total number of charged atoms : 3054 net assigned charge : 4.500016 assigned positive charge : 485.5796 centred at (gu) : 89.80878 90.81037 90.41921 assigned negative charge : -481.0811 centred at (gu) : 89.77298 90.92281 90.40995 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7005 nv = 96 ne = 84 npr = 63203 no. pairs analyzed = 63203 no. exposed pairs = 4098 no. arc points = 29398 no. surface atoms = 1375 nbur = 1828 mkacc time = 0.1400000 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.456000 m= 321 mr = 3569 m= 1 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3735 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2998 ## 331 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 9109 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.9952866E-10 1.3197420E-09 midg,1,midg; midg,igrid,midg 2.9447602E-09 -2.0320539E-09 1,midg,midg; igrid,midg,midg 1.5322846E-10 1.7328861E-09 gauss-seidel spectral radius is 0.9846411 estimated iterations to convergence 66 setup time was (sec) 0.5200000 now iterating at: 22:07:14 rms-change max change #iterations 0.1028280 15.34954 at 10iterations 7.8222817E-03 1.258297 at 20iterations 6.2130339E-04 8.8437080E-02 at 30iterations 4.8864964E-05 7.5111389E-03 at 40iterations 4.3008517E-06 6.0653687E-04 at 50iterations finished qdiffx linear iterations at : 22:07:16 total time elapsed so far: 2.960000 # loops : 50 mean,max change (kT/e) : 4.3008517E-06 6.0653687E-04 energy calculations done at 2.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.130000 DelPhi exited at 22:07:17 3.132u 0.151s 0:03.60 91.1% 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 22:07:17 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 = 3203 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.737744 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): -1.191000 55.45700 ymin,ymax (A): -24.07600 37.38300 zmin,zma (A): -8.294000 47.10600 x,y,z range (A): 56.64800 61.45900 55.40000 scale (grids/A): 1.737744 object centre (A): 27.13300 6.653502 19.40600 number of atom coordinates read : 3203 total number of charged atoms : 3054 net assigned charge : 4.500016 assigned positive charge : 485.5796 centred at (gu) : 89.42532 92.42995 91.25634 assigned negative charge : -481.0811 centred at (gu) : 89.31858 92.76811 91.22955 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 77684 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29398 grid for indexing accessible points = 1.400000 m= 24556 mr = 52255 m= 3023 mr = 16868 m= 121 mr = 1533 m= 1 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 760 time to turn everything in is 0.5100000 number of dielectric boundary points 34711 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 293 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 23685 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.5792479 object centre at (A) : 27.13300 6.653502 19.40600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9311644E-03 8.1344191E-03 midg,1,midg; midg,igrid,midg -4.8106969E-03 -1.3584856E-02 1,midg,midg; igrid,midg,midg 7.9592569E-03 -1.2195650E-03 gauss-seidel spectral radius is 0.9984387 estimated iterations to convergence 201 setup time was (sec) 0.7800000 now iterating at: 22:07:18 rms-change max change #iterations 3.948207 160.3822 at 10iterations 1.740317 60.09449 at 20iterations 0.7725694 25.87498 at 30iterations 0.3415382 11.04480 at 40iterations 0.1516776 5.599731 at 50iterations 6.7238115E-02 2.470222 at 60iterations 2.9929116E-02 1.025669 at 70iterations 1.3316390E-02 0.4956970 at 80iterations 5.8896276E-03 0.2035646 at 90iterations 2.6149959E-03 8.4129333E-02 at 100iterations 1.1632470E-03 3.7130356E-02 at 110iterations 5.1691226E-04 1.7707109E-02 at 120iterations finished qdiffx linear iterations at : 22:07:24 total time elapsed so far: 6.870000 # loops : 120 mean,max change (kT/e) : 5.1691226E-04 1.7707109E-02 energy calculations done at 6.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.050000 DelPhi exited at 22:07:24 7.050u 0.167s 0:07.48 96.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 Sun Oct 9 2011 at 22:07:24 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 = 3203 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: 2.606616 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): -1.191000 55.45700 ymin,ymax (A): -24.07600 37.38300 zmin,zma (A): -8.294000 47.10600 x,y,z range (A): 56.64800 61.45900 55.40000 scale (grids/A): 2.606616 object centre (A): 27.13300 6.653502 19.40600 number of atom coordinates read : 3203 total number of charged atoms : 3054 net assigned charge : 4.500016 assigned positive charge : 485.5796 centred at (gu) : 89.13748 93.64497 91.88442 assigned negative charge : -481.0811 centred at (gu) : 88.97776 94.15218 91.84418 start vw surface at 0.1600000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 179930 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29398 grid for indexing accessible points = 1.400000 m= 83123 mr = 127519 m= 25355 mr = 65644 m= 4909 mr = 18808 m= 519 mr = 3354 m= 16 mr = 293 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 2580 time to turn everything in is 1.280000 number of dielectric boundary points 78234 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.410000 number of grid points assigned charge 24417 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.737744 object centre at (A) : 27.13300 6.653502 19.40600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.2852352E-02 9.3543001E-02 midg,1,midg; midg,igrid,midg -0.3227123 -0.3585051 1,midg,midg; igrid,midg,midg 7.8304835E-02 -5.5593804E-02 gauss-seidel spectral radius is 0.9992221 estimated iterations to convergence 283 setup time was (sec) 1.560000 now iterating at: 22:07:26 rms-change max change #iterations 9.836266 317.0767 at 10iterations 5.740840 145.3615 at 20iterations 3.307180 79.84686 at 30iterations 1.900841 46.35572 at 40iterations 1.088762 26.58415 at 50iterations 0.6227803 13.84697 at 60iterations 0.3548630 7.466976 at 70iterations 0.2020556 4.043175 at 80iterations 0.1150216 2.205956 at 90iterations 6.5459915E-02 1.246834 at 100iterations 3.7138838E-02 0.7537963 at 110iterations 2.1055719E-02 0.3908761 at 120iterations 1.1978880E-02 0.2224131 at 130iterations 6.8000983E-03 0.1385603 at 140iterations 3.8478887E-03 7.3412895E-02 at 150iterations 2.1804036E-03 3.8436890E-02 at 160iterations 1.2385324E-03 2.2502899E-02 at 170iterations 7.0127414E-04 1.2797356E-02 at 180iterations finished qdiffx linear iterations at : 22:07:36 total time elapsed so far: 11.83000 # loops : 180 mean,max change (kT/e) : 7.0127414E-04 1.2797356E-02 energy calculations done at 11.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.02000 DelPhi exited at 22:07:37 12.018u 0.175s 0:12.60 96.6% 0+0k 0+0io 0pf+0w