Sun Oct 9 07:40:20 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 Sun Oct 9 2011 at 07:40: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 = 1688 !!! WARNING: NAP 164 has a net charge of -2.7230 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.7330986 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): 4.356000 48.61000 ymin,ymax (A): 21.35900 69.92000 zmin,zma (A): -7.840000 35.87900 x,y,z range (A): 44.25400 48.56100 43.71900 scale (grids/A): 0.7330986 object centre (A): 26.48300 45.63950 14.01950 number of atom coordinates read : 1688 total number of charged atoms : 1551 net assigned charge : -12.22299 assigned positive charge : 250.3312 centred at (gu) : 90.66752 89.32606 89.38119 assigned negative charge : -262.5541 centred at (gu) : 90.68810 89.16347 89.73976 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6056 nv = 96 ne = 84 npr = 36648 no. pairs analyzed = 36648 no. exposed pairs = 2083 no. arc points = 14678 no. surface atoms = 707 nbur = 981 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 417 mr = 3403 m= 3 mr = 80 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 139 time to turn everything in is 0.2800000 number of dielectric boundary points 2993 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1134 ## 69 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 6459 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.4783856E-08 -4.0366174E-07 midg,1,midg; midg,igrid,midg -3.4557101E-07 -6.2440115E-08 1,midg,midg; igrid,midg,midg -1.5113855E-07 -2.2623027E-07 gauss-seidel spectral radius is 0.9902588 estimated iterations to convergence 82 setup time was (sec) 0.5800000 now iterating at: 07:40:21 rms-change max change #iterations 0.2156371 30.14191 at 10iterations 2.8134041E-02 4.021782 at 20iterations 3.8156768E-03 0.6246338 at 30iterations 4.8693680E-04 7.8331947E-02 at 40iterations 6.5173888E-05 8.6517334E-03 at 50iterations finished qdiffx linear iterations at : 07:40:25 total time elapsed so far: 4.190000 # loops : 50 mean,max change (kT/e) : 6.5173888E-05 8.6517334E-03 energy calculations done at 4.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.420000 DelPhi exited at 07:40:26 4.422u 0.421s 0:05.10 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 07:40:26 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 = 1688 !!! WARNING: NAP 164 has a net charge of -2.7230 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.199296 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): 4.356000 48.61000 ymin,ymax (A): 21.35900 69.92000 zmin,zma (A): -7.840000 35.87900 x,y,z range (A): 44.25400 48.56100 43.71900 scale (grids/A): 2.199296 object centre (A): 26.48300 45.63950 14.01950 number of atom coordinates read : 1688 total number of charged atoms : 1551 net assigned charge : -12.22299 assigned positive charge : 250.3312 centred at (gu) : 92.00280 87.97836 88.14355 assigned negative charge : -262.5541 centred at (gu) : 92.06432 87.49055 89.21931 start vw surface at 0.1300000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 63790 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14678 grid for indexing accessible points = 1.400000 m= 25501 mr = 43893 m= 5183 mr = 19624 m= 475 mr = 3714 m= 17 mr = 220 m= 0 mr = 9 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 3345 time to turn everything in is 0.7000000 number of dielectric boundary points 27506 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 37 iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 12365 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.7330986 object centre at (A) : 26.48300 45.63950 14.01950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3797637E-02 -9.1533788E-02 midg,1,midg; midg,igrid,midg -8.6753182E-02 2.7231558E-03 1,midg,midg; igrid,midg,midg -5.6944214E-02 -7.0896178E-02 gauss-seidel spectral radius is 0.9988631 estimated iterations to convergence 235 setup time was (sec) 1.040000 now iterating at: 07:40:27 rms-change max change #iterations 4.489533 201.3190 at 10iterations 2.244910 81.72404 at 20iterations 1.121968 39.03684 at 30iterations 0.5589716 19.27403 at 40iterations 0.2799918 9.101732 at 50iterations 0.1403430 4.321121 at 60iterations 6.9827408E-02 2.329533 at 70iterations 3.4892086E-02 1.144505 at 80iterations 1.7491452E-02 0.5321137 at 90iterations 8.7739965E-03 0.2844028 at 100iterations 4.3760622E-03 0.1462364 at 110iterations 2.1950142E-03 6.9686890E-02 at 120iterations finished qdiffx linear iterations at : 07:40:36 total time elapsed so far: 10.32000 # loops : 120 mean,max change (kT/e) : 2.1950142E-03 6.9686890E-02 energy calculations done at 10.32000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.55000 DelPhi exited at 07:40:37 10.554u 0.456s 0:11.30 97.3% 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 07: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: 293 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1688 !!! WARNING: NAP 164 has a net charge of -2.7230 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.298944 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): 4.356000 48.61000 ymin,ymax (A): 21.35900 69.92000 zmin,zma (A): -7.840000 35.87900 x,y,z range (A): 44.25400 48.56100 43.71900 scale (grids/A): 3.298944 object centre (A): 26.48300 45.63950 14.01950 number of atom coordinates read : 1688 total number of charged atoms : 1551 net assigned charge : -12.22299 assigned positive charge : 250.3312 centred at (gu) : 93.00418 86.96761 87.21544 assigned negative charge : -262.5541 centred at (gu) : 93.09646 86.23576 88.82909 start vw surface at 0.1100000 fill in re-entrant regions at 0.8900000 boundary points on vw surface= 146755 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14678 grid for indexing accessible points = 1.400000 m= 78309 mr = 105658 m= 33421 mr = 65287 m= 10003 mr = 28176 m= 1938 mr = 8128 m= 208 mr = 1359 m= 32 mr = 137 m= 3 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 1.110000 no. cavity mid-points inaccessible to solvent = 11173 time to turn everything in is 2.140000 number of dielectric boundary points 61904 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 12408 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.199296 object centre at (A) : 26.48300 45.63950 14.01950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3171593 -0.6355367 midg,1,midg; midg,igrid,midg -0.7258717 9.7591653E-02 1,midg,midg; igrid,midg,midg -0.3773974 -0.5772797 gauss-seidel spectral radius is 0.9992974 estimated iterations to convergence 298 setup time was (sec) 2.500000 now iterating at: 07:40:40 rms-change max change #iterations 9.840869 351.1831 at 10iterations 5.728436 139.1094 at 20iterations 3.331973 64.56610 at 30iterations 1.939222 41.69029 at 40iterations 1.130142 20.84181 at 50iterations 0.6558342 12.48165 at 60iterations 0.3819468 7.811457 at 70iterations 0.2221711 4.087483 at 80iterations 0.1294338 2.267686 at 90iterations 7.5211115E-02 1.381340 at 100iterations 4.3716494E-02 0.8203697 at 110iterations 2.5409419E-02 0.4296455 at 120iterations 1.4800924E-02 0.3090172 at 130iterations 8.6214868E-03 0.1554165 at 140iterations 5.0251083E-03 9.5430613E-02 at 150iterations 2.9276626E-03 5.2640915E-02 at 160iterations 1.7022146E-03 3.1613588E-02 at 170iterations 9.9065865E-04 1.8089294E-02 at 180iterations finished qdiffx linear iterations at : 07:40:55 total time elapsed so far: 17.19000 # loops : 180 mean,max change (kT/e) : 9.9065865E-04 1.8089294E-02 energy calculations done at 17.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.41000 DelPhi exited at 07:40:55 17.411u 0.514s 0:18.23 98.2% 0+0k 0+0io 0pf+0w