Sat Oct 8 12:35:30 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+sph2.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 = amb2.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 12:35:30 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2313 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.6114002 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): -17.96100 21.39000 ymin,ymax (A): -17.93400 31.87200 zmin,zma (A): 18.52200 76.74900 x,y,z range (A): 39.35100 49.80600 58.22700 scale (grids/A): 0.6114002 object centre (A): 1.714499 6.969000 47.63550 number of atom coordinates read : 2313 total number of charged atoms : 2179 net assigned charge : 2.000007 assigned positive charge : 313.3947 centred at (gu) : 90.34964 89.48625 88.78789 assigned negative charge : -311.3953 centred at (gu) : 90.30061 89.55832 89.01856 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5876 nv = 96 ne = 84 npr = 49620 no. pairs analyzed = 49620 no. exposed pairs = 3076 no. arc points = 21139 no. surface atoms = 1055 nbur = 1258 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 297 mr = 2956 m= 0 mr = 17 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3200 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2032 ## 147 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 7128 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3687524E-08 -6.6083321E-09 midg,1,midg; midg,igrid,midg 4.5427266E-09 -1.6987540E-09 1,midg,midg; igrid,midg,midg -8.7276131E-10 3.3601932E-09 gauss-seidel spectral radius is 0.9861341 estimated iterations to convergence 70 setup time was (sec) 0.5900000 now iterating at: 12:35:31 rms-change max change #iterations 0.1057615 17.66471 at 10iterations 1.0477849E-02 1.677658 at 20iterations 2.3074667E-03 0.4542694 at 30iterations 9.5894362E-04 0.1949806 at 40iterations 4.2270578E-04 8.6009979E-02 at 50iterations finished qdiffx linear iterations at : 12:35:35 total time elapsed so far: 3.960000 # loops : 50 mean,max change (kT/e) : 4.2270578E-04 8.6009979E-02 energy calculations done at 3.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.140000 DelPhi exited at 12:35:35 4.147u 0.290s 0:04.82 91.9% 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 12:35:35 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2313 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: 1.834201 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): -17.96100 21.39000 ymin,ymax (A): -17.93400 31.87200 zmin,zma (A): 18.52200 76.74900 x,y,z range (A): 39.35100 49.80600 58.22700 scale (grids/A): 1.834201 object centre (A): 1.714499 6.969000 47.63550 number of atom coordinates read : 2313 total number of charged atoms : 2179 net assigned charge : 2.000007 assigned positive charge : 313.3947 centred at (gu) : 91.04877 88.45853 86.36362 assigned negative charge : -311.3953 centred at (gu) : 90.90186 88.67497 87.05569 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 63251 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21139 grid for indexing accessible points = 1.400000 m= 20615 mr = 41802 m= 3054 mr = 13860 m= 136 mr = 1698 m= 1 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 29669 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 114 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 17093 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.6114002 object centre at (A) : 1.714499 6.969000 47.63550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.6074312E-02 -2.1624317E-02 midg,1,midg; midg,igrid,midg 4.0805708E-03 2.4114853E-04 1,midg,midg; igrid,midg,midg 7.9346407E-04 5.5343094E-03 gauss-seidel spectral radius is 0.9985079 estimated iterations to convergence 205 setup time was (sec) 0.8700000 now iterating at: 12:35:36 rms-change max change #iterations 3.495137 152.0268 at 10iterations 1.570538 57.60165 at 20iterations 0.7124733 24.69085 at 30iterations 0.3218287 11.29988 at 40iterations 0.1459754 5.636883 at 50iterations 6.6278160E-02 2.496284 at 60iterations 3.0404253E-02 1.131500 at 70iterations 1.4130758E-02 0.5193748 at 80iterations 6.8405010E-03 0.2672272 at 90iterations 3.6193037E-03 0.1518402 at 100iterations 2.1585126E-03 9.5977783E-02 at 110iterations 1.4544532E-03 6.1225891E-02 at 120iterations finished qdiffx linear iterations at : 12:35:45 total time elapsed so far: 9.400000 # loops : 120 mean,max change (kT/e) : 1.4544532E-03 6.1225891E-02 energy calculations done at 9.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.590000 DelPhi exited at 12:35:46 9.593u 0.326s 0:10.21 97.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 Sat Oct 8 2011 at 12:35:46 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2313 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: 2.751301 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): -17.96100 21.39000 ymin,ymax (A): -17.93400 31.87200 zmin,zma (A): 18.52200 76.74900 x,y,z range (A): 39.35100 49.80600 58.22700 scale (grids/A): 2.751301 object centre (A): 1.714499 6.969000 47.63550 number of atom coordinates read : 2313 total number of charged atoms : 2179 net assigned charge : 2.000007 assigned positive charge : 313.3947 centred at (gu) : 91.57320 87.68774 84.54535 assigned negative charge : -311.3953 centred at (gu) : 91.35281 88.01249 85.58355 start vw surface at 0.1600000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 146643 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21139 grid for indexing accessible points = 1.400000 m= 67766 mr = 102413 m= 23230 mr = 52700 m= 5289 mr = 17503 m= 632 mr = 3728 m= 19 mr = 354 m= 0 mr = 5 time to grow re-entrant surface = 0.8500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.450000 number of dielectric boundary points 66876 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.600000 number of grid points assigned charge 17430 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.834201 object centre at (A) : 1.714499 6.969000 47.63550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5966519 -0.1818053 midg,1,midg; midg,igrid,midg 2.8654616E-02 -6.3301791E-03 1,midg,midg; igrid,midg,midg -2.9212455E-03 4.1070841E-02 gauss-seidel spectral radius is 0.9992239 estimated iterations to convergence 283 setup time was (sec) 1.790000 now iterating at: 12:35:48 rms-change max change #iterations 8.410204 266.9776 at 10iterations 4.878396 150.4043 at 20iterations 2.802120 65.12191 at 30iterations 1.609854 34.91857 at 40iterations 0.9212877 20.05661 at 50iterations 0.5249687 11.15573 at 60iterations 0.2996556 6.738323 at 70iterations 0.1711639 3.742828 at 80iterations 9.7284533E-02 1.984379 at 90iterations 5.5617344E-02 1.102661 at 100iterations 3.1634852E-02 0.6461639 at 110iterations 1.8106228E-02 0.4372845 at 120iterations 1.0398508E-02 0.2373962 at 130iterations 6.0596983E-03 0.1261597 at 140iterations 3.6357814E-03 8.5597992E-02 at 150iterations 2.2872400E-03 5.6888580E-02 at 160iterations 1.5458112E-03 3.8190842E-02 at 170iterations 1.1319706E-03 2.8636932E-02 at 180iterations finished qdiffx linear iterations at : 12:36:02 total time elapsed so far: 15.90000 # loops : 180 mean,max change (kT/e) : 1.1319706E-03 2.8636932E-02 energy calculations done at 15.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.08000 DelPhi exited at 12:36:02 16.081u 0.325s 0:16.70 98.2% 0+0k 0+0io 0pf+0w