Sat Jul 18 13:38:05 PDT 2009 #!/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 Sat Jul 18 2009 at 13:38: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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2803 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: 0.4849079 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.000000 78.00000 ionic strength (M) : 0.1000000 debye length (A) : 9.635460 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): -32.49700 16.01900 ymin,ymax (A): -36.46500 24.60200 zmin,zma (A): 6.813000 80.22900 x,y,z range (A): 48.51600 61.06700 73.41600 scale (grids/A): 0.4849079 object centre (A): -8.239000 -5.931500 43.52100 number of atom coordinates read : 2803 total number of charged atoms : 2697 net assigned charge : 10.50002 assigned positive charge : 406.5417 centred at (gu) : 90.78972 89.09746 86.98627 assigned negative charge : -396.0429 centred at (gu) : 90.86290 89.00240 87.42965 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 4220 nv = 96 ne = 84 npr = 55677 no. pairs analyzed = 55677 no. exposed pairs = 3933 no. arc points = 27776 no. surface atoms = 1325 nbur = 1478 mkacc time = 0.1900000 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.764000 m= 151 mr = 1829 m= 0 mr = 5 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 2537 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2649 ## 408 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 5737 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.9910580E-08 -3.2708782E-09 midg,1,midg; midg,igrid,midg 1.7883782E-10 2.9912630E-09 1,midg,midg; igrid,midg,midg 2.7404177E-09 6.7488271E-10 gauss-seidel spectral radius is 0.9847505 estimated iterations to convergence 66 setup time was (sec) 0.7000000 now iterating at: 13:38:07 rms-change max change #iterations 5.8408260E-02 11.59941 at 10iterations 4.7879140E-03 1.010939 at 20iterations 6.3967757E-04 0.1534424 at 30iterations 1.5636651E-04 4.0954590E-02 at 40iterations 4.3488577E-05 1.1470795E-02 at 50iterations finished qdiffx linear iterations at : 13:38:11 total time elapsed so far: 4.220000 # loops : 50 mean,max change (kT/e) : 4.3488577E-05 1.1470795E-02 energy calculations done at 4.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.430000 DelPhi exited at 13:38:11 4.430u 0.534s 0:05.88 84.3% 0+0k 0+45952io 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 Sat Jul 18 2009 at 13:38: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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2803 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.454724 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.000000 78.00000 ionic strength (M) : 0.1000000 debye length (A) : 9.635460 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): -32.49700 16.01900 ymin,ymax (A): -36.46500 24.60200 zmin,zma (A): 6.813000 80.22900 x,y,z range (A): 48.51600 61.06700 73.41600 scale (grids/A): 1.454724 object centre (A): -8.239000 -5.931500 43.52100 number of atom coordinates read : 2803 total number of charged atoms : 2697 net assigned charge : 10.50002 assigned positive charge : 406.5417 centred at (gu) : 92.36845 87.29171 80.95831 assigned negative charge : -396.0429 centred at (gu) : 92.58864 87.00703 82.28894 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 47589 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27776 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 12172 mr = 29242 m= 935 mr = 7236 m= 18 mr = 276 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 709 time to turn everything in is 0.5400000 number of dielectric boundary points 23961 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 384 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 19925 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.4849079 object centre at (A) : -8.239000 -5.931500 43.52100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.0685163E-02 -1.2985582E-02 midg,1,midg; midg,igrid,midg 2.1348875E-03 6.5291068E-03 1,midg,midg; igrid,midg,midg 4.5031779E-03 2.4578909E-03 gauss-seidel spectral radius is 0.9982674 estimated iterations to convergence 191 setup time was (sec) 0.8600000 now iterating at: 13:38:13 rms-change max change #iterations 2.785064 185.9181 at 10iterations 1.168503 63.34740 at 20iterations 0.4956061 22.41637 at 30iterations 0.2099078 8.751678 at 40iterations 8.9030884E-02 4.032654 at 50iterations 3.7942696E-02 1.658009 at 60iterations 1.6177299E-02 0.7374191 at 70iterations 7.0053935E-03 0.3203201 at 80iterations 3.0941449E-03 0.1526718 at 90iterations 1.4509275E-03 7.5439453E-02 at 100iterations 7.4863370E-04 4.2018890E-02 at 110iterations 4.2875053E-04 2.3799896E-02 at 120iterations finished qdiffx linear iterations at : 13:38:22 total time elapsed so far: 9.620000 # loops : 120 mean,max change (kT/e) : 4.2875053E-04 2.3799896E-02 energy calculations done at 9.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.840000 DelPhi exited at 13:38:23 9.844u 0.631s 0:11.23 93.2% 0+0k 0+45280io 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 Sat Jul 18 2009 at 13:38:23 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2803 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: 2.182086 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.000000 78.00000 ionic strength (M) : 0.1000000 debye length (A) : 9.635460 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): -32.49700 16.01900 ymin,ymax (A): -36.46500 24.60200 zmin,zma (A): 6.813000 80.22900 x,y,z range (A): 48.51600 61.06700 73.41600 scale (grids/A): 2.182086 object centre (A): -8.239000 -5.931500 43.52100 number of atom coordinates read : 2803 total number of charged atoms : 2697 net assigned charge : 10.50002 assigned positive charge : 406.5417 centred at (gu) : 93.55245 85.93753 76.43723 assigned negative charge : -396.0429 centred at (gu) : 93.88300 85.51045 78.43347 start vw surface at 0.1700000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 110790 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27776 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 44220 mr = 73005 m= 10236 mr = 32135 m= 1092 mr = 6742 m= 34 mr = 542 m= 0 mr = 3 time to grow re-entrant surface = 0.7400000 no. cavity mid-points inaccessible to solvent = 2314 time to turn everything in is 1.280000 number of dielectric boundary points 53945 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 64 iepsmp to db, and charging done at 1.420000 number of grid points assigned charge 21490 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.454724 object centre at (A) : -8.239000 -5.931500 43.52100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.7363055 -0.1873538 midg,1,midg; midg,igrid,midg 3.0438814E-04 5.2373551E-02 1,midg,midg; igrid,midg,midg 3.5540640E-02 1.8703204E-02 gauss-seidel spectral radius is 0.9991247 estimated iterations to convergence 267 setup time was (sec) 1.620000 now iterating at: 13:38:26 rms-change max change #iterations 7.232175 236.8988 at 10iterations 4.005242 132.2813 at 20iterations 2.221854 82.22084 at 30iterations 1.228385 38.82885 at 40iterations 0.6736634 18.86896 at 50iterations 0.3694798 9.579807 at 60iterations 0.2023272 5.326141 at 70iterations 0.1107767 3.176851 at 80iterations 6.0577184E-02 1.615906 at 90iterations 3.3133131E-02 0.9620266 at 100iterations 1.8107913E-02 0.5081739 at 110iterations 9.8843258E-03 0.2458725 at 120iterations 5.4041753E-03 0.1330719 at 130iterations 2.9720177E-03 7.4625015E-02 at 140iterations 1.6386034E-03 4.6915054E-02 at 150iterations 9.1504352E-04 2.4711609E-02 at 160iterations 5.2512874E-04 1.4221191E-02 at 170iterations 3.1341365E-04 9.2411041E-03 at 180iterations finished qdiffx linear iterations at : 13:38:40 total time elapsed so far: 16.09000 # loops : 180 mean,max change (kT/e) : 3.1341365E-04 9.2411041E-03 energy calculations done at 16.09000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.31000 DelPhi exited at 13:38:41 16.315u 0.741s 0:17.52 97.3% 0+0k 0+45272io 0pf+0w