Mon Oct 10 14:19:47 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 Mon Oct 10 2011 at 14:19:48 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: 313 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3114 !!! WARNING: TPO 301 has a net charge of -0.2260 !!! WARNING: SEP 320 has a net charge of -0.2020 !!! WARNING: TPO 1 has a net charge of -1.2740 !!! WARNING: TPO 2 has a net charge of -1.2740 !!! WARNING: SEP 3 has a net charge of -1.2980 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.6011584 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): 7.679000 62.95900 ymin,ymax (A): 22.76800 81.98700 zmin,zma (A): 5.895000 61.13200 x,y,z range (A): 55.28000 59.21900 55.23700 scale (grids/A): 0.6011584 object centre (A): 35.31900 52.37750 33.51350 number of atom coordinates read : 3114 total number of charged atoms : 2964 net assigned charge : -12.77398 assigned positive charge : 457.4292 centred at (gu) : 89.28317 89.34248 89.04502 assigned negative charge : -470.2038 centred at (gu) : 89.39433 89.31789 88.82501 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7848 nv = 96 ne = 84 npr = 60873 no. pairs analyzed = 60873 no. exposed pairs = 4327 no. arc points = 31405 no. surface atoms = 1436 nbur = 1678 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 395 mr = 3967 m= 1 mr = 25 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 4252 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3062 ## 291 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 9545 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9776936E-08 3.3467962E-09 midg,1,midg; midg,igrid,midg -7.7635436E-09 -3.8726604E-09 1,midg,midg; igrid,midg,midg -6.0950794E-10 -9.1409049E-09 gauss-seidel spectral radius is 0.9857425 estimated iterations to convergence 69 setup time was (sec) 0.4300000 now iterating at: 14:19:48 rms-change max change #iterations 0.1228303 21.74694 at 10iterations 1.0773222E-02 1.387428 at 20iterations 1.3565295E-03 0.2417221 at 30iterations 4.0322109E-04 8.7020874E-02 at 40iterations 1.5625883E-04 3.3832550E-02 at 50iterations finished qdiffx linear iterations at : 14:19:51 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 1.5625883E-04 3.3832550E-02 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 14:19:52 3.465u 0.156s 0:04.13 87.4% 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 14:19:52 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: 313 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3114 !!! WARNING: TPO 301 has a net charge of -0.2260 !!! WARNING: SEP 320 has a net charge of -0.2020 !!! WARNING: TPO 1 has a net charge of -1.2740 !!! WARNING: TPO 2 has a net charge of -1.2740 !!! WARNING: SEP 3 has a net charge of -1.2980 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.803475 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): 7.679000 62.95900 ymin,ymax (A): 22.76800 81.98700 zmin,zma (A): 5.895000 61.13200 x,y,z range (A): 55.28000 59.21900 55.23700 scale (grids/A): 1.803475 object centre (A): 35.31900 52.37750 33.51350 number of atom coordinates read : 3114 total number of charged atoms : 2964 net assigned charge : -12.77398 assigned positive charge : 457.4292 centred at (gu) : 87.84921 88.02666 87.13419 assigned negative charge : -470.2038 centred at (gu) : 88.18250 87.95348 86.47470 start vw surface at 0.1100000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 84823 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31405 grid for indexing accessible points = 1.400000 m= 28927 mr = 55861 m= 3933 mr = 20292 m= 210 mr = 2198 m= 3 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 323 time to turn everything in is 0.4200000 number of dielectric boundary points 39491 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 231 iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 23178 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.6011584 object centre at (A) : 35.31900 52.37750 33.51350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8143499E-02 5.5619568E-04 midg,1,midg; midg,igrid,midg -1.0731952E-02 -8.0919806E-03 1,midg,midg; igrid,midg,midg -1.2909674E-02 -4.0073805E-02 gauss-seidel spectral radius is 0.9985590 estimated iterations to convergence 209 setup time was (sec) 0.6400000 now iterating at: 14:19:53 rms-change max change #iterations 4.290092 202.8929 at 10iterations 1.959182 64.15402 at 20iterations 0.8892288 32.58449 at 30iterations 0.4070038 12.14119 at 40iterations 0.1863053 6.256405 at 50iterations 8.5367635E-02 2.634764 at 60iterations 3.8977675E-02 1.172138 at 70iterations 1.7988792E-02 0.5766878 at 80iterations 8.3411597E-03 0.2649269 at 90iterations 3.9240727E-03 0.1256409 at 100iterations 1.9192938E-03 6.5593719E-02 at 110iterations 1.0081601E-03 3.8532257E-02 at 120iterations finished qdiffx linear iterations at : 14:20:00 total time elapsed so far: 7.870000 # loops : 120 mean,max change (kT/e) : 1.0081601E-03 3.8532257E-02 energy calculations done at 7.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.020000 DelPhi exited at 14:20:00 8.020u 0.185s 0:08.65 94.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 Mon Oct 10 2011 at 14:20: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: 313 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3114 !!! WARNING: TPO 301 has a net charge of -0.2260 !!! WARNING: SEP 320 has a net charge of -0.2020 !!! WARNING: TPO 1 has a net charge of -1.2740 !!! WARNING: TPO 2 has a net charge of -1.2740 !!! WARNING: SEP 3 has a net charge of -1.2980 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.705213 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): 7.679000 62.95900 ymin,ymax (A): 22.76800 81.98700 zmin,zma (A): 5.895000 61.13200 x,y,z range (A): 55.28000 59.21900 55.23700 scale (grids/A): 2.705213 object centre (A): 35.31900 52.37750 33.51350 number of atom coordinates read : 3114 total number of charged atoms : 2964 net assigned charge : -12.77398 assigned positive charge : 457.4292 centred at (gu) : 86.77357 87.03984 85.70124 assigned negative charge : -470.2038 centred at (gu) : 87.27352 86.93010 84.71192 start vw surface at 0.1100000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 195927 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31405 grid for indexing accessible points = 1.400000 m= 94693 mr = 136431 m= 32108 mr = 74996 m= 6696 mr = 24744 m= 812 mr = 4690 m= 43 mr = 461 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 1026 time to turn everything in is 1.070000 number of dielectric boundary points 88944 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 23697 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.803475 object centre at (A) : 35.31900 52.37750 33.51350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4193936 4.3772437E-02 midg,1,midg; midg,igrid,midg -7.6556250E-02 -0.1767860 1,midg,midg; igrid,midg,midg -0.2224666 -0.3613172 gauss-seidel spectral radius is 0.9992603 estimated iterations to convergence 290 setup time was (sec) 1.320000 now iterating at: 14:20:02 rms-change max change #iterations 10.51555 308.7458 at 10iterations 6.222362 135.5103 at 20iterations 3.643053 88.23955 at 30iterations 2.121356 48.08873 at 40iterations 1.233067 24.50469 at 50iterations 0.7125574 12.51703 at 60iterations 0.4116666 8.318096 at 70iterations 0.2375605 4.680767 at 80iterations 0.1369254 2.507637 at 90iterations 7.9067484E-02 1.469040 at 100iterations 4.5602869E-02 0.8875580 at 110iterations 2.6127478E-02 0.4570999 at 120iterations 1.5062941E-02 0.2859135 at 130iterations 8.7243812E-03 0.1634941 at 140iterations 5.0513470E-03 9.6929550E-02 at 150iterations 2.9433097E-03 5.8046341E-02 at 160iterations 1.7407435E-03 3.5491943E-02 at 170iterations 1.0582781E-03 2.1657705E-02 at 180iterations finished qdiffx linear iterations at : 14:20:14 total time elapsed so far: 13.12000 # loops : 180 mean,max change (kT/e) : 1.0582781E-03 2.1657705E-02 energy calculations done at 13.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.25000 DelPhi exited at 14:20:14 13.253u 0.206s 0:13.83 97.2% 0+0k 0+0io 0pf+0w