Sat Oct 15 13:40:37 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 Sat Oct 15 2011 at 13:40:37 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 = 2148 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: 0.6822014 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): -18.18800 33.99600 ymin,ymax (A): -25.62400 21.22800 zmin,zma (A): -5.286000 43.17500 x,y,z range (A): 52.18400 46.85200 48.46100 scale (grids/A): 0.6822014 object centre (A): 7.904001 -2.198000 18.94450 number of atom coordinates read : 2148 total number of charged atoms : 2007 net assigned charge : -6.999971 assigned positive charge : 322.4239 centred at (gu) : 87.99644 91.43042 87.32838 assigned negative charge : -329.4240 centred at (gu) : 88.27250 91.50490 87.28814 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6736 nv = 96 ne = 84 npr = 44194 no. pairs analyzed = 44194 no. exposed pairs = 2747 no. arc points = 19419 no. surface atoms = 918 nbur = 1230 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 396 mr = 3647 m= 6 mr = 50 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 118 time to turn everything in is 0.1700000 number of dielectric boundary points 3441 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1695 ## 122 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 7599 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.5199033E-08 -1.2694053E-08 midg,1,midg; midg,igrid,midg -8.6990406E-09 -7.1861486E-08 1,midg,midg; igrid,midg,midg 6.8995767E-08 -7.6215990E-08 gauss-seidel spectral radius is 0.9888185 estimated iterations to convergence 77 setup time was (sec) 0.4000000 now iterating at: 13:40:37 rms-change max change #iterations 0.1762555 28.44540 at 10iterations 1.9915164E-02 2.919228 at 20iterations 2.2913399E-03 0.3307076 at 30iterations 2.5587931E-04 3.8485527E-02 at 40iterations 2.9196710E-05 4.0235519E-03 at 50iterations finished qdiffx linear iterations at : 13:40:42 total time elapsed so far: 3.460000 # loops : 50 mean,max change (kT/e) : 2.9196710E-05 4.0235519E-03 energy calculations done at 3.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.590000 DelPhi exited at 13:40:43 3.597u 0.209s 0:06.05 62.6% 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 15 2011 at 13:40:43 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 = 2148 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.046604 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): -18.18800 33.99600 ymin,ymax (A): -25.62400 21.22800 zmin,zma (A): -5.286000 43.17500 x,y,z range (A): 52.18400 46.85200 48.46100 scale (grids/A): 2.046604 object centre (A): 7.904001 -2.198000 18.94450 number of atom coordinates read : 2148 total number of charged atoms : 2007 net assigned charge : -6.999971 assigned positive charge : 322.4239 centred at (gu) : 83.98951 94.29115 81.98508 assigned negative charge : -329.4240 centred at (gu) : 84.81750 94.51479 81.86437 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 71294 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19419 grid for indexing accessible points = 1.400000 m= 26577 mr = 48283 m= 4530 mr = 19679 m= 300 mr = 2857 m= 5 mr = 130 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 3863 time to turn everything in is 0.3700000 number of dielectric boundary points 31757 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 76 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 15878 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.6822014 object centre at (A) : 7.904001 -2.198000 18.94450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7643854E-02 6.6266104E-04 midg,1,midg; midg,igrid,midg 4.8190192E-03 -1.6799891E-02 1,midg,midg; igrid,midg,midg 1.2866678E-02 -7.8616992E-02 gauss-seidel spectral radius is 0.9987596 estimated iterations to convergence 225 setup time was (sec) 0.6100000 now iterating at: 13:40:44 rms-change max change #iterations 4.380439 188.5732 at 10iterations 2.110707 78.05968 at 20iterations 1.024143 35.02792 at 30iterations 0.4971541 15.22406 at 40iterations 0.2408318 6.918953 at 50iterations 0.1169828 3.893347 at 60iterations 5.6502584E-02 1.713254 at 70iterations 2.7336100E-02 0.8384705 at 80iterations 1.3242875E-02 0.4291077 at 90iterations 6.4339973E-03 0.2076819 at 100iterations 3.1163993E-03 9.3198776E-02 at 110iterations 1.5152381E-03 5.0964355E-02 at 120iterations finished qdiffx linear iterations at : 13:40:56 total time elapsed so far: 8.450000 # loops : 120 mean,max change (kT/e) : 1.5152381E-03 5.0964355E-02 energy calculations done at 8.450000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.580000 DelPhi exited at 13:40:57 8.581u 0.255s 0:13.77 64.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 Sat Oct 15 2011 at 13:40:57 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 = 2148 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: 3.069906 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): -18.18800 33.99600 ymin,ymax (A): -25.62400 21.22800 zmin,zma (A): -5.286000 43.17500 x,y,z range (A): 52.18400 46.85200 48.46100 scale (grids/A): 3.069906 object centre (A): 7.904001 -2.198000 18.94450 number of atom coordinates read : 2148 total number of charged atoms : 2007 net assigned charge : -6.999971 assigned positive charge : 322.4239 centred at (gu) : 80.98410 96.43656 77.97769 assigned negative charge : -329.4240 centred at (gu) : 82.22635 96.77213 77.79661 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 164070 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19419 grid for indexing accessible points = 1.400000 m= 83998 mr = 116796 m= 32344 mr = 68577 m= 8491 mr = 26153 m= 1437 mr = 6440 m= 100 mr = 965 m= 4 mr = 60 m= 0 mr = 0 time to grow re-entrant surface = 0.5599999 no. cavity mid-points inaccessible to solvent = 12934 time to turn everything in is 0.9800000 number of dielectric boundary points 71453 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.080000 number of grid points assigned charge 16055 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.046604 object centre at (A) : 7.904001 -2.198000 18.94450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6334556E-02 2.2926303E-02 midg,1,midg; midg,igrid,midg -5.6914850E-03 -8.0196783E-02 1,midg,midg; igrid,midg,midg 0.4153186 -0.8057027 gauss-seidel spectral radius is 0.9992881 estimated iterations to convergence 296 setup time was (sec) 1.250000 now iterating at: 13:40:59 rms-change max change #iterations 10.10898 363.8698 at 10iterations 5.929791 133.0144 at 20iterations 3.458573 81.71937 at 30iterations 2.014303 39.11083 at 40iterations 1.172931 22.57512 at 50iterations 0.6840367 12.48545 at 60iterations 0.3971655 7.219986 at 70iterations 0.2306549 4.032234 at 80iterations 0.1341528 2.396824 at 90iterations 7.7783972E-02 1.435053 at 100iterations 4.5148049E-02 0.8393879 at 110iterations 2.6161646E-02 0.4645424 at 120iterations 1.5197716E-02 0.3298035 at 130iterations 8.8284127E-03 0.1557426 at 140iterations 5.1177703E-03 9.1783524E-02 at 150iterations 2.9753058E-03 5.0346375E-02 at 160iterations 1.7232958E-03 3.3176422E-02 at 170iterations 1.0013361E-03 1.8055916E-02 at 180iterations finished qdiffx linear iterations at : 13:41:21 total time elapsed so far: 14.01000 # loops : 180 mean,max change (kT/e) : 1.0013361E-03 1.8055916E-02 energy calculations done at 14.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.15000 DelPhi exited at 13:41:22 14.148u 0.268s 0:25.40 56.6% 0+0k 0+0io 0pf+0w