Mon Oct 10 13:59:37 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+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 Mon Oct 10 2011 at 13:59:37 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4436 !!! WARNING: HIT 442 has a net charge of 0.5140 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.5064372 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): -2.887000 67.40800 ymin,ymax (A): -11.87200 39.48400 zmin,zma (A): -19.36000 46.52700 x,y,z range (A): 70.29500 51.35600 65.88699 scale (grids/A): 0.5064372 object centre (A): 32.26050 13.80600 13.58350 number of atom coordinates read : 4436 total number of charged atoms : 4281 net assigned charge : -6.485956 assigned positive charge : 672.1219 centred at (gu) : 88.19059 89.81140 90.55463 assigned negative charge : -678.6103 centred at (gu) : 88.25677 89.91870 90.59477 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7083 nv = 96 ne = 84 npr = 93204 no. pairs analyzed = 93204 no. exposed pairs = 5038 no. arc points = 33774 no. surface atoms = 1713 nbur = 2723 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.680000 m= 236 mr = 3976 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 22 time to turn everything in is 0.3200000 number of dielectric boundary points 3338 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3400 ## 540 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 9568 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.4777706E-12 -1.8690899E-10 midg,1,midg; midg,igrid,midg 1.4588103E-10 -2.8713504E-10 1,midg,midg; igrid,midg,midg 9.4424919E-11 -1.3400145E-10 gauss-seidel spectral radius is 0.9800250 estimated iterations to convergence 59 setup time was (sec) 0.5000000 now iterating at: 13:59:38 rms-change max change #iterations 6.2652402E-02 9.649878 at 10iterations 3.8094290E-03 0.6022530 at 20iterations 5.0362881E-04 7.0389271E-02 at 30iterations 1.3106332E-04 1.8498566E-02 at 40iterations 3.7168575E-05 5.4430962E-03 at 50iterations finished qdiffx linear iterations at : 13:59:41 total time elapsed so far: 3.440000 # loops : 50 mean,max change (kT/e) : 3.7168575E-05 5.4430962E-03 energy calculations done at 3.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.580000 DelPhi exited at 13:59:41 3.585u 0.182s 0:04.08 92.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 13:59:41 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4436 !!! WARNING: HIT 442 has a net charge of 0.5140 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.519312 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): -2.887000 67.40800 ymin,ymax (A): -11.87200 39.48400 zmin,zma (A): -19.36000 46.52700 x,y,z range (A): 70.29500 51.35600 65.88699 scale (grids/A): 1.519312 object centre (A): 32.26050 13.80600 13.58350 number of atom coordinates read : 4436 total number of charged atoms : 4281 net assigned charge : -6.485956 assigned positive charge : 672.1219 centred at (gu) : 84.57089 89.43313 91.66261 assigned negative charge : -678.6103 centred at (gu) : 84.76984 89.75556 91.78376 start vw surface at 0.1200000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 81008 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33774 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 23753 mr = 58431 m= 1959 mr = 16533 m= 38 mr = 804 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1552 time to turn everything in is 0.4000000 number of dielectric boundary points 30991 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 474 ## 12 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 32109 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.5064372 object centre at (A) : 32.26050 13.80600 13.58350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.2016142E-03 -1.8738845E-02 midg,1,midg; midg,igrid,midg 2.1554769E-03 -1.0270621E-02 1,midg,midg; igrid,midg,midg 1.1821727E-02 -5.7799281E-03 gauss-seidel spectral radius is 0.9980194 estimated iterations to convergence 179 setup time was (sec) 0.6100000 now iterating at: 13:59:42 rms-change max change #iterations 3.589053 172.5982 at 10iterations 1.431152 51.49192 at 20iterations 0.5758126 19.80526 at 30iterations 0.2317119 8.720276 at 40iterations 9.3197435E-02 3.091320 at 50iterations 3.7577722E-02 1.200040 at 60iterations 1.5198117E-02 0.5025082 at 70iterations 6.1703627E-03 0.2065175 at 80iterations 2.5475004E-03 8.3908558E-02 at 90iterations 1.0885524E-03 3.6987305E-02 at 100iterations 4.9318332E-04 1.6807556E-02 at 110iterations 2.4598086E-04 8.2168579E-03 at 120iterations finished qdiffx linear iterations at : 13:59:49 total time elapsed so far: 7.680000 # loops : 120 mean,max change (kT/e) : 2.4598086E-04 8.2168579E-03 energy calculations done at 7.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.810000 DelPhi exited at 13:59:50 7.811u 0.224s 0:08.62 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 Mon Oct 10 2011 at 13:59:50 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4436 !!! WARNING: HIT 442 has a net charge of 0.5140 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: 2.278967 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): -2.887000 67.40800 ymin,ymax (A): -11.87200 39.48400 zmin,zma (A): -19.36000 46.52700 x,y,z range (A): 70.29500 51.35600 65.88699 scale (grids/A): 2.278967 object centre (A): 32.26050 13.80600 13.58350 number of atom coordinates read : 4436 total number of charged atoms : 4281 net assigned charge : -6.485956 assigned positive charge : 672.1219 centred at (gu) : 81.85625 89.14936 92.49355 assigned negative charge : -678.6103 centred at (gu) : 82.15468 89.63328 92.67557 start vw surface at 0.1100000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 189435 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33774 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 86090 mr = 143153 m= 21397 mr = 69042 m= 2891 mr = 15905 m= 105 mr = 1733 m= 0 mr = 17 time to grow re-entrant surface = 0.5200000 no. cavity mid-points inaccessible to solvent = 5273 time to turn everything in is 0.9300000 number of dielectric boundary points 70068 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 59 iepsmp to db, and charging done at 1.020000 number of grid points assigned charge 34141 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.519312 object centre at (A) : 32.26050 13.80600 13.58350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2575052 -0.3966318 midg,1,midg; midg,igrid,midg 2.5484549E-02 -0.1713248 1,midg,midg; igrid,midg,midg 0.3020886 -0.5082886 gauss-seidel spectral radius is 0.9991114 estimated iterations to convergence 265 setup time was (sec) 1.160000 now iterating at: 13:59:51 rms-change max change #iterations 9.632167 332.2311 at 10iterations 5.375730 131.7131 at 20iterations 2.985918 71.30913 at 30iterations 1.655624 35.05006 at 40iterations 0.9080525 19.73522 at 50iterations 0.4993708 9.814762 at 60iterations 0.2739771 5.537880 at 70iterations 0.1501167 2.895409 at 80iterations 8.2195319E-02 1.551352 at 90iterations 4.4910204E-02 0.8391294 at 100iterations 2.4585769E-02 0.5074406 at 110iterations 1.3448888E-02 0.2710953 at 120iterations 7.3499046E-03 0.1353641 at 130iterations 4.0341499E-03 8.2544327E-02 at 140iterations 2.2240775E-03 4.1934013E-02 at 150iterations 1.2384380E-03 2.4681091E-02 at 160iterations 7.0016948E-04 1.3412476E-02 at 170iterations 4.0587681E-04 8.1405640E-03 at 180iterations finished qdiffx linear iterations at : 14:00:03 total time elapsed so far: 12.36000 # loops : 180 mean,max change (kT/e) : 4.0587681E-04 8.1405640E-03 energy calculations done at 12.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.49000 DelPhi exited at 14:00:03 12.494u 0.229s 0:13.21 96.2% 0+0k 0+0io 0pf+0w