Thu Jan 19 13:33:47 PST 2012 #!/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 Thu Jan 19 2012 at 13:33:47 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: 329 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6776 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1105 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.4357671 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): -3.382000 78.31300 ymin,ymax (A): -11.50600 65.99900 zmin,zma (A): 7.638999 74.15600 x,y,z range (A): 81.69501 77.50500 66.51700 scale (grids/A): 0.4357671 object centre (A): 37.46550 27.24650 40.89750 number of atom coordinates read : 6776 total number of charged atoms : 6605 net assigned charge : 0.2000438 assigned positive charge : 1031.449 centred at (gu) : 87.91878 90.35773 89.66986 assigned negative charge : -1031.259 centred at (gu) : 87.84574 90.42093 89.56905 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7529 nv = 96 ne = 84 npr = 137224 no. pairs analyzed = 137224 no. exposed pairs = 8874 no. arc points = 59716 no. surface atoms = 2967 nbur = 3809 mkacc time = 0.2300000 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.932000 m= 196 mr = 3548 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4177 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4968 ## 1006 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 10443 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.6495615E-12 8.1019922E-12 midg,1,midg; midg,igrid,midg 5.1541557E-12 -5.9522977E-12 1,midg,midg; igrid,midg,midg -1.1929058E-11 3.4947566E-12 gauss-seidel spectral radius is 0.9732684 estimated iterations to convergence 51 setup time was (sec) 0.6600000 now iterating at: 13:33:51 rms-change max change #iterations 3.3543505E-02 7.152016 at 10iterations 1.7840554E-03 0.2859592 at 20iterations 5.0465611E-04 8.1155777E-02 at 30iterations 1.9945331E-04 3.1363487E-02 at 40iterations 8.0576065E-05 1.2392998E-02 at 50iterations finished qdiffx linear iterations at : 13:34:02 total time elapsed so far: 4.010000 # loops : 50 mean,max change (kT/e) : 8.0576065E-05 1.2392998E-02 energy calculations done at 4.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.150000 DelPhi exited at 13:34:03 4.152u 0.237s 0:15.77 27.7% 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 Thu Jan 19 2012 at 13:34:06 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: 329 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6776 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1105 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.307301 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): -3.382000 78.31300 ymin,ymax (A): -11.50600 65.99900 zmin,zma (A): 7.638999 74.15600 x,y,z range (A): 81.69501 77.50500 66.51700 scale (grids/A): 1.307301 object centre (A): 37.46550 27.24650 40.89750 number of atom coordinates read : 6776 total number of charged atoms : 6605 net assigned charge : 0.2000438 assigned positive charge : 1031.449 centred at (gu) : 83.75372 91.07091 89.00739 assigned negative charge : -1031.259 centred at (gu) : 83.53648 91.26278 88.70670 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 87084 reading accessible surface arcs data from file ARCDAT no. of arc points read = 59716 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 20226 mr = 56851 m= 916 mr = 11977 m= 10 mr = 181 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 973 time to turn everything in is 0.4800000 number of dielectric boundary points 39227 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1003 ## 35 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 46225 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.4357671 object centre at (A) : 37.46550 27.24650 40.89750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.5726649E-03 2.4901007E-03 midg,1,midg; midg,igrid,midg 7.3654582E-03 1.8794844E-03 1,midg,midg; igrid,midg,midg -1.6103383E-02 1.6343143E-03 gauss-seidel spectral radius is 0.9974802 estimated iterations to convergence 159 setup time was (sec) 0.7100000 now iterating at: 13:34:07 rms-change max change #iterations 3.174335 141.9488 at 10iterations 1.133142 46.63914 at 20iterations 0.4053017 14.65207 at 30iterations 0.1447819 4.963992 at 40iterations 5.2037075E-02 1.788199 at 50iterations 1.8894775E-02 0.6795483 at 60iterations 7.0895213E-03 0.2586098 at 70iterations 2.9147647E-03 0.1123199 at 80iterations 1.4625227E-03 5.1665306E-02 at 90iterations 9.0381235E-04 3.0760765E-02 at 100iterations 6.1863859E-04 1.9762039E-02 at 110iterations 4.3854190E-04 1.3514519E-02 at 120iterations finished qdiffx linear iterations at : 13:34:29 total time elapsed so far: 8.780000 # loops : 120 mean,max change (kT/e) : 4.3854190E-04 1.3514519E-02 energy calculations done at 8.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.910000 DelPhi exited at 13:34:30 8.916u 0.244s 0:24.69 37.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 Thu Jan 19 2012 at 13:34:32 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: 329 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6776 !!! WARNING: HIZ 357 has a net charge of 0.2000 !!! WARNING: HEM 1105 has a net charge of -4.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 1.960952 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): -3.382000 78.31300 ymin,ymax (A): -11.50600 65.99900 zmin,zma (A): 7.638999 74.15600 x,y,z range (A): 81.69501 77.50500 66.51700 scale (grids/A): 1.960952 object centre (A): 37.46550 27.24650 40.89750 number of atom coordinates read : 6776 total number of charged atoms : 6605 net assigned charge : 0.2000438 assigned positive charge : 1031.449 centred at (gu) : 80.63014 91.60579 88.51070 assigned negative charge : -1031.259 centred at (gu) : 80.30452 91.89393 88.05997 start vw surface at 0.1800000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 204182 reading accessible surface arcs data from file ARCDAT no. of arc points read = 59716 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 78487 mr = 141761 m= 13604 mr = 57769 m= 928 mr = 8640 m= 12 mr = 317 m= 0 mr = 0 time to grow re-entrant surface = 0.5799999 no. cavity mid-points inaccessible to solvent = 3257 time to turn everything in is 1.080000 number of dielectric boundary points 88726 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 295 iepsmp to db, and charging done at 1.210000 number of grid points assigned charge 52172 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.307301 object centre at (A) : 37.46550 27.24650 40.89750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.3568826E-02 6.5879256E-02 midg,1,midg; midg,igrid,midg 0.2280378 0.1363922 1,midg,midg; igrid,midg,midg -0.4516011 6.7217648E-02 gauss-seidel spectral radius is 0.9990060 estimated iterations to convergence 251 setup time was (sec) 1.380000 now iterating at: 13:34:38 rms-change max change #iterations 9.676549 248.0547 at 10iterations 5.275471 126.8853 at 20iterations 2.862885 69.32297 at 30iterations 1.537030 36.94320 at 40iterations 0.8249106 17.51420 at 50iterations 0.4403880 10.14262 at 60iterations 0.2345212 5.429983 at 70iterations 0.1245730 2.671515 at 80iterations 6.6137709E-02 1.479240 at 90iterations 3.5004042E-02 0.7520099 at 100iterations 1.8571950E-02 0.3864117 at 110iterations 9.7962422E-03 0.2330403 at 120iterations 5.1841354E-03 0.1068754 at 130iterations 2.7485650E-03 5.5946350E-02 at 140iterations 1.4666058E-03 3.0516267E-02 at 150iterations 7.8438438E-04 1.6063213E-02 at 160iterations 4.2900816E-04 9.4256401E-03 at 170iterations 2.4269953E-04 5.4321289E-03 at 180iterations finished qdiffx linear iterations at : 13:35:14 total time elapsed so far: 14.37000 # loops : 180 mean,max change (kT/e) : 2.4269953E-04 5.4321289E-03 energy calculations done at 14.37000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.49000 DelPhi exited at 13:35:15 14.490u 0.267s 0:43.64 33.7% 0+0k 0+0io 0pf+0w