Thu Jan 19 13:34:32 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+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 Thu Jan 19 2012 at 13:34:36 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: 387 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6963 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: SEP 498 has a net charge of -0.2750 !!! WARNING: HEM 1103 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.4323379 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): -5.005000 77.33801 ymin,ymax (A): -0.8119999 75.09200 zmin,zma (A): 165.4100 235.2330 x,y,z range (A): 82.34300 75.90400 69.82300 scale (grids/A): 0.4323379 object centre (A): 36.16650 37.14000 200.3215 number of atom coordinates read : 6963 total number of charged atoms : 6791 net assigned charge : 2.925039 assigned positive charge : 1057.370 centred at (gu) : 89.10060 90.13549 89.59016 assigned negative charge : -1054.453 centred at (gu) : 89.08170 90.19524 89.55762 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7622 nv = 96 ne = 84 npr = 141516 no. pairs analyzed = 141516 no. exposed pairs = 9183 no. arc points = 61902 no. surface atoms = 3099 nbur = 3864 mkacc time = 0.2400000 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= 189 mr = 3532 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4279 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5119 ## 1019 charges are in solution ## iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 10554 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9338988E-12 2.7314251E-12 midg,1,midg; midg,igrid,midg 4.8671952E-12 -3.8945613E-12 1,midg,midg; igrid,midg,midg -9.1696323E-13 1.5957410E-12 gauss-seidel spectral radius is 0.9728592 estimated iterations to convergence 51 setup time was (sec) 0.6400000 now iterating at: 13:34:40 rms-change max change #iterations 3.2144308E-02 5.603798 at 10iterations 1.6778719E-03 0.2841415 at 20iterations 5.3184771E-04 9.9340439E-02 at 30iterations 2.2050715E-04 4.0672302E-02 at 40iterations 9.1827242E-05 1.6583443E-02 at 50iterations finished qdiffx linear iterations at : 13:34:46 total time elapsed so far: 3.760000 # loops : 50 mean,max change (kT/e) : 9.1827242E-05 1.6583443E-02 energy calculations done at 3.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.900000 DelPhi exited at 13:34:47 3.908u 0.219s 0:11.10 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:48 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: 387 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6963 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: SEP 498 has a net charge of -0.2750 !!! WARNING: HEM 1103 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.297014 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): -5.005000 77.33801 ymin,ymax (A): -0.8119999 75.09200 zmin,zma (A): 165.4100 235.2330 x,y,z range (A): 82.34300 75.90400 69.82300 scale (grids/A): 1.297014 object centre (A): 36.16650 37.14000 200.3215 number of atom coordinates read : 6963 total number of charged atoms : 6791 net assigned charge : 2.925039 assigned positive charge : 1057.370 centred at (gu) : 87.29973 90.40527 88.76868 assigned negative charge : -1054.453 centred at (gu) : 87.24427 90.58559 88.67278 start vw surface at 0.1700000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 88285 reading accessible surface arcs data from file ARCDAT no. of arc points read = 61902 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.820000 m= 20937 mr = 57585 m= 1095 mr = 12316 m= 12 mr = 212 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 454 time to turn everything in is 0.4900000 number of dielectric boundary points 40216 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1201 ## 45 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 47281 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.4323379 object centre at (A) : 36.16650 37.14000 200.3215 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8728049E-04 -1.3242484E-04 midg,1,midg; midg,igrid,midg 2.9977735E-03 -5.5565001E-03 1,midg,midg; igrid,midg,midg 3.2031257E-03 4.9570147E-03 gauss-seidel spectral radius is 0.9974522 estimated iterations to convergence 158 setup time was (sec) 0.7200000 now iterating at: 13:34:53 rms-change max change #iterations 3.137418 170.0836 at 10iterations 1.113914 42.18862 at 20iterations 0.3948615 13.48314 at 30iterations 0.1401098 5.120716 at 40iterations 4.9985964E-02 1.750684 at 50iterations 1.7879885E-02 0.6748886 at 60iterations 6.4963028E-03 0.2367897 at 70iterations 2.4832301E-03 9.6157074E-02 at 80iterations 1.1041872E-03 4.6190262E-02 at 90iterations 6.2130275E-04 2.7069092E-02 at 100iterations 4.1556126E-04 1.5529633E-02 at 110iterations 2.9567309E-04 1.0711670E-02 at 120iterations finished qdiffx linear iterations at : 13:35:16 total time elapsed so far: 8.200000 # loops : 120 mean,max change (kT/e) : 2.9567309E-04 1.0711670E-02 energy calculations done at 8.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.340000 DelPhi exited at 13:35:17 8.342u 0.213s 0:29.30 29.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 Thu Jan 19 2012 at 13:35:19 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: 387 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 6963 !!! WARNING: HIZ 356 has a net charge of 0.2000 !!! WARNING: SEP 498 has a net charge of -0.2750 !!! WARNING: HEM 1103 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.945521 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): -5.005000 77.33801 ymin,ymax (A): -0.8119999 75.09200 zmin,zma (A): 165.4100 235.2330 x,y,z range (A): 82.34300 75.90400 69.82300 scale (grids/A): 1.945521 object centre (A): 36.16650 37.14000 200.3215 number of atom coordinates read : 6963 total number of charged atoms : 6791 net assigned charge : 2.925039 assigned positive charge : 1057.370 centred at (gu) : 85.94914 90.60722 88.15277 assigned negative charge : -1054.453 centred at (gu) : 85.86627 90.87840 88.00915 start vw surface at 0.1600000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 207282 reading accessible surface arcs data from file ARCDAT no. of arc points read = 61902 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 80114 mr = 144070 m= 14811 mr = 58576 m= 1022 mr = 9256 m= 19 mr = 379 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 1529 time to turn everything in is 1.090000 number of dielectric boundary points 90967 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 330 iepsmp to db, and charging done at 1.200000 number of grid points assigned charge 53622 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.297014 object centre at (A) : 36.16650 37.14000 200.3215 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.2766495E-02 -9.0714861E-03 midg,1,midg; midg,igrid,midg 5.7323191E-02 -0.1301495 1,midg,midg; igrid,midg,midg 0.2578373 0.1977749 gauss-seidel spectral radius is 0.9990022 estimated iterations to convergence 250 setup time was (sec) 1.370000 now iterating at: 13:35:26 rms-change max change #iterations 9.671265 326.9329 at 10iterations 5.301491 122.0586 at 20iterations 2.865002 72.94291 at 30iterations 1.542733 34.50565 at 40iterations 0.8232567 18.80891 at 50iterations 0.4398258 9.871502 at 60iterations 0.2337524 5.166222 at 70iterations 0.1239275 2.591095 at 80iterations 6.5618291E-02 1.438061 at 90iterations 3.4656145E-02 0.7521362 at 100iterations 1.8284289E-02 0.3931913 at 110iterations 9.6811913E-03 0.2002516 at 120iterations 5.1175538E-03 0.1080933 at 130iterations 2.7045084E-03 5.4546356E-02 at 140iterations 1.4375506E-03 2.9589653E-02 at 150iterations 7.7664858E-04 1.5351295E-02 at 160iterations 4.2790823E-04 9.3994141E-03 at 170iterations 2.4796725E-04 6.4373016E-03 at 180iterations finished qdiffx linear iterations at : 13:36:04 total time elapsed so far: 14.02000 # loops : 180 mean,max change (kT/e) : 2.4796725E-04 6.4373016E-03 energy calculations done at 14.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.15000 DelPhi exited at 13:36:06 14.156u 0.226s 0:47.48 30.2% 0+0k 0+0io 0pf+0w