Mon Oct 10 13:56:04 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 13:56:04 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1694 !!! WARNING: NAP 164 has a net charge of -2.0180 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.7266937 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): -6.517000 37.40000 ymin,ymax (A): 1.078000 50.06700 zmin,zma (A): 6.330000 47.41100 x,y,z range (A): 43.91700 48.98900 41.08100 scale (grids/A): 0.7266937 object centre (A): 15.44150 25.57250 26.87050 number of atom coordinates read : 1694 total number of charged atoms : 1557 net assigned charge : -11.51799 assigned positive charge : 251.1892 centred at (gu) : 91.01452 91.15697 90.87022 assigned negative charge : -262.7071 centred at (gu) : 91.01346 91.34751 90.54102 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6012 nv = 96 ne = 84 npr = 36924 no. pairs analyzed = 36924 no. exposed pairs = 2113 no. arc points = 14831 no. surface atoms = 722 nbur = 972 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 374 mr = 3380 m= 2 mr = 51 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 88 time to turn everything in is 0.2800000 number of dielectric boundary points 2957 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1261 ## 72 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 6480 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.0987943E-07 6.1307574E-08 midg,1,midg; midg,igrid,midg -2.7973352E-08 -3.4058314E-07 1,midg,midg; igrid,midg,midg -1.2602786E-07 -1.8114866E-07 gauss-seidel spectral radius is 0.9900887 estimated iterations to convergence 82 setup time was (sec) 0.5700000 now iterating at: 13:56:05 rms-change max change #iterations 0.2052519 33.32533 at 10iterations 2.6820399E-02 3.653728 at 20iterations 3.3867520E-03 0.4969330 at 30iterations 4.4451575E-04 6.2095642E-02 at 40iterations 5.7945661E-05 7.9524517E-03 at 50iterations finished qdiffx linear iterations at : 13:56:09 total time elapsed so far: 3.920000 # loops : 50 mean,max change (kT/e) : 5.7945661E-05 7.9524517E-03 energy calculations done at 3.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.110000 DelPhi exited at 13:56:09 4.110u 0.230s 0:04.66 93.1% 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 13:56:09 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1694 !!! WARNING: NAP 164 has a net charge of -2.0180 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.180081 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): -6.517000 37.40000 ymin,ymax (A): 1.078000 50.06700 zmin,zma (A): 6.330000 47.41100 x,y,z range (A): 43.91700 48.98900 41.08100 scale (grids/A): 2.180081 object centre (A): 15.44150 25.57250 26.87050 number of atom coordinates read : 1694 total number of charged atoms : 1557 net assigned charge : -11.51799 assigned positive charge : 251.1892 centred at (gu) : 93.04375 93.47106 92.61070 assigned negative charge : -262.7071 centred at (gu) : 93.04039 94.04279 91.62325 start vw surface at 0.1200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 63322 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14831 grid for indexing accessible points = 1.400000 m= 25155 mr = 43780 m= 4659 mr = 19249 m= 331 mr = 3161 m= 9 mr = 135 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 2875 time to turn everything in is 0.5100000 number of dielectric boundary points 27151 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 45 iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 12404 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.7266937 object centre at (A) : 15.44150 25.57250 26.87050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.8070143E-02 2.6211534E-02 midg,1,midg; midg,igrid,midg -5.4193339E-03 -8.2780890E-02 1,midg,midg; igrid,midg,midg -5.4042954E-02 -7.8921497E-02 gauss-seidel spectral radius is 0.9988447 estimated iterations to convergence 233 setup time was (sec) 0.8300000 now iterating at: 13:56:10 rms-change max change #iterations 4.476202 188.1309 at 10iterations 2.217683 83.66490 at 20iterations 1.100596 36.05463 at 30iterations 0.5468479 19.41117 at 40iterations 0.2723742 8.760438 at 50iterations 0.1354834 4.353634 at 60iterations 6.7254215E-02 2.038679 at 70iterations 3.3613604E-02 1.109634 at 80iterations 1.6672738E-02 0.5375252 at 90iterations 8.2696751E-03 0.2429118 at 100iterations 4.1080969E-03 0.1360092 at 110iterations 2.0515402E-03 6.2461853E-02 at 120iterations finished qdiffx linear iterations at : 13:56:19 total time elapsed so far: 9.130000 # loops : 120 mean,max change (kT/e) : 2.0515402E-03 6.2461853E-02 energy calculations done at 9.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.310000 DelPhi exited at 13:56:19 9.315u 0.234s 0:10.16 93.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 13:56:20 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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1694 !!! WARNING: NAP 164 has a net charge of -2.0180 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.270122 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): -6.517000 37.40000 ymin,ymax (A): 1.078000 50.06700 zmin,zma (A): 6.330000 47.41100 x,y,z range (A): 43.91700 48.98900 41.08100 scale (grids/A): 3.270122 object centre (A): 15.44150 25.57250 26.87050 number of atom coordinates read : 1694 total number of charged atoms : 1557 net assigned charge : -11.51799 assigned positive charge : 251.1892 centred at (gu) : 94.56545 95.20659 93.91620 assigned negative charge : -262.7071 centred at (gu) : 94.56066 96.06425 92.43488 start vw surface at 0.1600000 fill in re-entrant regions at 0.8400000 boundary points on vw surface= 145947 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14831 grid for indexing accessible points = 1.400000 m= 77406 mr = 105379 m= 32163 mr = 64617 m= 8862 mr = 26772 m= 1463 mr = 6901 m= 141 mr = 1014 m= 5 mr = 85 m= 0 mr = 2 time to grow re-entrant surface = 0.7600001 no. cavity mid-points inaccessible to solvent = 9892 time to turn everything in is 1.720000 number of dielectric boundary points 61217 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.860000 number of grid points assigned charge 12456 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.180081 object centre at (A) : 15.44150 25.57250 26.87050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4526305 0.3197561 midg,1,midg; midg,igrid,midg -3.3011902E-02 -0.7090494 1,midg,midg; igrid,midg,midg -0.3750734 -0.5857680 gauss-seidel spectral radius is 0.9992935 estimated iterations to convergence 297 setup time was (sec) 2.050000 now iterating at: 13:56:22 rms-change max change #iterations 9.839116 434.2426 at 10iterations 5.730721 121.2496 at 20iterations 3.348881 65.23270 at 30iterations 1.948549 38.43928 at 40iterations 1.134356 22.02167 at 50iterations 0.6603930 11.99241 at 60iterations 0.3841548 7.539837 at 70iterations 0.2235938 4.222345 at 80iterations 0.1301593 3.005709 at 90iterations 7.5363353E-02 1.400780 at 100iterations 4.3941930E-02 0.7768517 at 110iterations 2.5527637E-02 0.4519424 at 120iterations 1.4861458E-02 0.2813225 at 130iterations 8.6222002E-03 0.1516020 at 140iterations 5.0105951E-03 9.0679169E-02 at 150iterations 2.9063094E-03 5.2947998E-02 at 160iterations 1.6966590E-03 2.9827118E-02 at 170iterations 9.8557759E-04 1.9916534E-02 at 180iterations finished qdiffx linear iterations at : 13:56:35 total time elapsed so far: 15.08000 # loops : 180 mean,max change (kT/e) : 9.8557759E-04 1.9916534E-02 energy calculations done at 15.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.25000 DelPhi exited at 13:56:35 15.253u 0.278s 0:15.96 97.2% 0+0k 0+0io 0pf+0w