Tue Oct 11 03:59:14 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 03:59:14 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2758 !!! WARNING: TYS 1 has a net charge of -0.3600 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.6433192 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): -10.95900 37.01700 ymin,ymax (A): -25.60300 22.54800 zmin,zma (A): -10.13100 45.20700 x,y,z range (A): 47.97600 48.15100 55.33800 scale (grids/A): 0.6433192 object centre (A): 13.02900 -1.527499 17.53800 number of atom coordinates read : 2758 total number of charged atoms : 2605 net assigned charge : -0.8599797 assigned positive charge : 415.6037 centred at (gu) : 90.04275 90.34426 91.75919 assigned negative charge : -416.4643 centred at (gu) : 89.78844 90.23009 91.70010 start vw surface at 0.1500000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7428 nv = 96 ne = 84 npr = 57345 no. pairs analyzed = 57345 no. exposed pairs = 3310 no. arc points = 22859 no. surface atoms = 1105 nbur = 1653 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 409 mr = 4206 m= 1 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.3600000 number of dielectric boundary points 3589 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2229 ## 219 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9072 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.6429067E-09 9.5644452E-09 midg,1,midg; midg,igrid,midg -1.6091658E-08 1.4936004E-08 1,midg,midg; igrid,midg,midg -3.6910041E-08 3.2541159E-08 gauss-seidel spectral radius is 0.9874870 estimated iterations to convergence 73 setup time was (sec) 0.6400000 now iterating at: 03:59:15 rms-change max change #iterations 0.1561093 23.74481 at 10iterations 1.5930502E-02 2.528580 at 20iterations 1.6722182E-03 0.2322845 at 30iterations 1.9195309E-04 2.6054382E-02 at 40iterations 3.0613603E-05 4.3640137E-03 at 50iterations finished qdiffx linear iterations at : 03:59:18 total time elapsed so far: 4.010000 # loops : 50 mean,max change (kT/e) : 3.0613603E-05 4.3640137E-03 energy calculations done at 4.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.190000 DelPhi exited at 03:59:19 4.198u 0.279s 0:05.25 84.9% 0+0k 0+0io 6pf+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 03:59:19 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2758 !!! WARNING: TYS 1 has a net charge of -0.3600 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.929958 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): -10.95900 37.01700 ymin,ymax (A): -25.60300 22.54800 zmin,zma (A): -10.13100 45.20700 x,y,z range (A): 47.97600 48.15100 55.33800 scale (grids/A): 1.929958 object centre (A): 13.02900 -1.527499 17.53800 number of atom coordinates read : 2758 total number of charged atoms : 2605 net assigned charge : -0.8599797 assigned positive charge : 415.6037 centred at (gu) : 90.12748 91.03212 95.27700 assigned negative charge : -416.4643 centred at (gu) : 89.36494 90.68974 95.10017 start vw surface at 0.1600000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 80735 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22859 grid for indexing accessible points = 1.400000 m= 29383 mr = 57374 m= 4541 mr = 21681 m= 272 mr = 2836 m= 9 mr = 80 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 790 time to turn everything in is 0.7300000 number of dielectric boundary points 32969 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 166 iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 20530 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.6433192 object centre at (A) : 13.02900 -1.527499 17.53800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.2322563E-02 -1.5346256E-02 midg,1,midg; midg,igrid,midg -1.2784496E-02 2.2359505E-02 1,midg,midg; igrid,midg,midg -2.0907123E-02 4.7882728E-02 gauss-seidel spectral radius is 0.9986792 estimated iterations to convergence 218 setup time was (sec) 1.030000 now iterating at: 03:59:21 rms-change max change #iterations 4.500267 203.6376 at 10iterations 2.143243 71.91846 at 20iterations 1.018295 32.45690 at 30iterations 0.4851528 15.00624 at 40iterations 0.2300462 8.097268 at 50iterations 0.1094293 3.324957 at 60iterations 5.2021466E-02 1.539963 at 70iterations 2.4740204E-02 0.7502728 at 80iterations 1.1758965E-02 0.3639374 at 90iterations 5.5808844E-03 0.1622391 at 100iterations 2.6618652E-03 8.9279175E-02 at 110iterations 1.2655802E-03 3.8618088E-02 at 120iterations finished qdiffx linear iterations at : 03:59:29 total time elapsed so far: 9.610000 # loops : 120 mean,max change (kT/e) : 1.2655802E-03 3.8618088E-02 energy calculations done at 9.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.800000 DelPhi exited at 03:59:30 9.799u 0.322s 0:10.53 96.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 Tue Oct 11 2011 at 03:59: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2758 !!! WARNING: TYS 1 has a net charge of -0.3600 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.894937 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): -10.95900 37.01700 ymin,ymax (A): -25.60300 22.54800 zmin,zma (A): -10.13100 45.20700 x,y,z range (A): 47.97600 48.15100 55.33800 scale (grids/A): 2.894937 object centre (A): 13.02900 -1.527499 17.53800 number of atom coordinates read : 2758 total number of charged atoms : 2605 net assigned charge : -0.8599797 assigned positive charge : 415.6037 centred at (gu) : 90.19119 91.54826 97.91517 assigned negative charge : -416.4643 centred at (gu) : 89.04723 91.03460 97.65011 start vw surface at 0.1700000 fill in re-entrant regions at 0.6400000 boundary points on vw surface= 186932 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22859 grid for indexing accessible points = 1.400000 m= 95548 mr = 138612 m= 33985 mr = 78586 m= 8168 mr = 27360 m= 1175 mr = 6208 m= 56 mr = 728 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 1.110000 no. cavity mid-points inaccessible to solvent = 2614 time to turn everything in is 1.880000 number of dielectric boundary points 74351 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.040000 number of grid points assigned charge 20835 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.929958 object centre at (A) : 13.02900 -1.527499 17.53800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.8044605 7.5118758E-02 midg,1,midg; midg,igrid,midg -0.1491552 0.2947589 1,midg,midg; igrid,midg,midg -0.1307198 0.4206244 gauss-seidel spectral radius is 0.9992676 estimated iterations to convergence 292 setup time was (sec) 2.220000 now iterating at: 03:59:32 rms-change max change #iterations 10.44687 389.4856 at 10iterations 6.104084 130.0143 at 20iterations 3.554049 78.23669 at 30iterations 2.068923 50.89672 at 40iterations 1.200213 24.97278 at 50iterations 0.6959487 12.79468 at 60iterations 0.4029126 7.169362 at 70iterations 0.2334027 4.424373 at 80iterations 0.1349799 2.558174 at 90iterations 7.7984408E-02 1.382603 at 100iterations 4.5123503E-02 0.8302984 at 110iterations 2.6132170E-02 0.5627022 at 120iterations 1.5056677E-02 0.2530441 at 130iterations 8.7432452E-03 0.1615667 at 140iterations 5.0423499E-03 8.4030151E-02 at 150iterations 2.9311404E-03 5.6676865E-02 at 160iterations 1.7089722E-03 3.0677795E-02 at 170iterations 9.9971844E-04 1.9690990E-02 at 180iterations finished qdiffx linear iterations at : 03:59:47 total time elapsed so far: 16.48000 # loops : 180 mean,max change (kT/e) : 9.9971844E-04 1.9690990E-02 energy calculations done at 16.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.66000 DelPhi exited at 03:59:47 16.658u 0.319s 0:17.46 97.1% 0+0k 0+0io 0pf+0w