Mon Oct 10 14:11:04 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 Mon Oct 10 2011 at 14:11:04 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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 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: 0.5625523 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): 23.88700 81.16900 ymin,ymax (A): 20.18800 83.47100 zmin,zma (A): 3.979000 58.68100 x,y,z range (A): 57.28200 63.28300 54.70200 scale (grids/A): 0.5625523 object centre (A): 52.52800 51.82950 31.33000 number of atom coordinates read : 3208 total number of charged atoms : 3027 net assigned charge : -1.499994 assigned positive charge : 482.1977 centred at (gu) : 88.94967 89.78802 87.99890 assigned negative charge : -483.6989 centred at (gu) : 89.00631 89.90031 88.02215 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6533 nv = 96 ne = 84 npr = 65930 no. pairs analyzed = 65930 no. exposed pairs = 4169 no. arc points = 28476 no. surface atoms = 1408 nbur = 1800 mkacc time = 0.1100000 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.512000 m= 290 mr = 3389 m= 2 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 3420 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2908 ## 333 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8481 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.9038206E-10 -3.0943290E-10 midg,1,midg; midg,igrid,midg 1.3286441E-09 -1.6013738E-09 1,midg,midg; igrid,midg,midg 7.0970640E-10 -7.3004491E-10 gauss-seidel spectral radius is 0.9837163 estimated iterations to convergence 64 setup time was (sec) 0.4300000 now iterating at: 14:11:05 rms-change max change #iterations 8.8699266E-02 17.69208 at 10iterations 6.6827177E-03 1.170841 at 20iterations 6.8950281E-04 0.1202736 at 30iterations 1.2474327E-04 2.0696640E-02 at 40iterations 2.8599510E-05 4.8446655E-03 at 50iterations finished qdiffx linear iterations at : 14:11:08 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 2.8599510E-05 4.8446655E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 14:11:08 3.396u 0.161s 0:04.05 87.6% 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 Mon Oct 10 2011 at 14:11:08 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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 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.687657 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): 23.88700 81.16900 ymin,ymax (A): 20.18800 83.47100 zmin,zma (A): 3.979000 58.68100 x,y,z range (A): 57.28200 63.28300 54.70200 scale (grids/A): 1.687657 object centre (A): 52.52800 51.82950 31.33000 number of atom coordinates read : 3208 total number of charged atoms : 3027 net assigned charge : -1.499994 assigned positive charge : 482.1977 centred at (gu) : 86.84800 89.36316 83.99551 assigned negative charge : -483.6989 centred at (gu) : 87.01878 89.70084 84.06623 start vw surface at 0.1100000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 72433 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28476 grid for indexing accessible points = 1.400000 m= 22636 mr = 49366 m= 2721 mr = 15336 m= 111 mr = 1379 m= 0 mr = 8 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 31812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 270 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 23430 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.5625523 object centre at (A) : 52.52800 51.82950 31.33000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0085066E-02 -1.4743163E-02 midg,1,midg; midg,igrid,midg 2.4663756E-02 -2.3941619E-03 1,midg,midg; igrid,midg,midg 6.0554291E-03 1.1144067E-03 gauss-seidel spectral radius is 0.9983270 estimated iterations to convergence 194 setup time was (sec) 0.5700000 now iterating at: 14:11:09 rms-change max change #iterations 3.724827 188.7830 at 10iterations 1.600103 63.75967 at 20iterations 0.6899475 24.73290 at 30iterations 0.2982005 10.97001 at 40iterations 0.1289103 4.336555 at 50iterations 5.5611614E-02 1.833918 at 60iterations 2.3991210E-02 0.8489590 at 70iterations 1.0436632E-02 0.3192997 at 80iterations 4.5689750E-03 0.1490164 at 90iterations 2.0110451E-03 6.9522858E-02 at 100iterations 8.9771836E-04 2.7222633E-02 at 110iterations 4.1399451E-04 1.3820648E-02 at 120iterations finished qdiffx linear iterations at : 14:11:16 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 4.1399451E-04 1.3820648E-02 energy calculations done at 7.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.610000 DelPhi exited at 14:11:17 7.617u 0.194s 0:08.12 96.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 Mon Oct 10 2011 at 14:11: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: 324 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 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.531486 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): 23.88700 81.16900 ymin,ymax (A): 20.18800 83.47100 zmin,zma (A): 3.979000 58.68100 x,y,z range (A): 57.28200 63.28300 54.70200 scale (grids/A): 2.531486 object centre (A): 52.52800 51.82950 31.33000 number of atom coordinates read : 3208 total number of charged atoms : 3027 net assigned charge : -1.499994 assigned positive charge : 482.1977 centred at (gu) : 85.27168 89.04453 80.99315 assigned negative charge : -483.6989 centred at (gu) : 85.52808 89.55111 81.09936 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 168494 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28476 grid for indexing accessible points = 1.400000 m= 77784 mr = 121175 m= 23015 mr = 60982 m= 4424 mr = 16942 m= 427 mr = 3012 m= 4 mr = 188 m= 0 mr = 0 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8700000 number of dielectric boundary points 71849 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 24202 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.687657 object centre at (A) : 52.52800 51.82950 31.33000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1520497 -0.2605192 midg,1,midg; midg,igrid,midg 0.6870366 -5.6980398E-02 1,midg,midg; igrid,midg,midg 0.1639708 4.0488364E-04 gauss-seidel spectral radius is 0.9991856 estimated iterations to convergence 277 setup time was (sec) 1.110000 now iterating at: 14:11:18 rms-change max change #iterations 9.634781 358.6027 at 10iterations 5.532239 126.2650 at 20iterations 3.141295 72.44707 at 30iterations 1.783561 39.78965 at 40iterations 1.007299 21.53098 at 50iterations 0.5673815 11.76897 at 60iterations 0.3195871 6.341399 at 70iterations 0.1792461 3.435990 at 80iterations 0.1006029 2.044212 at 90iterations 5.6387927E-02 1.107552 at 100iterations 3.1568259E-02 0.6440029 at 110iterations 1.7719584E-02 0.3469505 at 120iterations 9.9162012E-03 0.2060628 at 130iterations 5.5643218E-03 0.1066189 at 140iterations 3.1352697E-03 6.3049316E-02 at 150iterations 1.7709155E-03 3.8274765E-02 at 160iterations 1.0074406E-03 1.9381523E-02 at 170iterations 5.8308779E-04 1.1501312E-02 at 180iterations finished qdiffx linear iterations at : 14:11:29 total time elapsed so far: 12.16000 # loops : 180 mean,max change (kT/e) : 5.8308779E-04 1.1501312E-02 energy calculations done at 12.16000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.29000 DelPhi exited at 14:11:29 12.294u 0.213s 0:12.80 97.6% 0+0k 0+0io 0pf+0w