Sat Oct 8 14:09:24 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 Sat Oct 8 2011 at 14:09:25 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3038 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.6368287 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): -12.09700 43.49200 ymin,ymax (A): -22.26100 22.66900 zmin,zma (A): -8.348001 47.55400 x,y,z range (A): 55.58900 44.93000 55.90200 scale (grids/A): 0.6368287 object centre (A): 15.69750 0.2039995 19.60300 number of atom coordinates read : 3038 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 456.8456 centred at (gu) : 88.76175 89.52894 91.94136 assigned negative charge : -456.8323 centred at (gu) : 88.75860 89.43237 91.84322 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8174 nv = 96 ne = 84 npr = 63752 no. pairs analyzed = 63752 no. exposed pairs = 3436 no. arc points = 23984 no. surface atoms = 1175 nbur = 1863 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 441 mr = 4811 m= 0 mr = 45 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3759 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2262 ## 194 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9902 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.2614315E-09 1.8435209E-08 midg,1,midg; midg,igrid,midg -1.3737325E-08 1.0640421E-08 1,midg,midg; igrid,midg,midg -7.3906253E-10 1.7334703E-10 gauss-seidel spectral radius is 0.9872571 estimated iterations to convergence 72 setup time was (sec) 0.5500000 now iterating at: 14:09:25 rms-change max change #iterations 0.1577100 24.00909 at 10iterations 1.5787700E-02 2.248699 at 20iterations 1.6353978E-03 0.2053223 at 30iterations 2.0043313E-04 2.7568817E-02 at 40iterations 3.1535663E-05 4.3525696E-03 at 50iterations finished qdiffx linear iterations at : 14:09:28 total time elapsed so far: 3.010000 # loops : 50 mean,max change (kT/e) : 3.1535663E-05 4.3525696E-03 energy calculations done at 3.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.190000 DelPhi exited at 14:09:28 3.190u 0.179s 0:03.70 90.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 Sat Oct 8 2011 at 14:09:28 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3038 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.910486 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): -12.09700 43.49200 ymin,ymax (A): -22.26100 22.66900 zmin,zma (A): -8.348001 47.55400 x,y,z range (A): 55.58900 44.93000 55.90200 scale (grids/A): 1.910486 object centre (A): 15.69750 0.2039995 19.60300 number of atom coordinates read : 3038 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 456.8456 centred at (gu) : 86.28495 88.58609 95.82337 assigned negative charge : -456.8323 centred at (gu) : 86.27568 88.29657 95.52924 start vw surface at 0.1600000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 88833 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23984 grid for indexing accessible points = 1.400000 m= 32017 mr = 64344 m= 4699 mr = 24131 m= 263 mr = 2710 m= 2 mr = 85 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6000000 number of dielectric boundary points 34544 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 136 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 22734 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.6368287 object centre at (A) : 15.69750 0.2039995 19.60300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4264837E-02 2.8085859E-02 midg,1,midg; midg,igrid,midg -2.4945741E-03 1.9718304E-02 1,midg,midg; igrid,midg,midg -2.8832858E-02 2.2773091E-03 gauss-seidel spectral radius is 0.9986773 estimated iterations to convergence 218 setup time was (sec) 0.8600000 now iterating at: 14:09:29 rms-change max change #iterations 4.721656 181.3708 at 10iterations 2.248452 67.62273 at 20iterations 1.064801 30.50541 at 30iterations 0.5051266 15.23895 at 40iterations 0.2397145 7.345856 at 50iterations 0.1142035 3.428459 at 60iterations 5.4219961E-02 1.592646 at 70iterations 2.5626322E-02 0.8547604 at 80iterations 1.2235192E-02 0.3918419 at 90iterations 5.8173593E-03 0.1563873 at 100iterations 2.7716679E-03 8.0215454E-02 at 110iterations 1.3181218E-03 3.9894104E-02 at 120iterations finished qdiffx linear iterations at : 14:09:35 total time elapsed so far: 6.960000 # loops : 120 mean,max change (kT/e) : 1.3181218E-03 3.9894104E-02 energy calculations done at 6.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.140000 DelPhi exited at 14:09:36 7.140u 0.221s 0:07.68 95.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 Sat Oct 8 2011 at 14:09:36 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3038 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.865729 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): -12.09700 43.49200 ymin,ymax (A): -22.26100 22.66900 zmin,zma (A): -8.348001 47.55400 x,y,z range (A): 55.58900 44.93000 55.90200 scale (grids/A): 2.865729 object centre (A): 15.69750 0.2039995 19.60300 number of atom coordinates read : 3038 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 456.8456 centred at (gu) : 84.42728 87.87915 98.73474 assigned negative charge : -456.8323 centred at (gu) : 84.41351 87.44490 98.29384 start vw surface at 0.1500000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 205918 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23984 grid for indexing accessible points = 1.400000 m= 105165 mr = 155668 m= 36790 mr = 87513 m= 8245 mr = 29598 m= 1144 mr = 5844 m= 64 mr = 711 m= 0 mr = 22 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 77970 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 23127 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.910486 object centre at (A) : 15.69750 0.2039995 19.60300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1270255 0.4156857 midg,1,midg; midg,igrid,midg -1.1741916E-02 0.2137961 1,midg,midg; igrid,midg,midg -0.5254980 6.5112807E-02 gauss-seidel spectral radius is 0.9992739 estimated iterations to convergence 293 setup time was (sec) 1.810000 now iterating at: 14:09:38 rms-change max change #iterations 10.96995 394.3838 at 10iterations 6.449384 130.1523 at 20iterations 3.767449 74.38126 at 30iterations 2.199583 38.23827 at 40iterations 1.277197 24.79634 at 50iterations 0.7430272 12.96984 at 60iterations 0.4301183 7.282188 at 70iterations 0.2497880 4.279166 at 80iterations 0.1448559 2.570717 at 90iterations 8.3895281E-02 1.394685 at 100iterations 4.8635736E-02 0.8153839 at 110iterations 2.8154951E-02 0.4691830 at 120iterations 1.6322695E-02 0.2815552 at 130iterations 9.4774459E-03 0.1634350 at 140iterations 5.5118250E-03 9.0167046E-02 at 150iterations 3.2222541E-03 5.3197861E-02 at 160iterations 1.8995394E-03 3.4942627E-02 at 170iterations 1.1282947E-03 1.9510269E-02 at 180iterations finished qdiffx linear iterations at : 14:09:48 total time elapsed so far: 11.49000 # loops : 180 mean,max change (kT/e) : 1.1282947E-03 1.9510269E-02 energy calculations done at 11.49000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.67000 DelPhi exited at 14:09:48 11.672u 0.233s 0:12.20 97.5% 0+0k 0+0io 0pf+0w