Sun Oct 9 07:54:13 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 07:54:13 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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.7084154 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): -16.38500 30.93800 ymin,ymax (A): -20.06200 30.19100 zmin,zma (A): -4.569000 35.06000 x,y,z range (A): 47.32300 50.25300 39.62900 scale (grids/A): 0.7084154 object centre (A): 7.276500 5.064500 15.24550 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.3085 centred at (gu) : 89.69641 90.79605 90.83279 assigned negative charge : -327.3089 centred at (gu) : 89.57651 90.89294 90.96639 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7615 nv = 96 ne = 84 npr = 45669 no. pairs analyzed = 45669 no. exposed pairs = 2788 no. arc points = 19886 no. surface atoms = 937 nbur = 1283 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 563 mr = 4247 m= 3 mr = 120 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 126 time to turn everything in is 0.2700000 number of dielectric boundary points 3814 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1767 ## 167 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 8365 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0468473E-07 -2.2444603E-08 midg,1,midg; midg,igrid,midg 8.9210985E-08 1.0802914E-09 1,midg,midg; igrid,midg,midg -1.1923447E-08 1.0929303E-07 gauss-seidel spectral radius is 0.9896336 estimated iterations to convergence 80 setup time was (sec) 0.5200000 now iterating at: 07:54:13 rms-change max change #iterations 0.2127640 32.27750 at 10iterations 2.6317194E-02 3.401091 at 20iterations 3.2178862E-03 0.4342079 at 30iterations 4.0237213E-04 5.0796509E-02 at 40iterations 4.8440877E-05 6.4010620E-03 at 50iterations finished qdiffx linear iterations at : 07:54:16 total time elapsed so far: 3.140000 # loops : 50 mean,max change (kT/e) : 4.8440877E-05 6.4010620E-03 energy calculations done at 3.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.320000 DelPhi exited at 07:54:17 3.324u 0.181s 0:03.79 92.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:54: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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.125246 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): -16.38500 30.93800 ymin,ymax (A): -20.06200 30.19100 zmin,zma (A): -4.569000 35.06000 x,y,z range (A): 47.32300 50.25300 39.62900 scale (grids/A): 2.125246 object centre (A): 7.276500 5.064500 15.24550 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.3085 centred at (gu) : 89.08894 92.38785 92.49812 assigned negative charge : -327.3089 centred at (gu) : 88.72942 92.67884 92.89908 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 79215 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19886 grid for indexing accessible points = 1.400000 m= 32139 mr = 54255 m= 7008 mr = 24505 m= 733 mr = 4889 m= 20 mr = 390 m= 0 mr = 2 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 2981 time to turn everything in is 0.6200000 number of dielectric boundary points 35074 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 71 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 16552 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.7084154 object centre at (A) : 7.276500 5.064500 15.24550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.1951240E-02 1.1598119E-02 midg,1,midg; midg,igrid,midg 3.4045506E-02 1.2094277E-02 1,midg,midg; igrid,midg,midg -2.0210266E-02 4.4157598E-02 gauss-seidel spectral radius is 0.9988551 estimated iterations to convergence 234 setup time was (sec) 0.9200000 now iterating at: 07:54:18 rms-change max change #iterations 4.801019 189.9255 at 10iterations 2.373608 85.03796 at 20iterations 1.186577 36.46300 at 30iterations 0.5924591 19.75506 at 40iterations 0.2940982 9.254498 at 50iterations 0.1469197 4.254906 at 60iterations 7.3209673E-02 2.415670 at 70iterations 3.6688972E-02 1.075562 at 80iterations 1.8229956E-02 0.5015411 at 90iterations 9.0883598E-03 0.2743397 at 100iterations 4.5406488E-03 0.1294384 at 110iterations 2.2646785E-03 6.5765381E-02 at 120iterations finished qdiffx linear iterations at : 07:54:25 total time elapsed so far: 8.220000 # loops : 120 mean,max change (kT/e) : 2.2646785E-03 6.5765381E-02 energy calculations done at 8.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.400000 DelPhi exited at 07:54:25 8.406u 0.226s 0:08.89 96.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:54: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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: 3.187870 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): -16.38500 30.93800 ymin,ymax (A): -20.06200 30.19100 zmin,zma (A): -4.569000 35.06000 x,y,z range (A): 47.32300 50.25300 39.62900 scale (grids/A): 3.187870 object centre (A): 7.276500 5.064500 15.24550 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 333.3085 centred at (gu) : 88.63330 93.58171 93.74712 assigned negative charge : -327.3089 centred at (gu) : 88.09411 94.01825 94.34866 start vw surface at 0.1300000 fill in re-entrant regions at 0.8300000 boundary points on vw surface= 182448 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19886 grid for indexing accessible points = 1.400000 m= 97966 mr = 130837 m= 42547 mr = 81212 m= 13378 mr = 35478 m= 2855 mr = 10576 m= 377 mr = 2167 m= 30 mr = 272 m= 0 mr = 7 time to grow re-entrant surface = 0.9000000 no. cavity mid-points inaccessible to solvent = 10005 time to turn everything in is 1.860000 number of dielectric boundary points 79052 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.000000 number of grid points assigned charge 16664 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.125246 object centre at (A) : 7.276500 5.064500 15.24550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6472149 0.1008039 midg,1,midg; midg,igrid,midg 0.2964919 0.2609364 1,midg,midg; igrid,midg,midg -0.1016602 0.3434879 gauss-seidel spectral radius is 0.9992990 estimated iterations to convergence 298 setup time was (sec) 2.170000 now iterating at: 07:54:28 rms-change max change #iterations 10.53699 348.1635 at 10iterations 6.135645 114.7565 at 20iterations 3.572538 64.65079 at 30iterations 2.079624 39.41064 at 40iterations 1.215072 22.80016 at 50iterations 0.7055859 12.54023 at 60iterations 0.4107454 7.066475 at 70iterations 0.2388413 4.203140 at 80iterations 0.1388006 2.318458 at 90iterations 8.1119336E-02 1.362671 at 100iterations 4.7024064E-02 0.7623177 at 110iterations 2.7397314E-02 0.4551017 at 120iterations 1.5965760E-02 0.2923818 at 130iterations 9.3298592E-03 0.1548557 at 140iterations 5.4079476E-03 9.1762543E-02 at 150iterations 3.1520412E-03 5.6591034E-02 at 160iterations 1.8334803E-03 3.1486511E-02 at 170iterations 1.0708011E-03 1.8361092E-02 at 180iterations finished qdiffx linear iterations at : 07:54:38 total time elapsed so far: 12.60000 # loops : 180 mean,max change (kT/e) : 1.0708011E-03 1.8361092E-02 energy calculations done at 12.60000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.77000 DelPhi exited at 07:54:39 12.776u 0.233s 0:13.27 97.9% 0+0k 0+0io 0pf+0w