Sat Oct 8 15:59:02 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 15:59:02 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2331 !!! WARNING: ASL 705 has a net charge of -0.1000 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.6432843 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): -2.392000 46.67700 ymin,ymax (A): 16.74400 62.09400 zmin,zma (A): -18.83300 36.50800 x,y,z range (A): 49.06900 45.35000 55.34100 scale (grids/A): 0.6432843 object centre (A): 22.14250 39.41900 8.837502 number of atom coordinates read : 2331 total number of charged atoms : 2230 net assigned charge : 3.900002 assigned positive charge : 343.8781 centred at (gu) : 90.44833 88.88231 90.19363 assigned negative charge : -339.9788 centred at (gu) : 90.51503 89.01318 90.22247 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6504 nv = 96 ne = 84 npr = 47347 no. pairs analyzed = 47347 no. exposed pairs = 2912 no. arc points = 20171 no. surface atoms = 995 nbur = 1336 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 354 mr = 3601 m= 0 mr = 48 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.3200000 number of dielectric boundary points 3209 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2023 ## 182 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 7804 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.9411429E-09 2.9837783E-09 midg,1,midg; midg,igrid,midg 2.6076373E-08 -6.7789805E-09 1,midg,midg; igrid,midg,midg 1.2273694E-08 -1.5750902E-09 gauss-seidel spectral radius is 0.9874567 estimated iterations to convergence 73 setup time was (sec) 0.6000000 now iterating at: 15:59:03 rms-change max change #iterations 0.1395625 22.14009 at 10iterations 1.4079166E-02 2.242901 at 20iterations 1.5064806E-03 0.2288580 at 30iterations 2.1045438E-04 3.5472870E-02 at 40iterations 4.5547291E-05 7.8697205E-03 at 50iterations finished qdiffx linear iterations at : 15:59:06 total time elapsed so far: 3.860000 # loops : 50 mean,max change (kT/e) : 4.5547291E-05 7.8697205E-03 energy calculations done at 3.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.030000 DelPhi exited at 15:59:06 4.036u 0.254s 0:04.59 93.2% 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 15:59:06 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2331 !!! WARNING: ASL 705 has a net charge of -0.1000 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.929853 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): -2.392000 46.67700 ymin,ymax (A): 16.74400 62.09400 zmin,zma (A): -18.83300 36.50800 x,y,z range (A): 49.06900 45.35000 55.34100 scale (grids/A): 1.929853 object centre (A): 22.14250 39.41900 8.837502 number of atom coordinates read : 2331 total number of charged atoms : 2230 net assigned charge : 3.900002 assigned positive charge : 343.8781 centred at (gu) : 91.34444 86.64632 90.58050 assigned negative charge : -339.9788 centred at (gu) : 91.54505 87.03970 90.66716 start vw surface at 0.1600000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 70309 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20171 grid for indexing accessible points = 1.400000 m= 25684 mr = 49030 m= 4527 mr = 19070 m= 259 mr = 3031 m= 4 mr = 83 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 406 time to turn everything in is 0.6400000 number of dielectric boundary points 29569 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 125 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 17568 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.6432843 object centre at (A) : 22.14250 39.41900 8.837502 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6807472E-02 -3.3728727E-03 midg,1,midg; midg,igrid,midg 2.8665237E-02 -6.9476706E-03 1,midg,midg; igrid,midg,midg 1.1879280E-02 -3.6834188E-02 gauss-seidel spectral radius is 0.9986422 estimated iterations to convergence 215 setup time was (sec) 0.9400000 now iterating at: 15:59:08 rms-change max change #iterations 4.097678 180.8810 at 10iterations 1.915919 66.05840 at 20iterations 0.9008046 28.08840 at 30iterations 0.4230015 14.66599 at 40iterations 0.1988925 6.676487 at 50iterations 9.3404740E-02 2.827963 at 60iterations 4.3884784E-02 1.366151 at 70iterations 2.0642910E-02 0.6395121 at 80iterations 9.6923215E-03 0.3125458 at 90iterations 4.5700558E-03 0.1521950 at 100iterations 2.1619836E-03 7.4350357E-02 at 110iterations 1.0317840E-03 3.1053543E-02 at 120iterations finished qdiffx linear iterations at : 15:59:16 total time elapsed so far: 9.150000 # loops : 120 mean,max change (kT/e) : 1.0317840E-03 3.1053543E-02 energy calculations done at 9.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.330000 DelPhi exited at 15:59:16 9.335u 0.283s 0:09.89 97.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 Sat Oct 8 2011 at 15:59: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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2331 !!! WARNING: ASL 705 has a net charge of -0.1000 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.894779 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): -2.392000 46.67700 ymin,ymax (A): 16.74400 62.09400 zmin,zma (A): -18.83300 36.50800 x,y,z range (A): 49.06900 45.35000 55.34100 scale (grids/A): 2.894779 object centre (A): 22.14250 39.41900 8.837502 number of atom coordinates read : 2331 total number of charged atoms : 2230 net assigned charge : 3.900002 assigned positive charge : 343.8781 centred at (gu) : 92.01669 84.96925 90.87067 assigned negative charge : -339.9788 centred at (gu) : 92.31750 85.55960 91.00080 start vw surface at 0.1400000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 162837 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20171 grid for indexing accessible points = 1.400000 m= 82172 mr = 118832 m= 30893 mr = 67372 m= 8422 mr = 25208 m= 1331 mr = 6661 m= 49 mr = 954 m= 0 mr = 14 time to grow re-entrant surface = 0.9700000 no. cavity mid-points inaccessible to solvent = 1304 time to turn everything in is 1.620000 number of dielectric boundary points 66663 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.760000 number of grid points assigned charge 17840 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.929853 object centre at (A) : 22.14250 39.41900 8.837502 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1644044 -0.1236183 midg,1,midg; midg,igrid,midg 0.2380861 -8.8932961E-02 1,midg,midg; igrid,midg,midg 0.1164606 -0.5433668 gauss-seidel spectral radius is 0.9992547 estimated iterations to convergence 289 setup time was (sec) 1.930000 now iterating at: 15:59:19 rms-change max change #iterations 9.575049 443.1345 at 10iterations 5.596509 118.1472 at 20iterations 3.252461 75.77668 at 30iterations 1.887654 36.05177 at 40iterations 1.093481 22.87433 at 50iterations 0.6311661 12.90669 at 60iterations 0.3644293 7.013192 at 70iterations 0.2102510 3.861916 at 80iterations 0.1211274 2.206923 at 90iterations 6.9622487E-02 1.446293 at 100iterations 4.0045951E-02 0.7714158 at 110iterations 2.3080479E-02 0.4232483 at 120iterations 1.3276183E-02 0.2580261 at 130iterations 7.6600350E-03 0.1349964 at 140iterations 4.4350224E-03 8.1148148E-02 at 150iterations 2.5882765E-03 4.6682358E-02 at 160iterations 1.5305935E-03 3.1175613E-02 at 170iterations 9.2537201E-04 1.8556595E-02 at 180iterations finished qdiffx linear iterations at : 15:59:32 total time elapsed so far: 15.34000 # loops : 180 mean,max change (kT/e) : 9.2537201E-04 1.8556595E-02 energy calculations done at 15.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.51000 DelPhi exited at 15:59:32 15.513u 0.333s 0:16.13 98.2% 0+0k 0+0io 0pf+0w