Mon Oct 10 10:36:10 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 10:36:10 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 = 2942 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5718783 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): -21.17300 41.07800 ymin,ymax (A): -12.02800 46.08700 zmin,zma (A): -1.903000 51.97400 x,y,z range (A): 62.25100 58.11500 53.87700 scale (grids/A): 0.5718783 object centre (A): 9.952501 17.02950 25.03550 number of atom coordinates read : 2942 total number of charged atoms : 2788 net assigned charge : 5.000019 assigned positive charge : 429.4048 centred at (gu) : 92.28767 91.38596 86.45403 assigned negative charge : -424.4052 centred at (gu) : 92.33795 91.48501 86.26270 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6430 nv = 96 ne = 84 npr = 57384 no. pairs analyzed = 57384 no. exposed pairs = 4505 no. arc points = 32075 no. surface atoms = 1492 nbur = 1450 mkacc time = 0.1500000 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= 295 mr = 2811 m= 4 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3901 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3158 ## 351 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8173 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.0714117E-09 1.6926335E-09 midg,1,midg; midg,igrid,midg 1.7964583E-09 -8.4703494E-10 1,midg,midg; igrid,midg,midg 1.0247636E-09 2.7810038E-10 gauss-seidel spectral radius is 0.9842353 estimated iterations to convergence 65 setup time was (sec) 0.6300000 now iterating at: 10:36:11 rms-change max change #iterations 9.3413122E-02 18.85197 at 10iterations 6.8679946E-03 1.223097 at 20iterations 5.1161874E-04 8.4625244E-02 at 30iterations 4.6138230E-05 6.8645477E-03 at 40iterations 6.8730128E-06 9.4890594E-04 at 50iterations finished qdiffx linear iterations at : 10:36:15 total time elapsed so far: 4.850000 # loops : 50 mean,max change (kT/e) : 6.8730128E-06 9.4890594E-04 energy calculations done at 4.850000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.020000 DelPhi exited at 10:36:16 5.027u 0.428s 0:05.78 94.1% 0+0k 0+0io 6pf+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 10:36:16 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 = 2942 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: 1.715635 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): -21.17300 41.07800 ymin,ymax (A): -12.02800 46.08700 zmin,zma (A): -1.903000 51.97400 x,y,z range (A): 62.25100 58.11500 53.87700 scale (grids/A): 1.715635 object centre (A): 9.952501 17.02950 25.03550 number of atom coordinates read : 2942 total number of charged atoms : 2788 net assigned charge : 5.000019 assigned positive charge : 429.4048 centred at (gu) : 96.86246 94.15755 79.36161 assigned negative charge : -424.4052 centred at (gu) : 97.01333 94.45464 78.78790 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 69378 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32075 grid for indexing accessible points = 1.400000 m= 21584 mr = 42382 m= 2591 mr = 13813 m= 87 mr = 1168 m= 2 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6200000 number of dielectric boundary points 36269 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 294 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 21559 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.5718783 object centre at (A) : 9.952501 17.02950 25.03550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5601627E-02 1.0240247E-02 midg,1,midg; midg,igrid,midg 2.2894317E-02 5.7599396E-03 1,midg,midg; igrid,midg,midg -1.4593405E-02 -1.0165723E-02 gauss-seidel spectral radius is 0.9983651 estimated iterations to convergence 196 setup time was (sec) 0.9500000 now iterating at: 10:36:17 rms-change max change #iterations 3.587003 164.3020 at 10iterations 1.550109 58.12960 at 20iterations 0.6701375 25.99985 at 30iterations 0.2902990 9.981369 at 40iterations 0.1264470 4.319555 at 50iterations 5.4833889E-02 1.957680 at 60iterations 2.3926325E-02 0.8709984 at 70iterations 1.0409479E-02 0.4156685 at 80iterations 4.5173941E-03 0.1613741 at 90iterations 1.9607705E-03 6.8830967E-02 at 100iterations 8.5112231E-04 2.6535034E-02 at 110iterations 3.7221375E-04 1.2902260E-02 at 120iterations finished qdiffx linear iterations at : 10:36:28 total time elapsed so far: 11.93000 # loops : 120 mean,max change (kT/e) : 3.7221375E-04 1.2902260E-02 energy calculations done at 11.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.11000 DelPhi exited at 10:36:29 12.112u 0.499s 0:12.88 97.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 Mon Oct 10 2011 at 10:36: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 = 2942 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.573452 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): -21.17300 41.07800 ymin,ymax (A): -12.02800 46.08700 zmin,zma (A): -1.903000 51.97400 x,y,z range (A): 62.25100 58.11500 53.87700 scale (grids/A): 2.573452 object centre (A): 9.952501 17.02950 25.03550 number of atom coordinates read : 2942 total number of charged atoms : 2788 net assigned charge : 5.000019 assigned positive charge : 429.4048 centred at (gu) : 100.2936 96.23624 74.04239 assigned negative charge : -424.4052 centred at (gu) : 100.5201 96.68182 73.18172 start vw surface at 0.1300000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 160629 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32075 grid for indexing accessible points = 1.400000 m= 72067 mr = 105158 m= 22350 mr = 53752 m= 3940 mr = 16026 m= 337 mr = 2404 m= 11 mr = 174 m= 0 mr = 0 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.510000 number of dielectric boundary points 81820 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 10 iepsmp to db, and charging done at 1.700000 number of grid points assigned charge 22293 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.715635 object centre at (A) : 9.952501 17.02950 25.03550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1415978 0.1107698 midg,1,midg; midg,igrid,midg 0.4847664 2.2839950E-03 1,midg,midg; igrid,midg,midg -0.7163965 -0.1380043 gauss-seidel spectral radius is 0.9992037 estimated iterations to convergence 280 setup time was (sec) 1.930000 now iterating at: 10:36:31 rms-change max change #iterations 9.316194 340.9684 at 10iterations 5.483513 162.7249 at 20iterations 3.174663 82.37432 at 30iterations 1.829571 44.54497 at 40iterations 1.043559 29.38109 at 50iterations 0.5956261 13.51086 at 60iterations 0.3388603 8.526789 at 70iterations 0.1924445 4.569907 at 80iterations 0.1090201 2.664373 at 90iterations 6.1472211E-02 1.422455 at 100iterations 3.4788817E-02 0.7478695 at 110iterations 1.9626657E-02 0.4574356 at 120iterations 1.1066021E-02 0.2299061 at 130iterations 6.2349034E-03 0.1270962 at 140iterations 3.5188685E-03 7.0053577E-02 at 150iterations 1.9833101E-03 4.0084839E-02 at 160iterations 1.1171408E-03 2.2646427E-02 at 170iterations 6.2795397E-04 1.3018131E-02 at 180iterations finished qdiffx linear iterations at : 10:36:49 total time elapsed so far: 20.01000 # loops : 180 mean,max change (kT/e) : 6.2795397E-04 1.3018131E-02 energy calculations done at 20.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.18000 DelPhi exited at 10:36:50 20.189u 0.487s 0:20.93 98.7% 0+0k 0+0io 0pf+0w