Mon Oct 10 11:18:20 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 11:18:20 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 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.7481349 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): -20.87800 24.19700 ymin,ymax (A): -7.979000 36.25600 zmin,zma (A): -3.497000 44.08800 x,y,z range (A): 45.07500 44.23500 47.58500 scale (grids/A): 0.7481349 object centre (A): 1.659500 14.13850 20.29550 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 318.2999 centred at (gu) : 89.06628 90.40714 90.26130 assigned negative charge : -324.5720 centred at (gu) : 89.09084 90.49397 90.43936 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8170 nv = 96 ne = 84 npr = 43829 no. pairs analyzed = 43829 no. exposed pairs = 2753 no. arc points = 19132 no. surface atoms = 929 nbur = 1188 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 595 mr = 4506 m= 5 mr = 116 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 64 time to turn everything in is 0.2500000 number of dielectric boundary points 4148 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1490 ## 107 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 8536 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.7596667E-08 -3.6759724E-07 midg,1,midg; midg,igrid,midg -2.4641032E-08 -2.5505352E-07 1,midg,midg; igrid,midg,midg -1.1865039E-07 -1.3558733E-07 gauss-seidel spectral radius is 0.9906904 estimated iterations to convergence 84 setup time was (sec) 0.4800000 now iterating at: 11:18:21 rms-change max change #iterations 0.2603407 38.80922 at 10iterations 3.5901640E-02 4.621280 at 20iterations 4.9344469E-03 0.6528587 at 30iterations 6.7120034E-04 8.4710121E-02 at 40iterations 9.3441791E-05 1.4045715E-02 at 50iterations finished qdiffx linear iterations at : 11:18:23 total time elapsed so far: 3.130000 # loops : 50 mean,max change (kT/e) : 9.3441791E-05 1.4045715E-02 energy calculations done at 3.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.290000 DelPhi exited at 11:18:24 3.291u 0.240s 0:03.84 91.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 Mon Oct 10 2011 at 11:18:24 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 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.244405 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): -20.87800 24.19700 ymin,ymax (A): -7.979000 36.25600 zmin,zma (A): -3.497000 44.08800 x,y,z range (A): 45.07500 44.23500 47.58500 scale (grids/A): 2.244405 object centre (A): 1.659500 14.13850 20.29550 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 318.2999 centred at (gu) : 87.19872 91.22142 90.78395 assigned negative charge : -324.5720 centred at (gu) : 87.27242 91.48180 91.31806 start vw surface at 0.1300000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 85664 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19132 grid for indexing accessible points = 1.400000 m= 34590 mr = 58929 m= 7585 mr = 26094 m= 836 mr = 5174 m= 33 mr = 459 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 1832 time to turn everything in is 0.6200000 number of dielectric boundary points 38052 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 35 iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 15782 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.7481349 object centre at (A) : 1.659500 14.13850 20.29550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.1716364E-03 -0.1422154 midg,1,midg; midg,igrid,midg -2.6306596E-02 -3.2271553E-02 1,midg,midg; igrid,midg,midg -1.7614063E-02 -1.1306196E-02 gauss-seidel spectral radius is 0.9989471 estimated iterations to convergence 244 setup time was (sec) 0.9100000 now iterating at: 11:18:25 rms-change max change #iterations 5.239552 218.6390 at 10iterations 2.676113 80.15730 at 20iterations 1.370940 40.00035 at 30iterations 0.7025073 19.06096 at 40iterations 0.3606067 10.49777 at 50iterations 0.1853672 5.275512 at 60iterations 9.4931103E-02 2.987261 at 70iterations 4.8561566E-02 1.426857 at 80iterations 2.4932956E-02 0.6689415 at 90iterations 1.2846104E-02 0.3380122 at 100iterations 6.5766792E-03 0.1862962 at 110iterations 3.3783319E-03 9.6073151E-02 at 120iterations finished qdiffx linear iterations at : 11:18:31 total time elapsed so far: 7.540000 # loops : 120 mean,max change (kT/e) : 3.3783319E-03 9.6073151E-02 energy calculations done at 7.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.710000 DelPhi exited at 11:18:32 7.715u 0.255s 0:08.29 96.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 Mon Oct 10 2011 at 11:18:32 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2117 !!! WARNING: LYS 224 has a net charge of -0.2720 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.366607 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): -20.87800 24.19700 ymin,ymax (A): -7.979000 36.25600 zmin,zma (A): -3.497000 44.08800 x,y,z range (A): 45.07500 44.23500 47.58500 scale (grids/A): 3.366607 object centre (A): 1.659500 14.13850 20.29550 number of atom coordinates read : 2117 total number of charged atoms : 1978 net assigned charge : -6.271980 assigned positive charge : 318.2999 centred at (gu) : 85.79810 91.83208 91.17594 assigned negative charge : -324.5720 centred at (gu) : 85.90865 92.22273 91.97718 start vw surface at 0.1200000 fill in re-entrant regions at 0.8900000 boundary points on vw surface= 197224 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19132 grid for indexing accessible points = 1.400000 m= 105441 mr = 142064 m= 45432 mr = 87025 m= 14622 mr = 37482 m= 3487 mr = 11478 m= 467 mr = 2582 m= 23 mr = 273 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 5925 time to turn everything in is 2.000000 number of dielectric boundary points 85788 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.130000 number of grid points assigned charge 15824 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.244405 object centre at (A) : 1.659500 14.13850 20.29550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.6732191E-02 -1.246440 midg,1,midg; midg,igrid,midg -0.2450375 -0.1686096 1,midg,midg; igrid,midg,midg -0.1920941 -0.1631853 gauss-seidel spectral radius is 0.9993269 estimated iterations to convergence 304 setup time was (sec) 2.310000 now iterating at: 11:18:35 rms-change max change #iterations 11.27367 306.3919 at 10iterations 6.674977 144.6602 at 20iterations 3.958972 92.30675 at 30iterations 2.340930 42.71388 at 40iterations 1.381651 23.05058 at 50iterations 0.8163387 13.28782 at 60iterations 0.4816498 7.893619 at 70iterations 0.2834930 4.505768 at 80iterations 0.1672225 2.572571 at 90iterations 9.8706305E-02 1.687485 at 100iterations 5.8095884E-02 0.8640213 at 110iterations 3.4205377E-02 0.6520691 at 120iterations 2.0148978E-02 0.3512745 at 130iterations 1.1877220E-02 0.1765728 at 140iterations 7.0076510E-03 0.1157212 at 150iterations 4.1291509E-03 7.1067810E-02 at 160iterations 2.4321454E-03 3.8922310E-02 at 170iterations 1.4324515E-03 2.3193359E-02 at 180iterations finished qdiffx linear iterations at : 11:18:46 total time elapsed so far: 13.27000 # loops : 180 mean,max change (kT/e) : 1.4324515E-03 2.3193359E-02 energy calculations done at 13.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.43000 DelPhi exited at 11:18:46 13.432u 0.278s 0:14.01 97.7% 0+0k 0+0io 0pf+0w