Sat Oct 8 16:52:44 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 Sat Oct 8 2011 at 16:52:45 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3707 !!! WARNING: FAD 994 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5569550 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): 15.37000 78.75100 ymin,ymax (A): 119.9870 183.9060 zmin,zma (A): -1.403000 60.17700 x,y,z range (A): 63.38100 63.91899 61.58000 scale (grids/A): 0.5569550 object centre (A): 47.06050 151.9465 29.38700 number of atom coordinates read : 3707 total number of charged atoms : 3527 net assigned charge : -1.499964 assigned positive charge : 559.5955 centred at (gu) : 91.28292 91.19630 87.91622 assigned negative charge : -561.0969 centred at (gu) : 91.20338 91.00996 87.94644 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7524 nv = 96 ne = 84 npr = 73152 no. pairs analyzed = 73152 no. exposed pairs = 4884 no. arc points = 34275 no. surface atoms = 1635 nbur = 2072 mkacc time = 0.2100000 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.512000 m= 342 mr = 3800 m= 1 mr = 20 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.4600000 number of dielectric boundary points 4047 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3337 ## 383 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 9693 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.1268302E-10 -3.4462924E-10 midg,1,midg; midg,igrid,midg -1.9129764E-09 2.7944227E-09 1,midg,midg; igrid,midg,midg -8.7136043E-10 1.0868226E-09 gauss-seidel spectral radius is 0.9834363 estimated iterations to convergence 64 setup time was (sec) 0.7500000 now iterating at: 16:52:45 rms-change max change #iterations 9.1747388E-02 15.81718 at 10iterations 6.3654049E-03 1.048496 at 20iterations 4.8286267E-04 6.4888000E-02 at 30iterations 9.5346426E-05 1.7599583E-02 at 40iterations 4.8091966E-05 8.8453293E-03 at 50iterations finished qdiffx linear iterations at : 16:52:49 total time elapsed so far: 4.030000 # loops : 50 mean,max change (kT/e) : 4.8091966E-05 8.8453293E-03 energy calculations done at 4.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.200000 DelPhi exited at 16:52:49 4.208u 0.261s 0:04.74 94.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 Sat Oct 8 2011 at 16:52:49 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3707 !!! WARNING: FAD 994 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.670865 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): 15.37000 78.75100 ymin,ymax (A): 119.9870 183.9060 zmin,zma (A): -1.403000 60.17700 x,y,z range (A): 63.38100 63.91899 61.58000 scale (grids/A): 1.670865 object centre (A): 47.06050 151.9465 29.38700 number of atom coordinates read : 3707 total number of charged atoms : 3527 net assigned charge : -1.499964 assigned positive charge : 559.5955 centred at (gu) : 93.84809 93.58781 83.74777 assigned negative charge : -561.0969 centred at (gu) : 93.60966 93.02950 83.83913 start vw surface at 0.2000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 83385 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34275 grid for indexing accessible points = 1.400000 m= 25723 mr = 55695 m= 3038 mr = 17222 m= 99 mr = 1592 m= 0 mr = 14 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7500000 number of dielectric boundary points 37722 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 330 iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 27209 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.5569550 object centre at (A) : 47.06050 151.9465 29.38700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2823838E-03 7.7297683E-03 midg,1,midg; midg,igrid,midg -1.2788501E-02 3.3365987E-02 1,midg,midg; igrid,midg,midg -1.2228308E-02 -1.9279337E-02 gauss-seidel spectral radius is 0.9983536 estimated iterations to convergence 196 setup time was (sec) 1.040000 now iterating at: 16:52:51 rms-change max change #iterations 3.995714 213.9415 at 10iterations 1.741082 76.82823 at 20iterations 0.7566638 27.89623 at 30iterations 0.3297516 12.51961 at 40iterations 0.1440361 5.526268 at 50iterations 6.2415287E-02 2.119272 at 60iterations 2.7301807E-02 0.8876414 at 70iterations 1.1947989E-02 0.3812089 at 80iterations 5.2286717E-03 0.1678925 at 90iterations 2.2999831E-03 6.9252014E-02 at 100iterations 1.0504054E-03 3.9406776E-02 at 110iterations 5.1811809E-04 2.1630287E-02 at 120iterations finished qdiffx linear iterations at : 16:52:59 total time elapsed so far: 9.390000 # loops : 120 mean,max change (kT/e) : 5.1811809E-04 2.1630287E-02 energy calculations done at 9.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.570000 DelPhi exited at 16:52:59 9.576u 0.293s 0:10.13 97.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 Sat Oct 8 2011 at 16:52:59 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3707 !!! WARNING: FAD 994 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.506297 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): 15.37000 78.75100 ymin,ymax (A): 119.9870 183.9060 zmin,zma (A): -1.403000 60.17700 x,y,z range (A): 63.38100 63.91899 61.58000 scale (grids/A): 2.506297 object centre (A): 47.06050 151.9465 29.38700 number of atom coordinates read : 3707 total number of charged atoms : 3527 net assigned charge : -1.499964 assigned positive charge : 559.5955 centred at (gu) : 95.77203 95.38148 80.62155 assigned negative charge : -561.0969 centred at (gu) : 95.41445 94.54405 80.75842 start vw surface at 0.1900000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 193943 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34275 grid for indexing accessible points = 1.400000 m= 88188 mr = 137112 m= 25919 mr = 68534 m= 4899 mr = 19075 m= 433 mr = 3303 m= 13 mr = 225 m= 0 mr = 0 time to grow re-entrant surface = 1.090000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.820000 number of dielectric boundary points 85146 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 1.990000 number of grid points assigned charge 28198 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.670865 object centre at (A) : 47.06050 151.9465 29.38700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.9589655E-02 0.1944012 midg,1,midg; midg,igrid,midg -0.1490530 0.5655276 1,midg,midg; igrid,midg,midg -0.1953416 -0.3662345 gauss-seidel spectral radius is 0.9992109 estimated iterations to convergence 281 setup time was (sec) 2.150000 now iterating at: 16:53:02 rms-change max change #iterations 10.24274 378.3979 at 10iterations 5.963711 155.7797 at 20iterations 3.451317 84.80606 at 30iterations 1.985747 46.32446 at 40iterations 1.134539 22.78106 at 50iterations 0.6458288 15.29321 at 60iterations 0.3673050 6.944992 at 70iterations 0.2085184 4.169395 at 80iterations 0.1182253 2.242775 at 90iterations 6.6932224E-02 1.262150 at 100iterations 3.7904277E-02 0.7249069 at 110iterations 2.1467514E-02 0.4573417 at 120iterations 1.2216928E-02 0.2257099 at 130iterations 6.9561317E-03 0.1345584 at 140iterations 4.0237638E-03 7.6771498E-02 at 150iterations 2.3957784E-03 4.7390461E-02 at 160iterations 1.5033807E-03 3.6849976E-02 at 170iterations 1.0282631E-03 2.4147034E-02 at 180iterations finished qdiffx linear iterations at : 16:53:16 total time elapsed so far: 16.05000 # loops : 180 mean,max change (kT/e) : 1.0282631E-03 2.4147034E-02 energy calculations done at 16.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.22000 DelPhi exited at 16:53:16 16.224u 0.322s 0:16.80 98.4% 0+0k 0+0io 0pf+0w