Mon Oct 10 17:03:35 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 17:03: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: 300 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2884 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: SEP 154 has a net charge of -0.4750 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: 0.5514080 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): -30.23100 34.33100 ymin,ymax (A): -25.36500 22.87900 zmin,zma (A): -37.69000 8.358000 x,y,z range (A): 64.56200 48.24400 46.04800 scale (grids/A): 0.5514080 object centre (A): 2.050001 -1.243000 -14.66600 number of atom coordinates read : 2884 total number of charged atoms : 2742 net assigned charge : 0.5390195 assigned positive charge : 431.1610 centred at (gu) : 89.99501 89.81219 89.69342 assigned negative charge : -430.6232 centred at (gu) : 89.96094 89.99195 89.77816 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5802 nv = 96 ne = 84 npr = 57298 no. pairs analyzed = 57298 no. exposed pairs = 3775 no. arc points = 26724 no. surface atoms = 1276 nbur = 1608 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.568000 m= 245 mr = 2914 m= 1 mr = 14 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.3100000 number of dielectric boundary points 3120 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2740 ## 360 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 7480 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.5391976E-10 -5.8981492E-10 midg,1,midg; midg,igrid,midg 1.4910050E-09 -1.3458935E-09 1,midg,midg; igrid,midg,midg -2.3198077E-10 3.0479677E-10 gauss-seidel spectral radius is 0.9830384 estimated iterations to convergence 63 setup time was (sec) 0.6300000 now iterating at: 17:03:36 rms-change max change #iterations 7.5462826E-02 13.97013 at 10iterations 5.1784669E-03 0.9529419 at 20iterations 3.4691751E-04 6.6296577E-02 at 30iterations 2.4171881E-05 4.4841766E-03 at 40iterations 1.7139564E-06 2.7465820E-04 at 50iterations finished qdiffx linear iterations at : 17:03:40 total time elapsed so far: 4.850000 # loops : 50 mean,max change (kT/e) : 1.7139564E-06 2.7465820E-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 17:03:41 5.026u 0.464s 0:06.35 86.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 Mon Oct 10 2011 at 17:03:41 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: 300 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2884 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: SEP 154 has a net charge of -0.4750 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.654224 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): -30.23100 34.33100 ymin,ymax (A): -25.36500 22.87900 zmin,zma (A): -37.69000 8.358000 x,y,z range (A): 64.56200 48.24400 46.04800 scale (grids/A): 1.654224 object centre (A): 2.050001 -1.243000 -14.66600 number of atom coordinates read : 2884 total number of charged atoms : 2742 net assigned charge : 0.5390195 assigned positive charge : 431.1610 centred at (gu) : 89.98432 89.43562 89.07957 assigned negative charge : -430.6232 centred at (gu) : 89.88232 89.97548 89.33418 start vw surface at 0.1300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 63724 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26724 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 19114 mr = 42261 m= 1952 mr = 12871 m= 46 mr = 900 m= 0 mr = 6 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 1043 time to turn everything in is 0.5500000 number of dielectric boundary points 28798 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 333 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 21065 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.5514080 object centre at (A) : 2.050001 -1.243000 -14.66600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.8549628E-03 -1.5916541E-03 midg,1,midg; midg,igrid,midg 1.1008580E-02 -1.9374261E-02 1,midg,midg; igrid,midg,midg -5.0000311E-03 1.2470335E-02 gauss-seidel spectral radius is 0.9982289 estimated iterations to convergence 189 setup time was (sec) 0.8800000 now iterating at: 17:03:45 rms-change max change #iterations 3.357620 152.5582 at 10iterations 1.411449 59.34324 at 20iterations 0.5904155 26.33097 at 30iterations 0.2490659 8.845104 at 40iterations 0.1046948 3.949512 at 50iterations 4.4110693E-02 1.802078 at 60iterations 1.8514954E-02 0.7521200 at 70iterations 7.8451270E-03 0.3000755 at 80iterations 3.2815009E-03 0.1226482 at 90iterations 1.3826181E-03 5.0496101E-02 at 100iterations 5.8650400E-04 2.0522952E-02 at 110iterations 2.4577559E-04 8.4583163E-03 at 120iterations finished qdiffx linear iterations at : 17:03:55 total time elapsed so far: 11.63000 # loops : 120 mean,max change (kT/e) : 2.4577559E-04 8.4583163E-03 energy calculations done at 11.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.81000 DelPhi exited at 17:03:56 11.813u 0.505s 0:15.15 81.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 Mon Oct 10 2011 at 17:03:56 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: 300 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2884 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: SEP 154 has a net charge of -0.4750 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.481336 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): -30.23100 34.33100 ymin,ymax (A): -25.36500 22.87900 zmin,zma (A): -37.69000 8.358000 x,y,z range (A): 64.56200 48.24400 46.04800 scale (grids/A): 2.481336 object centre (A): 2.050001 -1.243000 -14.66600 number of atom coordinates read : 2884 total number of charged atoms : 2742 net assigned charge : 0.5390195 assigned positive charge : 431.1610 centred at (gu) : 89.97624 89.15318 88.61905 assigned negative charge : -430.6232 centred at (gu) : 89.82354 89.96310 89.00098 start vw surface at 0.1300000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 148360 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26724 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 66174 mr = 104088 m= 18650 mr = 51582 m= 2782 mr = 13667 m= 178 mr = 1739 m= 3 mr = 82 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 3397 time to turn everything in is 1.320000 number of dielectric boundary points 64989 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 21918 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.654224 object centre at (A) : 2.050001 -1.243000 -14.66600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.5161544E-02 -1.2489732E-02 midg,1,midg; midg,igrid,midg 0.1709774 -0.2626806 1,midg,midg; igrid,midg,midg 0.3101837 0.2562733 gauss-seidel spectral radius is 0.9991550 estimated iterations to convergence 272 setup time was (sec) 1.680000 now iterating at: 17:03:59 rms-change max change #iterations 8.727419 305.0618 at 10iterations 4.927598 172.4121 at 20iterations 2.778739 73.87478 at 30iterations 1.553211 43.96980 at 40iterations 0.8671772 21.07527 at 50iterations 0.4826404 11.48768 at 60iterations 0.2683949 6.264699 at 70iterations 0.1483574 3.136642 at 80iterations 8.2256928E-02 1.809141 at 90iterations 4.5546006E-02 0.8930645 at 100iterations 2.5178669E-02 0.6812382 at 110iterations 1.3900030E-02 0.3356667 at 120iterations 7.6746424E-03 0.1543999 at 130iterations 4.2419685E-03 9.7596407E-02 at 140iterations 2.3464297E-03 5.4285049E-02 at 150iterations 1.2921969E-03 2.8949738E-02 at 160iterations 7.1566645E-04 1.4527321E-02 at 170iterations 3.9554894E-04 8.5124969E-03 at 180iterations finished qdiffx linear iterations at : 17:04:16 total time elapsed so far: 19.08000 # loops : 180 mean,max change (kT/e) : 3.9554894E-04 8.5124969E-03 energy calculations done at 19.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.25000 DelPhi exited at 17:04:17 19.259u 0.539s 0:20.13 98.2% 0+0k 0+0io 0pf+0w