Sat Oct 8 22:51:00 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 22:51:00 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3254 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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.5735645 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.25900 40.46400 ymin,ymax (A): 16.96700 76.48100 zmin,zma (A): 25.45500 87.52300 x,y,z range (A): 56.72300 59.51400 62.06800 scale (grids/A): 0.5735645 object centre (A): 12.10250 46.72400 56.48900 number of atom coordinates read : 3254 total number of charged atoms : 3112 net assigned charge : 11.95703 assigned positive charge : 477.3728 centred at (gu) : 89.91760 90.16704 90.62369 assigned negative charge : -465.4174 centred at (gu) : 89.77299 90.23615 90.80473 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7336 nv = 96 ne = 84 npr = 63596 no. pairs analyzed = 63596 no. exposed pairs = 4317 no. arc points = 31251 no. surface atoms = 1438 nbur = 1816 mkacc time = 0.1300000 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.484000 m= 321 mr = 3702 m= 3 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3932 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3202 ## 371 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9292 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.6708788E-09 -1.5526882E-09 midg,1,midg; midg,igrid,midg 3.2617584E-09 8.5331392E-10 1,midg,midg; igrid,midg,midg -6.2991656E-10 4.6669850E-09 gauss-seidel spectral radius is 0.9843506 estimated iterations to convergence 66 setup time was (sec) 0.5400000 now iterating at: 22:51:00 rms-change max change #iterations 9.7513199E-02 17.70550 at 10iterations 7.3467903E-03 1.061529 at 20iterations 5.7111087E-04 9.6455812E-02 at 30iterations 5.0874423E-05 7.5063705E-03 at 40iterations 6.1249830E-06 6.4849854E-04 at 50iterations finished qdiffx linear iterations at : 22:51:03 total time elapsed so far: 2.940000 # loops : 50 mean,max change (kT/e) : 6.1249830E-06 6.4849854E-04 energy calculations done at 2.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.120000 DelPhi exited at 22:51:03 3.122u 0.153s 0:03.58 91.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 22:51:03 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3254 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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.720693 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.25900 40.46400 ymin,ymax (A): 16.96700 76.48100 zmin,zma (A): 25.45500 87.52300 x,y,z range (A): 56.72300 59.51400 62.06800 scale (grids/A): 1.720693 object centre (A): 12.10250 46.72400 56.48900 number of atom coordinates read : 3254 total number of charged atoms : 3112 net assigned charge : 11.95703 assigned positive charge : 477.3728 centred at (gu) : 89.75213 90.50034 91.87011 assigned negative charge : -465.4174 centred at (gu) : 89.31884 90.70818 92.41394 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 80654 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31251 grid for indexing accessible points = 1.400000 m= 25859 mr = 53930 m= 3126 mr = 17820 m= 109 mr = 1610 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 569 time to turn everything in is 0.5300000 number of dielectric boundary points 36383 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 295 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 24090 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.5735645 object centre at (A) : 12.10250 46.72400 56.48900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8218474E-02 7.1235704E-03 midg,1,midg; midg,igrid,midg 3.6612224E-02 7.2450819E-03 1,midg,midg; igrid,midg,midg -8.3621517E-03 1.4970232E-02 gauss-seidel spectral radius is 0.9984173 estimated iterations to convergence 199 setup time was (sec) 0.8000000 now iterating at: 22:51:04 rms-change max change #iterations 3.860693 178.4651 at 10iterations 1.692980 55.43921 at 20iterations 0.7476415 23.71778 at 30iterations 0.3276885 11.03064 at 40iterations 0.1445859 4.577679 at 50iterations 6.3666500E-02 2.074797 at 60iterations 2.8128386E-02 0.9198112 at 70iterations 1.2432365E-02 0.4240990 at 80iterations 5.4690596E-03 0.1875229 at 90iterations 2.4207970E-03 7.9811096E-02 at 100iterations 1.0669803E-03 3.6018372E-02 at 110iterations 4.7246602E-04 1.5105247E-02 at 120iterations finished qdiffx linear iterations at : 22:51:10 total time elapsed so far: 6.960000 # loops : 120 mean,max change (kT/e) : 4.7246602E-04 1.5105247E-02 energy calculations done at 6.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.140000 DelPhi exited at 22:51:11 7.140u 0.160s 0:07.63 95.6% 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 22:51:11 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3254 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 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: 2.581040 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.25900 40.46400 ymin,ymax (A): 16.96700 76.48100 zmin,zma (A): 25.45500 87.52300 x,y,z range (A): 56.72300 59.51400 62.06800 scale (grids/A): 2.581040 object centre (A): 12.10250 46.72400 56.48900 number of atom coordinates read : 3254 total number of charged atoms : 3112 net assigned charge : 11.95703 assigned positive charge : 477.3728 centred at (gu) : 89.62822 90.75040 92.80489 assigned negative charge : -465.4174 centred at (gu) : 88.97827 91.06223 93.62086 start vw surface at 0.1700000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 186986 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31251 grid for indexing accessible points = 1.400000 m= 87920 mr = 132064 m= 27031 mr = 69315 m= 5019 mr = 20410 m= 482 mr = 3351 m= 12 mr = 254 m= 0 mr = 4 time to grow re-entrant surface = 0.7599999 no. cavity mid-points inaccessible to solvent = 2005 time to turn everything in is 1.320000 number of dielectric boundary points 82052 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.450000 number of grid points assigned charge 24868 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.720693 object centre at (A) : 12.10250 46.72400 56.48900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.7504515 7.6215282E-02 midg,1,midg; midg,igrid,midg 0.6110109 0.2414188 1,midg,midg; igrid,midg,midg -6.7005709E-02 0.2142227 gauss-seidel spectral radius is 0.9992233 estimated iterations to convergence 283 setup time was (sec) 1.600000 now iterating at: 22:51:13 rms-change max change #iterations 9.664827 315.8751 at 10iterations 5.615708 138.9072 at 20iterations 3.237725 75.82509 at 30iterations 1.859083 40.98357 at 40iterations 1.064072 23.96323 at 50iterations 0.6072466 12.65736 at 60iterations 0.3448227 6.654068 at 70iterations 0.1963882 3.978989 at 80iterations 0.1117037 2.374025 at 90iterations 6.3368127E-02 1.253212 at 100iterations 3.6025088E-02 0.6226063 at 110iterations 2.0395482E-02 0.4117136 at 120iterations 1.1567678E-02 0.2083845 at 130iterations 6.5550227E-03 0.1418591 at 140iterations 3.7175363E-03 6.6839218E-02 at 150iterations 2.0989364E-03 3.9013624E-02 at 160iterations 1.1924950E-03 2.2285461E-02 at 170iterations 6.7580165E-04 1.2041092E-02 at 180iterations finished qdiffx linear iterations at : 22:51:22 total time elapsed so far: 11.06000 # loops : 180 mean,max change (kT/e) : 6.7580165E-04 1.2041092E-02 energy calculations done at 11.06000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.23000 DelPhi exited at 22:51:23 11.228u 0.179s 0:11.73 97.1% 0+0k 0+0io 0pf+0w