Sat Oct 8 11:33: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 8 2011 at 11:33: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 = 3345 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.6373875 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): 31.25400 83.02400 ymin,ymax (A): 24.82200 80.67500 zmin,zma (A): -3.012000 47.34800 x,y,z range (A): 51.77000 55.85300 50.36000 scale (grids/A): 0.6373875 object centre (A): 57.13900 52.74850 22.16800 number of atom coordinates read : 3345 total number of charged atoms : 3193 net assigned charge : -5.499964 assigned positive charge : 508.1114 centred at (gu) : 90.12877 89.62910 90.81548 assigned negative charge : -513.6124 centred at (gu) : 89.95218 89.71018 90.81588 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8781 nv = 96 ne = 84 npr = 70981 no. pairs analyzed = 70981 no. exposed pairs = 3739 no. arc points = 25500 no. surface atoms = 1264 nbur = 2081 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 445 mr = 5273 m= 2 mr = 79 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 123 time to turn everything in is 0.3700000 number of dielectric boundary points 3876 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2452 ## 221 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 10875 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.2722618E-09 -8.9317815E-09 midg,1,midg; midg,igrid,midg 4.4515587E-09 -1.7766173E-08 1,midg,midg; igrid,midg,midg -3.2435555E-08 1.7923270E-08 gauss-seidel spectral radius is 0.9873000 estimated iterations to convergence 73 setup time was (sec) 0.6300000 now iterating at: 11:34:00 rms-change max change #iterations 0.1676922 23.18960 at 10iterations 1.6550403E-02 1.963696 at 20iterations 1.6598019E-03 0.2340355 at 30iterations 1.6313845E-04 2.2850037E-02 at 40iterations 1.6991164E-05 2.3002625E-03 at 50iterations finished qdiffx linear iterations at : 11:34:03 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 1.6991164E-05 2.3002625E-03 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.620000 DelPhi exited at 11:34:03 3.621u 0.198s 0:04.11 92.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 Sat Oct 8 2011 at 11:34: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 = 3345 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.912162 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): 31.25400 83.02400 ymin,ymax (A): 24.82200 80.67500 zmin,zma (A): -3.012000 47.34800 x,y,z range (A): 51.77000 55.85300 50.36000 scale (grids/A): 1.912162 object centre (A): 57.13900 52.74850 22.16800 number of atom coordinates read : 3345 total number of charged atoms : 3193 net assigned charge : -5.499964 assigned positive charge : 508.1114 centred at (gu) : 90.38535 88.88633 92.44553 assigned negative charge : -513.6124 centred at (gu) : 89.85605 89.13020 92.44689 start vw surface at 0.1700000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 95674 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25500 grid for indexing accessible points = 1.400000 m= 35543 mr = 69750 m= 5708 mr = 27421 m= 331 mr = 3912 m= 4 mr = 118 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 4488 time to turn everything in is 0.7100000 number of dielectric boundary points 36059 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 155 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 25109 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.6373875 object centre at (A) : 57.13900 52.74850 22.16800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.2797212E-02 -3.8617719E-02 midg,1,midg; midg,igrid,midg 1.7649064E-02 -2.9831575E-02 1,midg,midg; igrid,midg,midg -4.9397398E-02 3.9637196E-03 gauss-seidel spectral radius is 0.9987016 estimated iterations to convergence 220 setup time was (sec) 1.030000 now iterating at: 11:34:05 rms-change max change #iterations 4.986763 184.6515 at 10iterations 2.371529 74.71342 at 20iterations 1.135014 32.83192 at 30iterations 0.5426711 15.19073 at 40iterations 0.2590714 7.258890 at 50iterations 0.1240175 3.545174 at 60iterations 5.9305880E-02 1.585068 at 70iterations 2.8387433E-02 0.7966270 at 80iterations 1.3565046E-02 0.3949547 at 90iterations 6.4833038E-03 0.1867762 at 100iterations 3.1049009E-03 8.7993622E-02 at 110iterations 1.4839354E-03 4.1639328E-02 at 120iterations finished qdiffx linear iterations at : 11:34:12 total time elapsed so far: 8.160000 # loops : 120 mean,max change (kT/e) : 1.4839354E-03 4.1639328E-02 energy calculations done at 8.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.350000 DelPhi exited at 11:34:12 8.349u 0.219s 0:08.86 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 Sat Oct 8 2011 at 11:34: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 = 3345 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.868244 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): 31.25400 83.02400 ymin,ymax (A): 24.82200 80.67500 zmin,zma (A): -3.012000 47.34800 x,y,z range (A): 51.77000 55.85300 50.36000 scale (grids/A): 2.868244 object centre (A): 57.13900 52.74850 22.16800 number of atom coordinates read : 3345 total number of charged atoms : 3193 net assigned charge : -5.499964 assigned positive charge : 508.1114 centred at (gu) : 90.57769 88.32911 93.66814 assigned negative charge : -513.6124 centred at (gu) : 89.78392 88.69500 93.67021 start vw surface at 0.1800000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 221602 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25500 grid for indexing accessible points = 1.400000 m= 114657 mr = 167978 m= 42649 mr = 96623 m= 10462 mr = 35708 m= 1504 mr = 8226 m= 84 mr = 992 m= 2 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 1.080000 no. cavity mid-points inaccessible to solvent = 15280 time to turn everything in is 1.840000 number of dielectric boundary points 81393 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.990000 number of grid points assigned charge 25543 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.912162 object centre at (A) : 57.13900 52.74850 22.16800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3156018 -0.3547646 midg,1,midg; midg,igrid,midg 0.2647133 0.1278290 1,midg,midg; igrid,midg,midg -0.5551167 -5.5402245E-02 gauss-seidel spectral radius is 0.9992794 estimated iterations to convergence 294 setup time was (sec) 2.180000 now iterating at: 11:34:15 rms-change max change #iterations 11.45289 363.5956 at 10iterations 6.718306 119.3769 at 20iterations 3.918401 86.20467 at 30iterations 2.277265 36.62930 at 40iterations 1.322587 22.72952 at 50iterations 0.7690085 12.48721 at 60iterations 0.4460331 7.399657 at 70iterations 0.2584140 3.777435 at 80iterations 0.1500494 2.286230 at 90iterations 8.6807430E-02 1.466468 at 100iterations 5.0244898E-02 0.8907623 at 110iterations 2.9115619E-02 0.4421062 at 120iterations 1.6853880E-02 0.2693024 at 130iterations 9.7650280E-03 0.1513920 at 140iterations 5.6632031E-03 8.9529514E-02 at 150iterations 3.2806443E-03 5.3684235E-02 at 160iterations 1.8998426E-03 2.9598236E-02 at 170iterations 1.1006403E-03 1.7944336E-02 at 180iterations finished qdiffx linear iterations at : 11:34:26 total time elapsed so far: 13.88000 # loops : 180 mean,max change (kT/e) : 1.1006403E-03 1.7944336E-02 energy calculations done at 13.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.07000 DelPhi exited at 11:34:27 14.074u 0.229s 0:14.64 97.6% 0+0k 0+0io 0pf+0w