Mon Oct 10 11:55: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+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 Mon Oct 10 2011 at 11:55: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.7586089 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): 9.252001 56.18000 ymin,ymax (A): -9.211000 36.46700 zmin,zma (A): -3.023000 43.57200 x,y,z range (A): 46.92800 45.67800 46.59500 scale (grids/A): 0.7586089 object centre (A): 32.71600 13.62800 20.27450 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 317.0999 centred at (gu) : 89.27900 90.59074 90.10718 assigned negative charge : -323.3720 centred at (gu) : 89.27462 90.67982 90.31176 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 8506 nv = 96 ne = 84 npr = 43339 no. pairs analyzed = 43339 no. exposed pairs = 2721 no. arc points = 19176 no. surface atoms = 914 nbur = 1203 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 599 mr = 4735 m= 8 mr = 141 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 98 time to turn everything in is 0.2700000 number of dielectric boundary points 4237 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1529 ## 120 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 8793 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3317248E-07 -4.8131471E-07 midg,1,midg; midg,igrid,midg -2.8631932E-08 -3.2907005E-07 1,midg,midg; igrid,midg,midg -1.9153372E-07 -1.3716760E-07 gauss-seidel spectral radius is 0.9909446 estimated iterations to convergence 85 setup time was (sec) 0.5400000 now iterating at: 11:55:31 rms-change max change #iterations 0.2683949 43.77130 at 10iterations 3.8407419E-02 5.329328 at 20iterations 5.4053734E-03 0.7787895 at 30iterations 7.5328996E-04 9.4058990E-02 at 40iterations 1.0739922E-04 1.7044067E-02 at 50iterations finished qdiffx linear iterations at : 11:55:34 total time elapsed so far: 4.330000 # loops : 50 mean,max change (kT/e) : 1.0739922E-04 1.7044067E-02 energy calculations done at 4.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.500000 DelPhi exited at 11:55:35 4.502u 0.375s 0:05.30 91.8% 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 11:55: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.275827 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): 9.252001 56.18000 ymin,ymax (A): -9.211000 36.46700 zmin,zma (A): -3.023000 43.57200 x,y,z range (A): 46.92800 45.67800 46.59500 scale (grids/A): 2.275827 object centre (A): 32.71600 13.62800 20.27450 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 317.0999 centred at (gu) : 87.83700 91.77208 90.32138 assigned negative charge : -323.3720 centred at (gu) : 87.82376 92.03941 90.93523 start vw surface at 0.1100000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 88741 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19176 grid for indexing accessible points = 1.400000 m= 35961 mr = 61393 m= 8205 mr = 27450 m= 992 mr = 5778 m= 39 mr = 562 m= 0 mr = 8 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 2494 time to turn everything in is 0.7500000 number of dielectric boundary points 38747 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 33 iepsmp to db, and charging done at 0.8900000 number of grid points assigned charge 15753 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.7586089 object centre at (A) : 32.71600 13.62800 20.27450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.9143440E-03 -0.1413894 midg,1,midg; midg,igrid,midg -2.9696608E-02 -5.3237732E-02 1,midg,midg; igrid,midg,midg -2.1970633E-03 9.2229806E-03 gauss-seidel spectral radius is 0.9989706 estimated iterations to convergence 246 setup time was (sec) 1.080000 now iterating at: 11:55:37 rms-change max change #iterations 5.337037 215.8464 at 10iterations 2.748286 86.86292 at 20iterations 1.420198 43.63596 at 30iterations 0.7311150 20.95565 at 40iterations 0.3791777 9.833862 at 50iterations 0.1958625 5.577707 at 60iterations 0.1016790 3.154676 at 70iterations 5.2368660E-02 1.510626 at 80iterations 2.7139811E-02 0.7371198 at 90iterations 1.4082425E-02 0.4276276 at 100iterations 7.2540510E-03 0.2017365 at 110iterations 3.7498272E-03 0.1056213 at 120iterations finished qdiffx linear iterations at : 11:55:46 total time elapsed so far: 11.01000 # loops : 120 mean,max change (kT/e) : 3.7498272E-03 0.1056213 energy calculations done at 11.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.17000 DelPhi exited at 11:55:47 11.177u 0.437s 0:12.01 96.5% 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 11:55:47 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 3.413740 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): 9.252001 56.18000 ymin,ymax (A): -9.211000 36.46700 zmin,zma (A): -3.023000 43.57200 x,y,z range (A): 46.92800 45.67800 46.59500 scale (grids/A): 3.413740 object centre (A): 32.71600 13.62800 20.27450 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 317.0999 centred at (gu) : 86.75539 92.65804 90.48207 assigned negative charge : -323.3720 centred at (gu) : 86.73563 93.05914 91.40293 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.9200000 boundary points on vw surface= 204278 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19176 grid for indexing accessible points = 1.400000 m= 109644 mr = 147826 m= 47880 mr = 91323 m= 15799 mr = 39784 m= 3995 mr = 12637 m= 611 mr = 3095 m= 33 mr = 404 m= 0 mr = 11 time to grow re-entrant surface = 1.270000 no. cavity mid-points inaccessible to solvent = 8446 time to turn everything in is 2.330000 number of dielectric boundary points 87160 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.470000 number of grid points assigned charge 15824 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) : 2.275827 object centre at (A) : 32.71600 13.62800 20.27450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1566564 -1.307901 midg,1,midg; midg,igrid,midg -0.2414099 -0.2380141 1,midg,midg; igrid,midg,midg -8.5642198E-03 -5.3482950E-03 gauss-seidel spectral radius is 0.9993293 estimated iterations to convergence 305 setup time was (sec) 2.680000 now iterating at: 11:55:50 rms-change max change #iterations 11.32736 269.0498 at 10iterations 6.714004 143.9660 at 20iterations 3.971941 66.94444 at 30iterations 2.352654 37.97276 at 40iterations 1.386696 22.89167 at 50iterations 0.8190186 13.84431 at 60iterations 0.4832820 7.893568 at 70iterations 0.2855901 4.347719 at 80iterations 0.1686500 2.722073 at 90iterations 9.9436924E-02 1.552330 at 100iterations 5.8590397E-02 0.9008918 at 110iterations 3.4594707E-02 0.5394526 at 120iterations 2.0393698E-02 0.3551645 at 130iterations 1.2029697E-02 0.1815004 at 140iterations 7.1025081E-03 0.1093707 at 150iterations 4.1926415E-03 6.6131592E-02 at 160iterations 2.4760822E-03 3.6094666E-02 at 170iterations 1.4607842E-03 2.2737980E-02 at 180iterations finished qdiffx linear iterations at : 11:56:08 total time elapsed so far: 20.24000 # loops : 180 mean,max change (kT/e) : 1.4607842E-03 2.2737980E-02 energy calculations done at 20.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.41000 DelPhi exited at 11:56:08 20.411u 0.472s 0:21.18 98.5% 0+0k 0+0io 0pf+0w