Mon Oct 10 14:15:12 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 Mon Oct 10 2011 at 14:15:12 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2743 !!! WARNING: ADP 661 has a net charge of -2.0000 !!! WARNING: MG6 663 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5988528 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): -7.960000 51.48700 ymin,ymax (A): -15.91600 33.97700 zmin,zma (A): 77.26100 130.2700 x,y,z range (A): 59.44700 49.89300 53.00900 scale (grids/A): 0.5988528 object centre (A): 21.76350 9.030499 103.7655 number of atom coordinates read : 2743 total number of charged atoms : 2600 net assigned charge : -4.099987 assigned positive charge : 425.2484 centred at (gu) : 91.81798 89.52965 89.58385 assigned negative charge : -429.3493 centred at (gu) : 91.75898 89.61481 89.64084 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6613 nv = 96 ne = 84 npr = 53888 no. pairs analyzed = 53888 no. exposed pairs = 3810 no. arc points = 26434 no. surface atoms = 1280 nbur = 1463 mkacc time = 0.1400000 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.456000 m= 333 mr = 3296 m= 2 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3635 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2653 ## 270 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 8135 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.9416260E-10 -3.6261836E-09 midg,1,midg; midg,igrid,midg 1.7019873E-09 -4.5796860E-09 1,midg,midg; igrid,midg,midg -2.7023934E-09 8.4783741E-10 gauss-seidel spectral radius is 0.9855869 estimated iterations to convergence 68 setup time was (sec) 0.5700000 now iterating at: 14:15:13 rms-change max change #iterations 0.1141735 17.69010 at 10iterations 9.5479088E-03 1.575271 at 20iterations 8.1623474E-04 0.1395111 at 30iterations 7.9114659E-05 1.3626099E-02 at 40iterations 1.2587260E-05 2.2897720E-03 at 50iterations finished qdiffx linear iterations at : 14:15:17 total time elapsed so far: 4.280000 # loops : 50 mean,max change (kT/e) : 1.2587260E-05 2.2897720E-03 energy calculations done at 4.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.440000 DelPhi exited at 14:15:17 4.447u 0.414s 0:05.30 91.5% 0+0k 0+0io 6pf+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 14:15:17 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2743 !!! WARNING: ADP 661 has a net charge of -2.0000 !!! WARNING: MG6 663 has a net charge of 1.4000 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.796558 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): -7.960000 51.48700 ymin,ymax (A): -15.91600 33.97700 zmin,zma (A): 77.26100 130.2700 x,y,z range (A): 59.44700 49.89300 53.00900 scale (grids/A): 1.796558 object centre (A): 21.76350 9.030499 103.7655 number of atom coordinates read : 2743 total number of charged atoms : 2600 net assigned charge : -4.099987 assigned positive charge : 425.2484 centred at (gu) : 95.45307 88.58826 88.75072 assigned negative charge : -429.3493 centred at (gu) : 95.27648 88.84407 88.92218 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 70963 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26434 grid for indexing accessible points = 1.400000 m= 24524 mr = 47042 m= 3412 mr = 16681 m= 133 mr = 1815 m= 3 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5900000 number of dielectric boundary points 33476 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 199 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 20218 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.5988528 object centre at (A) : 21.76350 9.030499 103.7655 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3691509E-02 -3.3105269E-02 midg,1,midg; midg,igrid,midg -4.7687520E-03 -2.0745730E-02 1,midg,midg; igrid,midg,midg 2.0567374E-02 3.2331850E-02 gauss-seidel spectral radius is 0.9984956 estimated iterations to convergence 204 setup time was (sec) 0.8700000 now iterating at: 14:15:19 rms-change max change #iterations 4.016209 175.7998 at 10iterations 1.806670 65.22436 at 20iterations 0.8114191 29.46695 at 30iterations 0.3672586 14.73178 at 40iterations 0.1655767 6.791893 at 50iterations 7.4528143E-02 2.659920 at 60iterations 3.3595670E-02 1.052699 at 70iterations 1.5166574E-02 0.5231948 at 80iterations 6.8626245E-03 0.2190619 at 90iterations 3.0972392E-03 0.1106105 at 100iterations 1.4088266E-03 4.6052456E-02 at 110iterations 6.4126425E-04 2.0355225E-02 at 120iterations finished qdiffx linear iterations at : 14:15:28 total time elapsed so far: 10.47000 # loops : 120 mean,max change (kT/e) : 6.4126425E-04 2.0355225E-02 energy calculations done at 10.47000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.63000 DelPhi exited at 14:15:29 10.635u 0.477s 0:11.55 96.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 14:15:29 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2743 !!! WARNING: ADP 661 has a net charge of -2.0000 !!! WARNING: MG6 663 has a net charge of 1.4000 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: 2.694837 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): -7.960000 51.48700 ymin,ymax (A): -15.91600 33.97700 zmin,zma (A): 77.26100 130.2700 x,y,z range (A): 59.44700 49.89300 53.00900 scale (grids/A): 2.694837 object centre (A): 21.76350 9.030499 103.7655 number of atom coordinates read : 2743 total number of charged atoms : 2600 net assigned charge : -4.099987 assigned positive charge : 425.2484 centred at (gu) : 98.17941 87.88228 88.12595 assigned negative charge : -429.3493 centred at (gu) : 97.91466 88.26607 88.38312 start vw surface at 0.1200000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 164341 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26434 grid for indexing accessible points = 1.400000 m= 79824 mr = 115007 m= 27159 mr = 62443 m= 5674 mr = 20527 m= 603 mr = 3780 m= 14 mr = 316 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.9300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.520000 number of dielectric boundary points 75542 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 20798 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.796558 object centre at (A) : 21.76350 9.030499 103.7655 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1382114 -0.4268591 midg,1,midg; midg,igrid,midg -8.1158578E-02 -0.2003525 1,midg,midg; igrid,midg,midg 0.4440828 0.3217247 gauss-seidel spectral radius is 0.9992291 estimated iterations to convergence 284 setup time was (sec) 1.840000 now iterating at: 14:15:31 rms-change max change #iterations 9.921747 291.9670 at 10iterations 5.785433 142.4059 at 20iterations 3.344751 72.71466 at 30iterations 1.930112 45.24810 at 40iterations 1.105397 23.70153 at 50iterations 0.6339647 12.90600 at 60iterations 0.3620968 7.486685 at 70iterations 0.2071721 4.300522 at 80iterations 0.1179871 2.434671 at 90iterations 6.7215972E-02 1.304673 at 100iterations 3.8237389E-02 0.8043060 at 110iterations 2.1741543E-02 0.4060001 at 120iterations 1.2378991E-02 0.2325964 at 130iterations 7.0428005E-03 0.1381760 at 140iterations 4.0138806E-03 8.1149101E-02 at 150iterations 2.2959572E-03 4.9842834E-02 at 160iterations 1.3120791E-03 2.3197174E-02 at 170iterations 7.6087273E-04 1.3957977E-02 at 180iterations finished qdiffx linear iterations at : 14:15:47 total time elapsed so far: 17.63000 # loops : 180 mean,max change (kT/e) : 7.6087273E-04 1.3957977E-02 energy calculations done at 17.63000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.80000 DelPhi exited at 14:15:48 17.800u 0.493s 0:19.21 95.2% 0+0k 0+0io 0pf+0w