Sun Oct 9 08:19:25 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 08:19: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 = 5929 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.4800496 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.856000 78.01500 ymin,ymax (A): 22.63900 85.72900 zmin,zma (A): 6.681000 70.72200 x,y,z range (A): 74.15900 63.09000 64.04100 scale (grids/A): 0.4800496 object centre (A): 40.93550 54.18400 38.70150 number of atom coordinates read : 5929 total number of charged atoms : 5761 net assigned charge : -0.4999569 assigned positive charge : 891.8448 centred at (gu) : 90.07609 88.73231 88.96464 assigned negative charge : -892.3528 centred at (gu) : 89.96469 88.72893 88.83991 start vw surface at 0.2100000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 8405 nv = 96 ne = 84 npr = 119212 no. pairs analyzed = 119212 no. exposed pairs = 7494 no. arc points = 52261 no. surface atoms = 2511 nbur = 3418 mkacc time = 0.2500000 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.792000 m= 258 mr = 4208 m= 0 mr = 2 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5100000 number of dielectric boundary points 4453 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4919 ## 870 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 11552 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3792702E-10 7.3427250E-11 midg,1,midg; midg,igrid,midg -4.4962792E-12 1.5858061E-12 1,midg,midg; igrid,midg,midg -8.9627063E-11 8.9799793E-11 gauss-seidel spectral radius is 0.9779028 estimated iterations to convergence 56 setup time was (sec) 0.7400000 now iterating at: 08:19:26 rms-change max change #iterations 5.4349627E-02 8.317226 at 10iterations 2.5812690E-03 0.3693142 at 20iterations 1.8331529E-04 3.4219742E-02 at 30iterations 3.7423350E-05 6.7873001E-03 at 40iterations 1.0870089E-05 1.6527176E-03 at 50iterations finished qdiffx linear iterations at : 08:19:28 total time elapsed so far: 3.190000 # loops : 50 mean,max change (kT/e) : 1.0870089E-05 1.6527176E-03 energy calculations done at 3.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 08:19:29 3.385u 0.170s 0:03.87 91.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 08:19:29 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 = 5929 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.440149 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.856000 78.01500 ymin,ymax (A): 22.63900 85.72900 zmin,zma (A): 6.681000 70.72200 x,y,z range (A): 74.15900 63.09000 64.04100 scale (grids/A): 1.440149 object centre (A): 40.93550 54.18400 38.70150 number of atom coordinates read : 5929 total number of charged atoms : 5761 net assigned charge : -0.4999569 assigned positive charge : 891.8448 centred at (gu) : 90.22630 86.19523 86.89216 assigned negative charge : -892.3528 centred at (gu) : 89.89370 86.18648 86.51969 start vw surface at 0.2100000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 96931 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52261 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.680000 m= 25205 mr = 65682 m= 1693 mr = 15743 m= 32 mr = 599 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 606 time to turn everything in is 0.6600000 number of dielectric boundary points 41837 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 937 ## 20 charges are in solution ## iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 42296 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.4800496 object centre at (A) : 40.93550 54.18400 38.70150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.1226385E-03 1.1222014E-02 midg,1,midg; midg,igrid,midg -1.0122929E-03 -1.9278626E-03 1,midg,midg; igrid,midg,midg -5.9767580E-03 1.4268973E-02 gauss-seidel spectral radius is 0.9979370 estimated iterations to convergence 175 setup time was (sec) 0.9300000 now iterating at: 08:19:30 rms-change max change #iterations 3.707328 162.2749 at 10iterations 1.459111 61.39825 at 20iterations 0.5730854 16.83636 at 30iterations 0.2261425 7.267601 at 40iterations 8.8956565E-02 2.785708 at 50iterations 3.5203792E-02 1.053077 at 60iterations 1.3905279E-02 0.4336987 at 70iterations 5.5043339E-03 0.1597748 at 80iterations 2.1900295E-03 7.9847336E-02 at 90iterations 8.7878399E-04 2.7111053E-02 at 100iterations 3.6115805E-04 1.2134552E-02 at 110iterations 1.5741237E-04 5.3437352E-03 at 120iterations finished qdiffx linear iterations at : 08:19:36 total time elapsed so far: 7.470000 # loops : 120 mean,max change (kT/e) : 1.5741237E-04 5.3437352E-03 energy calculations done at 7.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.650000 DelPhi exited at 08:19:37 7.650u 0.160s 0:08.09 96.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 08:19:37 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 = 5929 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1700000 grid size : 179 scale,in grids/A, set to be: 2.160223 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.856000 78.01500 ymin,ymax (A): 22.63900 85.72900 zmin,zma (A): 6.681000 70.72200 x,y,z range (A): 74.15900 63.09000 64.04100 scale (grids/A): 2.160223 object centre (A): 40.93550 54.18400 38.70150 number of atom coordinates read : 5929 total number of charged atoms : 5761 net assigned charge : -0.4999569 assigned positive charge : 891.8448 centred at (gu) : 90.33864 84.29250 85.33750 assigned negative charge : -892.3528 centred at (gu) : 89.84057 84.27953 84.77926 start vw surface at 0.2400000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 226778 reading accessible surface arcs data from file ARCDAT no. of arc points read = 52261 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 94170 mr = 162508 m= 19953 mr = 71565 m= 2080 mr = 13326 m= 66 mr = 1116 m= 0 mr = 11 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 1974 time to turn everything in is 1.580000 number of dielectric boundary points 94521 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 164 iepsmp to db, and charging done at 1.720000 number of grid points assigned charge 45850 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.440149 object centre at (A) : 40.93550 54.18400 38.70150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1511672 0.2100807 midg,1,midg; midg,igrid,midg -1.1795675E-02 -3.5692926E-02 1,midg,midg; igrid,midg,midg 4.0174186E-02 0.2787158 gauss-seidel spectral radius is 0.9991372 estimated iterations to convergence 269 setup time was (sec) 1.880000 now iterating at: 08:19:39 rms-change max change #iterations 10.55444 322.6011 at 10iterations 6.043509 134.6296 at 20iterations 3.432302 83.19173 at 30iterations 1.934606 42.61533 at 40iterations 1.090385 26.13744 at 50iterations 0.6118882 13.41458 at 60iterations 0.3421240 7.003288 at 70iterations 0.1910105 3.933703 at 80iterations 0.1063585 1.995098 at 90iterations 5.9137493E-02 1.205746 at 100iterations 3.2872807E-02 0.6108270 at 110iterations 1.8215733E-02 0.3709570 at 120iterations 1.0103107E-02 0.2118835 at 130iterations 5.5991947E-03 0.1057158 at 140iterations 3.1026108E-03 6.0487747E-02 at 150iterations 1.7188311E-03 3.0430198E-02 at 160iterations 9.5418637E-04 1.7670155E-02 at 170iterations 5.3155969E-04 9.2024803E-03 at 180iterations finished qdiffx linear iterations at : 08:19:49 total time elapsed so far: 11.77000 # loops : 180 mean,max change (kT/e) : 5.3155969E-04 9.2024803E-03 energy calculations done at 11.77000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.94000 DelPhi exited at 08:19:49 11.947u 0.184s 0:12.54 96.6% 0+0k 0+0io 0pf+0w