Sun Oct 9 01:48:01 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 01:48:01 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3398 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.5344223 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): -47.16700 7.821000 ymin,ymax (A): 177.2980 239.2080 zmin,zma (A): 77.97701 144.5910 x,y,z range (A): 54.98800 61.91000 66.61398 scale (grids/A): 0.5344223 object centre (A): -19.67300 208.2530 111.2840 number of atom coordinates read : 3398 total number of charged atoms : 3256 net assigned charge : 17.00001 assigned positive charge : 500.3725 centred at (gu) : 89.56821 89.81127 90.34869 assigned negative charge : -483.3743 centred at (gu) : 89.45502 89.84603 90.51757 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6600 nv = 96 ne = 84 npr = 65024 no. pairs analyzed = 65024 no. exposed pairs = 4644 no. arc points = 33244 no. surface atoms = 1539 nbur = 1859 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 261 mr = 3222 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 3636 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3408 ## 474 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8606 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3209238E-09 -1.4383775E-10 midg,1,midg; midg,igrid,midg 8.7423602E-10 4.8846710E-10 1,midg,midg; igrid,midg,midg 1.5232349E-10 1.0702074E-09 gauss-seidel spectral radius is 0.9820055 estimated iterations to convergence 61 setup time was (sec) 0.4200000 now iterating at: 01:48:01 rms-change max change #iterations 6.8632707E-02 9.934612 at 10iterations 4.4091274E-03 0.8034234 at 20iterations 2.9238418E-04 4.3756008E-02 at 30iterations 2.3021672E-05 3.1862259E-03 at 40iterations 2.9683647E-06 3.1185150E-04 at 50iterations finished qdiffx linear iterations at : 01:48:04 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 2.9683647E-06 3.1185150E-04 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.410000 DelPhi exited at 01:48:05 3.413u 0.175s 0:03.93 91.0% 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 01:48:05 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3398 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.603267 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): -47.16700 7.821000 ymin,ymax (A): 177.2980 239.2080 zmin,zma (A): 77.97701 144.5910 x,y,z range (A): 54.98800 61.91000 66.61398 scale (grids/A): 1.603267 object centre (A): -19.67300 208.2530 111.2840 number of atom coordinates read : 3398 total number of charged atoms : 3256 net assigned charge : 17.00001 assigned positive charge : 500.3725 centred at (gu) : 88.70343 89.43283 91.04500 assigned negative charge : -483.3743 centred at (gu) : 88.36471 89.53772 91.55235 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 72613 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33244 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 22262 mr = 47485 m= 2336 mr = 14941 m= 67 mr = 1080 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 512 time to turn everything in is 0.3600000 number of dielectric boundary points 33772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 427 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 24854 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.5344223 object centre at (A) : -19.67300 208.2530 111.2840 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.9742487E-03 -2.1019692E-02 midg,1,midg; midg,igrid,midg 3.1689189E-02 1.9781679E-02 1,midg,midg; igrid,midg,midg 3.0834770E-03 1.7497232E-02 gauss-seidel spectral radius is 0.9981824 estimated iterations to convergence 186 setup time was (sec) 0.5700000 now iterating at: 01:48:05 rms-change max change #iterations 3.347048 163.6035 at 10iterations 1.392498 55.68276 at 20iterations 0.5780954 19.95866 at 30iterations 0.2399538 8.402186 at 40iterations 9.9923842E-02 3.536422 at 50iterations 4.1516408E-02 1.341835 at 60iterations 1.7332340E-02 0.6689444 at 70iterations 7.1960557E-03 0.2494545 at 80iterations 3.0061197E-03 0.1030693 at 90iterations 1.2471258E-03 4.6887398E-02 at 100iterations 5.2119169E-04 1.6815186E-02 at 110iterations 2.1754198E-04 7.3890686E-03 at 120iterations finished qdiffx linear iterations at : 01:48:13 total time elapsed so far: 7.620000 # loops : 120 mean,max change (kT/e) : 2.1754198E-04 7.3890686E-03 energy calculations done at 7.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.750000 DelPhi exited at 01:48:13 7.748u 0.214s 0:08.37 94.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 01:48: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3398 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.404901 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): -47.16700 7.821000 ymin,ymax (A): 177.2980 239.2080 zmin,zma (A): 77.97701 144.5910 x,y,z range (A): 54.98800 61.91000 66.61398 scale (grids/A): 2.404901 object centre (A): -19.67300 208.2530 111.2840 number of atom coordinates read : 3398 total number of charged atoms : 3256 net assigned charge : 17.00001 assigned positive charge : 500.3725 centred at (gu) : 88.05503 89.14902 91.56743 assigned negative charge : -483.3743 centred at (gu) : 87.54690 89.30659 92.32847 start vw surface at 0.1000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 168709 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33244 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 76362 mr = 117020 m= 22114 mr = 59054 m= 3585 mr = 16347 m= 212 mr = 2242 m= 2 mr = 91 m= 0 mr = 0 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 1730 time to turn everything in is 0.8900000 number of dielectric boundary points 76230 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 31 iepsmp to db, and charging done at 0.9800000 number of grid points assigned charge 26008 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.603267 object centre at (A) : -19.67300 208.2530 111.2840 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2612442 -0.3067922 midg,1,midg; midg,igrid,midg 0.4830455 0.3912593 1,midg,midg; igrid,midg,midg 4.5284186E-03 0.2434341 gauss-seidel spectral radius is 0.9991580 estimated iterations to convergence 272 setup time was (sec) 1.130000 now iterating at: 01:48:14 rms-change max change #iterations 8.873057 280.5280 at 10iterations 5.033370 136.8171 at 20iterations 2.857318 75.48453 at 30iterations 1.605013 33.58428 at 40iterations 0.9002288 21.51383 at 50iterations 0.5032790 11.09853 at 60iterations 0.2805507 5.586036 at 70iterations 0.1561665 3.188683 at 80iterations 8.6828254E-02 1.740601 at 90iterations 4.8251275E-02 1.120802 at 100iterations 2.6683711E-02 0.5804844 at 110iterations 1.4836111E-02 0.3221893 at 120iterations 8.2048727E-03 0.1753364 at 130iterations 4.5467792E-03 9.1623306E-02 at 140iterations 2.5141449E-03 4.8351288E-02 at 150iterations 1.3911665E-03 2.8082848E-02 at 160iterations 7.7049795E-04 1.5733719E-02 at 170iterations 4.2674522E-04 8.1596375E-03 at 180iterations finished qdiffx linear iterations at : 01:48:26 total time elapsed so far: 12.57000 # loops : 180 mean,max change (kT/e) : 4.2674522E-04 8.1596375E-03 energy calculations done at 12.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.70000 DelPhi exited at 01:48:27 12.700u 0.219s 0:13.45 95.9% 0+0k 0+0io 0pf+0w