Tue Oct 11 08:40:00 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 Tue Oct 11 2011 at 08:40:00 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 = 2450 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5827658 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): -6.835000 54.25300 ymin,ymax (A): -22.76600 25.46300 zmin,zma (A): 9.211000 54.73100 x,y,z range (A): 61.08800 48.22900 45.52000 scale (grids/A): 0.5827658 object centre (A): 23.70900 1.348499 31.97100 number of atom coordinates read : 2450 total number of charged atoms : 2313 net assigned charge : 7.500011 assigned positive charge : 371.7581 centred at (gu) : 89.84458 89.40148 89.86329 assigned negative charge : -364.2587 centred at (gu) : 89.91132 89.37511 89.72106 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5466 nv = 96 ne = 84 npr = 48545 no. pairs analyzed = 48545 no. exposed pairs = 3000 no. arc points = 21318 no. surface atoms = 1017 nbur = 1433 mkacc time = 8.0000006E-02 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= 272 mr = 2897 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 8.9999996E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 2823 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2284 ## 315 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 6987 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0854988E-09 4.4340660E-09 midg,1,midg; midg,igrid,midg 1.4722032E-09 2.0349991E-09 1,midg,midg; igrid,midg,midg 3.2351914E-09 4.6804005E-10 gauss-seidel spectral radius is 0.9847565 estimated iterations to convergence 67 setup time was (sec) 0.3900000 now iterating at: 08:40:01 rms-change max change #iterations 9.2354767E-02 16.65006 at 10iterations 7.5909649E-03 1.184865 at 20iterations 7.9423544E-04 0.1296749 at 30iterations 1.4283863E-04 2.3912430E-02 at 40iterations 3.1801268E-05 5.3730011E-03 at 50iterations finished qdiffx linear iterations at : 08:40:04 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 3.1801268E-05 5.3730011E-03 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 08:40:04 3.436u 0.174s 0:04.04 89.1% 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 Tue Oct 11 2011 at 08:40: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2450 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.748297 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): -6.835000 54.25300 ymin,ymax (A): -22.76600 25.46300 zmin,zma (A): 9.211000 54.73100 x,y,z range (A): 61.08800 48.22900 45.52000 scale (grids/A): 1.748297 object centre (A): 23.70900 1.348499 31.97100 number of atom coordinates read : 2450 total number of charged atoms : 2313 net assigned charge : 7.500011 assigned positive charge : 371.7581 centred at (gu) : 89.53329 88.20405 89.58950 assigned negative charge : -364.2587 centred at (gu) : 89.73396 88.12515 89.16278 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 60258 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21318 grid for indexing accessible points = 1.400000 m= 20478 mr = 41294 m= 2322 mr = 14717 m= 81 mr = 1178 m= 2 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 25938 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 298 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 17986 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.5827658 object centre at (A) : 23.70900 1.348499 31.97100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.8429477E-03 2.0024819E-02 midg,1,midg; midg,igrid,midg 1.8661517E-03 4.7536739E-03 1,midg,midg; igrid,midg,midg 1.5721569E-02 2.3875326E-02 gauss-seidel spectral radius is 0.9983700 estimated iterations to convergence 197 setup time was (sec) 0.5100000 now iterating at: 08:40:05 rms-change max change #iterations 3.418075 180.1341 at 10iterations 1.485908 66.78280 at 20iterations 0.6484120 29.21982 at 30iterations 0.2850566 11.91309 at 40iterations 0.1239371 4.374219 at 50iterations 5.4598704E-02 1.819791 at 60iterations 2.3988334E-02 0.8970604 at 70iterations 1.0601477E-02 0.3796887 at 80iterations 4.7161947E-03 0.1783371 at 90iterations 2.1324076E-03 7.4817657E-02 at 100iterations 9.9656696E-04 3.9183617E-02 at 110iterations 4.8219413E-04 1.9233704E-02 at 120iterations finished qdiffx linear iterations at : 08:40:12 total time elapsed so far: 7.610000 # loops : 120 mean,max change (kT/e) : 4.8219413E-04 1.9233704E-02 energy calculations done at 7.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.740000 DelPhi exited at 08:40:13 7.740u 0.204s 0:08.48 93.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 Tue Oct 11 2011 at 08:40:13 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 = 2450 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.622446 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): -6.835000 54.25300 ymin,ymax (A): -22.76600 25.46300 zmin,zma (A): 9.211000 54.73100 x,y,z range (A): 61.08800 48.22900 45.52000 scale (grids/A): 2.622446 object centre (A): 23.70900 1.348499 31.97100 number of atom coordinates read : 2450 total number of charged atoms : 2313 net assigned charge : 7.500011 assigned positive charge : 371.7581 centred at (gu) : 89.30001 87.30585 89.38421 assigned negative charge : -364.2587 centred at (gu) : 89.60091 87.18777 88.74422 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 139356 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21318 grid for indexing accessible points = 1.400000 m= 68476 mr = 99937 m= 21759 mr = 55734 m= 3719 mr = 16861 m= 334 mr = 2458 m= 12 mr = 177 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7600000 number of dielectric boundary points 58489 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 18494 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.748297 object centre at (A) : 23.70900 1.348499 31.97100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1455434 0.2509178 midg,1,midg; midg,igrid,midg -1.6501687E-03 1.4507506E-02 1,midg,midg; igrid,midg,midg -3.5666302E-02 0.2541995 gauss-seidel spectral radius is 0.9991778 estimated iterations to convergence 275 setup time was (sec) 0.9900000 now iterating at: 08:40:14 rms-change max change #iterations 8.408892 265.6051 at 10iterations 4.764716 115.7887 at 20iterations 2.674174 60.82558 at 30iterations 1.497844 37.73272 at 40iterations 0.8372793 16.77523 at 50iterations 0.4685580 9.192942 at 60iterations 0.2620488 6.699607 at 70iterations 0.1461478 2.967913 at 80iterations 8.1657812E-02 1.605318 at 90iterations 4.5529295E-02 1.091647 at 100iterations 2.5435867E-02 0.5352039 at 110iterations 1.4173662E-02 0.2952747 at 120iterations 7.9195797E-03 0.1632175 at 130iterations 4.4187182E-03 0.1031671 at 140iterations 2.4780990E-03 4.9968719E-02 at 150iterations 1.3995717E-03 3.0265808E-02 at 160iterations 7.9723360E-04 1.6704559E-02 at 170iterations 4.6026363E-04 1.1821747E-02 at 180iterations finished qdiffx linear iterations at : 08:40:25 total time elapsed so far: 11.80000 # loops : 180 mean,max change (kT/e) : 4.6026363E-04 1.1821747E-02 energy calculations done at 11.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.93000 DelPhi exited at 08:40:25 11.933u 0.176s 0:12.47 97.0% 0+0k 0+0io 0pf+0w