Sat Oct 15 13:14:44 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 13:14:44 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3313 !!! WARNING: LLP 1 has a net charge of 1.7400 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: 0.5719886 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): -11.15500 51.08400 ymin,ymax (A): -12.75000 42.63500 zmin,zma (A): 19.64600 75.91000 x,y,z range (A): 62.23900 55.38500 56.26400 scale (grids/A): 0.5719886 object centre (A): 19.96450 14.94250 47.77800 number of atom coordinates read : 3313 total number of charged atoms : 3157 net assigned charge : 4.240020 assigned positive charge : 511.0616 centred at (gu) : 90.77160 89.74438 87.81053 assigned negative charge : -506.8231 centred at (gu) : 90.64921 89.84534 87.78937 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7328 nv = 96 ne = 84 npr = 63892 no. pairs analyzed = 63892 no. exposed pairs = 4489 no. arc points = 31489 no. surface atoms = 1496 nbur = 1817 mkacc time = 0.1700000 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.484000 m= 368 mr = 3686 m= 1 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 3981 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3084 ## 324 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9121 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.4147250E-10 6.5336203E-10 midg,1,midg; midg,igrid,midg 2.7436797E-09 -1.1890260E-09 1,midg,midg; igrid,midg,midg -1.3954525E-09 3.5840977E-09 gauss-seidel spectral radius is 0.9842631 estimated iterations to convergence 66 setup time was (sec) 0.6800000 now iterating at: 13:14:45 rms-change max change #iterations 9.5654286E-02 19.30463 at 10iterations 7.1381712E-03 1.101391 at 20iterations 5.4908096E-04 8.1919670E-02 at 30iterations 4.1697273E-05 6.9885254E-03 at 40iterations 3.3380049E-06 4.1389465E-04 at 50iterations finished qdiffx linear iterations at : 13:14:49 total time elapsed so far: 5.120000 # loops : 50 mean,max change (kT/e) : 3.3380049E-06 4.1389465E-04 energy calculations done at 5.120000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.300000 DelPhi exited at 13:14:50 5.306u 0.469s 0:06.14 93.8% 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 13:14:50 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3313 !!! WARNING: LLP 1 has a net charge of 1.7400 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.715966 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): -11.15500 51.08400 ymin,ymax (A): -12.75000 42.63500 zmin,zma (A): 19.64600 75.91000 x,y,z range (A): 62.23900 55.38500 56.26400 scale (grids/A): 1.715966 object centre (A): 19.96450 14.94250 47.77800 number of atom coordinates read : 3313 total number of charged atoms : 3157 net assigned charge : 4.240020 assigned positive charge : 511.0616 centred at (gu) : 92.31390 89.23245 83.43063 assigned negative charge : -506.8231 centred at (gu) : 91.94725 89.53585 83.36780 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 80061 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31489 grid for indexing accessible points = 1.400000 m= 27240 mr = 53650 m= 3662 mr = 18554 m= 129 mr = 1816 m= 0 mr = 14 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6900000 number of dielectric boundary points 37058 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 268 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 24415 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.5719886 object centre at (A) : 19.96450 14.94250 47.77800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4371228E-02 5.7255882E-03 midg,1,midg; midg,igrid,midg 2.5173848E-02 -1.0149651E-02 1,midg,midg; igrid,midg,midg -1.0031928E-02 1.9508677E-02 gauss-seidel spectral radius is 0.9984044 estimated iterations to convergence 199 setup time was (sec) 1.040000 now iterating at: 13:14:51 rms-change max change #iterations 4.034030 165.8954 at 10iterations 1.772164 64.99811 at 20iterations 0.7834665 25.34204 at 30iterations 0.3451014 11.57627 at 40iterations 0.1530538 5.208460 at 50iterations 6.7584261E-02 2.300583 at 60iterations 2.9895829E-02 0.9243422 at 70iterations 1.3242377E-02 0.4617612 at 80iterations 5.8795190E-03 0.2049103 at 90iterations 2.6301858E-03 8.3158493E-02 at 100iterations 1.2069328E-03 3.9616108E-02 at 110iterations 6.0411630E-04 1.9848347E-02 at 120iterations finished qdiffx linear iterations at : 13:15:03 total time elapsed so far: 12.55000 # loops : 120 mean,max change (kT/e) : 6.0411630E-04 1.9848347E-02 energy calculations done at 12.55000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.73000 DelPhi exited at 13:15:04 12.736u 0.538s 0:13.71 96.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 15 2011 at 13:15: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3313 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.573949 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): -11.15500 51.08400 ymin,ymax (A): -12.75000 42.63500 zmin,zma (A): 19.64600 75.91000 x,y,z range (A): 62.23900 55.38500 56.26400 scale (grids/A): 2.573949 object centre (A): 19.96450 14.94250 47.77800 number of atom coordinates read : 3313 total number of charged atoms : 3157 net assigned charge : 4.240020 assigned positive charge : 511.0616 centred at (gu) : 93.47063 88.84856 80.14571 assigned negative charge : -506.8231 centred at (gu) : 92.92070 89.30368 80.05147 start vw surface at 0.1400000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 185836 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31489 grid for indexing accessible points = 1.400000 m= 90273 mr = 131927 m= 29600 mr = 70639 m= 5805 mr = 21854 m= 616 mr = 3841 m= 14 mr = 310 m= 0 mr = 2 time to grow re-entrant surface = 1.100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.770000 number of dielectric boundary points 83571 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 1.930000 number of grid points assigned charge 25211 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.715966 object centre at (A) : 19.96450 14.94250 47.77800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2840373 7.5604662E-02 midg,1,midg; midg,igrid,midg 0.3776937 -0.1578892 1,midg,midg; igrid,midg,midg 7.1916595E-02 0.2159192 gauss-seidel spectral radius is 0.9992197 estimated iterations to convergence 283 setup time was (sec) 2.160000 now iterating at: 13:15:06 rms-change max change #iterations 10.40036 326.3251 at 10iterations 6.157623 163.5904 at 20iterations 3.591724 84.51382 at 30iterations 2.090346 48.80648 at 40iterations 1.204191 30.68070 at 50iterations 0.6900207 14.86275 at 60iterations 0.3962026 8.489159 at 70iterations 0.2268483 4.977028 at 80iterations 0.1289277 2.689426 at 90iterations 7.3897637E-02 1.481648 at 100iterations 4.2001851E-02 0.9139252 at 110iterations 2.3927886E-02 0.4798856 at 120iterations 1.3624618E-02 0.2511973 at 130iterations 7.7606104E-03 0.1519623 at 140iterations 4.4553224E-03 8.9851379E-02 at 150iterations 2.5792478E-03 5.1342010E-02 at 160iterations 1.5287072E-03 3.1448364E-02 at 170iterations 9.5435872E-04 2.0819068E-02 at 180iterations finished qdiffx linear iterations at : 13:15:26 total time elapsed so far: 21.57000 # loops : 180 mean,max change (kT/e) : 9.5435872E-04 2.0819068E-02 energy calculations done at 21.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 21.74000 DelPhi exited at 13:15:26 21.741u 0.551s 0:22.67 98.3% 0+0k 0+0io 0pf+0w