Sun Oct 9 03:33:21 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 03:33:21 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4472 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.4223865 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): -53.51500 3.146000 ymin,ymax (A): -83.04000 -18.00100 zmin,zma (A): -28.01300 56.27000 x,y,z range (A): 56.66100 65.03900 84.28300 scale (grids/A): 0.4223865 object centre (A): -25.18450 -50.52050 14.12850 number of atom coordinates read : 4472 total number of charged atoms : 4239 net assigned charge : 19.99999 assigned positive charge : 655.8972 centred at (gu) : 89.87209 88.23680 86.08437 assigned negative charge : -635.9018 centred at (gu) : 89.87446 88.26907 86.01641 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 4694 nv = 96 ne = 84 npr = 90340 no. pairs analyzed = 90340 no. exposed pairs = 5746 no. arc points = 40250 no. surface atoms = 1940 nbur = 2532 mkacc time = 0.1600000 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.988000 m= 113 mr = 2119 m= 0 mr = 3 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 2685 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3187 ## 694 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 6461 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.6474333E-12 1.2265839E-12 midg,1,midg; midg,igrid,midg 5.5839279E-12 1.0046424E-12 1,midg,midg; igrid,midg,midg 2.6195354E-12 2.3145979E-12 gauss-seidel spectral radius is 0.9714338 estimated iterations to convergence 49 setup time was (sec) 0.4900000 now iterating at: 03:33:22 rms-change max change #iterations 2.5508178E-02 10.66611 at 10iterations 2.7799725E-03 0.5412121 at 20iterations 7.8135642E-04 0.1602478 at 30iterations 2.3016726E-04 4.7367096E-02 at 40iterations 6.7954439E-05 1.3992310E-02 at 50iterations finished qdiffx linear iterations at : 03:33:25 total time elapsed so far: 3.630000 # loops : 50 mean,max change (kT/e) : 6.7954439E-05 1.3992310E-02 energy calculations done at 3.630000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.760000 DelPhi exited at 03:33:26 3.762u 0.484s 0:04.55 93.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 Sun Oct 9 2011 at 03:33: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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4472 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.267159 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): -53.51500 3.146000 ymin,ymax (A): -83.04000 -18.00100 zmin,zma (A): -28.01300 56.27000 x,y,z range (A): 56.66100 65.03900 84.28300 scale (grids/A): 1.267159 object centre (A): -25.18450 -50.52050 14.12850 number of atom coordinates read : 4472 total number of charged atoms : 4239 net assigned charge : 19.99999 assigned positive charge : 655.8972 centred at (gu) : 89.61450 84.70853 78.25159 assigned negative charge : -635.9018 centred at (gu) : 89.62294 84.80680 78.04871 start vw surface at 0.1300000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 55169 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40250 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.876000 m= 12291 mr = 35573 m= 594 mr = 7137 m= 4 mr = 121 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 507 time to turn everything in is 0.3200000 number of dielectric boundary points 25227 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 725 ## 25 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 29137 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.4223865 object centre at (A) : -25.18450 -50.52050 14.12850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2079422E-02 3.4908098E-03 midg,1,midg; midg,igrid,midg 4.5715827E-03 1.8088614E-03 1,midg,midg; igrid,midg,midg 9.6574490E-04 7.3163037E-04 gauss-seidel spectral radius is 0.9970529 estimated iterations to convergence 147 setup time was (sec) 0.5300000 now iterating at: 03:33:27 rms-change max change #iterations 2.203192 124.6872 at 10iterations 0.7288270 32.77774 at 20iterations 0.2394137 9.864432 at 30iterations 7.9523705E-02 3.573353 at 40iterations 2.6741007E-02 1.231876 at 50iterations 9.4025852E-03 0.4204445 at 60iterations 3.7854153E-03 0.1838150 at 70iterations 1.9074448E-03 0.1039276 at 80iterations 1.1487955E-03 5.4157257E-02 at 90iterations 7.4663205E-04 3.4391403E-02 at 100iterations 4.9426011E-04 2.2693634E-02 at 110iterations 3.2926389E-04 1.5096664E-02 at 120iterations finished qdiffx linear iterations at : 03:33:34 total time elapsed so far: 8.260000 # loops : 120 mean,max change (kT/e) : 3.2926389E-04 1.5096664E-02 energy calculations done at 8.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.390000 DelPhi exited at 03:33:35 8.394u 0.267s 0:09.05 95.5% 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 03:33:35 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4472 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1107 has a net charge of 1.4000 !!! WARNING: FE 3 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.900739 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): -53.51500 3.146000 ymin,ymax (A): -83.04000 -18.00100 zmin,zma (A): -28.01300 56.27000 x,y,z range (A): 56.66100 65.03900 84.28300 scale (grids/A): 1.900739 object centre (A): -25.18450 -50.52050 14.12850 number of atom coordinates read : 4472 total number of charged atoms : 4239 net assigned charge : 19.99999 assigned positive charge : 655.8972 centred at (gu) : 89.42135 82.06250 72.37710 assigned negative charge : -635.9018 centred at (gu) : 89.43423 82.21024 72.07291 start vw surface at 0.1300000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 129655 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40250 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.848000 m= 48266 mr = 89325 m= 8171 mr = 35128 m= 546 mr = 4994 m= 11 mr = 165 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 1644 time to turn everything in is 0.6900000 number of dielectric boundary points 57037 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 232 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 33327 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.267159 object centre at (A) : -25.18450 -50.52050 14.12850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2719885 5.4409329E-02 midg,1,midg; midg,igrid,midg 0.1159433 4.7339510E-02 1,midg,midg; igrid,midg,midg 2.6189746E-02 1.6217150E-02 gauss-seidel spectral radius is 0.9987764 estimated iterations to convergence 226 setup time was (sec) 0.9200000 now iterating at: 03:33:36 rms-change max change #iterations 6.792756 217.3837 at 10iterations 3.436359 107.5715 at 20iterations 1.729772 51.87836 at 30iterations 0.8611640 22.57806 at 40iterations 0.4286437 11.05591 at 50iterations 0.2119951 5.452137 at 60iterations 0.1046996 3.101965 at 70iterations 5.1670559E-02 1.319324 at 80iterations 2.5464099E-02 0.6558266 at 90iterations 1.2565182E-02 0.3063812 at 100iterations 6.2265988E-03 0.1692295 at 110iterations 3.1092090E-03 7.9256058E-02 at 120iterations 1.5807941E-03 4.0334702E-02 at 130iterations 8.4188621E-04 2.1940708E-02 at 140iterations 4.7835658E-04 1.3589859E-02 at 150iterations 2.9762022E-04 8.8768005E-03 at 160iterations 2.0008780E-04 5.3825378E-03 at 170iterations 1.4275353E-04 3.8509369E-03 at 180iterations finished qdiffx linear iterations at : 03:33:47 total time elapsed so far: 11.87000 # loops : 180 mean,max change (kT/e) : 1.4275353E-04 3.8509369E-03 energy calculations done at 11.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.00000 DelPhi exited at 03:33:47 12.004u 0.262s 0:12.55 97.6% 0+0k 0+0io 0pf+0w