Sun Oct 9 11:06:10 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 Sun Oct 9 2011 at 11:06:10 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: 255 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2819 !!! WARNING: CME 307 has a net charge of -0.3480 !!! WARNING: CME 1 has a net charge of -0.0350 !!! WARNING: CME 3 has a net charge of -0.0350 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6312616 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): -24.93100 29.45600 ymin,ymax (A): -25.25400 26.19800 zmin,zma (A): -15.41000 40.98500 x,y,z range (A): 54.38700 51.45200 56.39500 scale (grids/A): 0.6312616 object centre (A): 2.262500 0.4720001 12.78750 number of atom coordinates read : 2819 total number of charged atoms : 2737 net assigned charge : 4.082034 assigned positive charge : 421.9743 centred at (gu) : 89.78072 89.15473 92.29797 assigned negative charge : -417.8939 centred at (gu) : 89.77093 89.20349 92.39642 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7922 nv = 96 ne = 84 npr = 54267 no. pairs analyzed = 54267 no. exposed pairs = 3890 no. arc points = 27368 no. surface atoms = 1289 nbur = 1530 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 454 mr = 4109 m= 2 mr = 61 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 4208 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2570 ## 225 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 9355 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.7608214E-09 -8.5197200E-09 midg,1,midg; midg,igrid,midg 1.1454431E-08 2.6775415E-11 1,midg,midg; igrid,midg,midg 4.0058081E-09 5.4873750E-09 gauss-seidel spectral radius is 0.9870366 estimated iterations to convergence 72 setup time was (sec) 0.5100000 now iterating at: 11:06:10 rms-change max change #iterations 0.1412864 22.32036 at 10iterations 1.3800572E-02 2.053749 at 20iterations 1.4400941E-03 0.2024875 at 30iterations 2.2567282E-04 3.0418396E-02 at 40iterations 5.8295231E-05 8.9964867E-03 at 50iterations finished qdiffx linear iterations at : 11:06:13 total time elapsed so far: 2.910000 # loops : 50 mean,max change (kT/e) : 5.8295231E-05 8.9964867E-03 energy calculations done at 2.910000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.090000 DelPhi exited at 11:06:13 3.091u 0.132s 0:03.62 88.9% 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 Sun Oct 9 2011 at 11:06:13 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: 255 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2819 !!! WARNING: CME 307 has a net charge of -0.3480 !!! WARNING: CME 1 has a net charge of -0.0350 !!! WARNING: CME 3 has a net charge of -0.0350 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.893785 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): -24.93100 29.45600 ymin,ymax (A): -25.25400 26.19800 zmin,zma (A): -15.41000 40.98500 x,y,z range (A): 54.38700 51.45200 56.39500 scale (grids/A): 1.893785 object centre (A): 2.262500 0.4720001 12.78750 number of atom coordinates read : 2819 total number of charged atoms : 2737 net assigned charge : 4.082034 assigned positive charge : 421.9743 centred at (gu) : 89.34126 87.46339 96.89310 assigned negative charge : -417.8939 centred at (gu) : 89.31284 87.61024 97.18909 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 85421 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27368 grid for indexing accessible points = 1.400000 m= 30858 mr = 57882 m= 5374 mr = 21779 m= 359 mr = 3322 m= 2 mr = 113 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6200000 number of dielectric boundary points 38918 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 145 iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 21509 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.6312616 object centre at (A) : 2.262500 0.4720001 12.78750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.9761796E-03 -2.1531310E-02 midg,1,midg; midg,igrid,midg 4.7680505E-02 1.2475094E-02 1,midg,midg; igrid,midg,midg -1.3446370E-03 2.7582031E-02 gauss-seidel spectral radius is 0.9986688 estimated iterations to convergence 217 setup time was (sec) 0.8900000 now iterating at: 11:06:14 rms-change max change #iterations 4.371368 222.4674 at 10iterations 2.059389 68.60966 at 20iterations 0.9739041 30.27843 at 30iterations 0.4617608 13.63504 at 40iterations 0.2172368 6.637712 at 50iterations 0.1031821 3.170563 at 60iterations 4.8749462E-02 1.662340 at 70iterations 2.3027219E-02 0.6906548 at 80iterations 1.0874638E-02 0.3281784 at 90iterations 5.1531084E-03 0.1814270 at 100iterations 2.4443744E-03 7.8441620E-02 at 110iterations 1.1624516E-03 3.5702705E-02 at 120iterations finished qdiffx linear iterations at : 11:06:21 total time elapsed so far: 7.540000 # loops : 120 mean,max change (kT/e) : 1.1624516E-03 3.5702705E-02 energy calculations done at 7.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.710000 DelPhi exited at 11:06:22 7.715u 0.234s 0:08.42 94.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 Sun Oct 9 2011 at 11:06:22 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: 255 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2819 !!! WARNING: CME 307 has a net charge of -0.3480 !!! WARNING: CME 1 has a net charge of -0.0350 !!! WARNING: CME 3 has a net charge of -0.0350 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.840677 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): -24.93100 29.45600 ymin,ymax (A): -25.25400 26.19800 zmin,zma (A): -15.41000 40.98500 x,y,z range (A): 54.38700 51.45200 56.39500 scale (grids/A): 2.840677 object centre (A): 2.262500 0.4720001 12.78750 number of atom coordinates read : 2819 total number of charged atoms : 2737 net assigned charge : 4.082034 assigned positive charge : 421.9743 centred at (gu) : 89.01181 86.19477 100.3394 assigned negative charge : -417.8939 centred at (gu) : 88.96927 86.41549 100.7838 start vw surface at 0.1500000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 197661 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27368 grid for indexing accessible points = 1.400000 m= 98412 mr = 141208 m= 36684 mr = 78273 m= 9788 mr = 28602 m= 1510 mr = 7250 m= 86 mr = 1001 m= 0 mr = 23 time to grow re-entrant surface = 0.9100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.530000 number of dielectric boundary points 87784 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 21886 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.893785 object centre at (A) : 2.262500 0.4720001 12.78750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1283220 -9.7575642E-02 midg,1,midg; midg,igrid,midg 0.5031707 0.1315884 1,midg,midg; igrid,midg,midg 9.3126623E-03 0.3508840 gauss-seidel spectral radius is 0.9992886 estimated iterations to convergence 296 setup time was (sec) 1.840000 now iterating at: 11:06:24 rms-change max change #iterations 10.45779 329.9626 at 10iterations 6.260817 168.3122 at 20iterations 3.709518 78.63530 at 30iterations 2.193922 52.59096 at 40iterations 1.295480 26.94661 at 50iterations 0.7602085 14.25127 at 60iterations 0.4451934 8.935169 at 70iterations 0.2605482 5.197235 at 80iterations 0.1521916 2.791451 at 90iterations 8.8914581E-02 1.765873 at 100iterations 5.1798999E-02 0.9418640 at 110iterations 3.0217580E-02 0.5037575 at 120iterations 1.7630132E-02 0.3022957 at 130iterations 1.0251468E-02 0.1734905 at 140iterations 5.9812660E-03 0.1231585 at 150iterations 3.4928771E-03 6.0565948E-02 at 160iterations 2.0400158E-03 3.8530350E-02 at 170iterations 1.1986862E-03 2.0316124E-02 at 180iterations finished qdiffx linear iterations at : 11:06:35 total time elapsed so far: 13.19000 # loops : 180 mean,max change (kT/e) : 1.1986862E-03 2.0316124E-02 energy calculations done at 13.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.36000 DelPhi exited at 11:06:36 13.362u 0.272s 0:14.02 97.2% 0+0k 0+0io 0pf+0w