Sat Oct 8 14:03:26 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 Sat Oct 8 2011 at 14:03:26 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6401841 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): -12.39000 43.21900 ymin,ymax (A): -22.25300 22.58200 zmin,zma (A): -7.429000 47.87700 x,y,z range (A): 55.60900 44.83500 55.30600 scale (grids/A): 0.6401841 object centre (A): 15.41450 0.1644993 20.22400 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 1.4008060E-02 assigned positive charge : 457.8656 centred at (gu) : 88.77213 89.56377 91.54176 assigned negative charge : -457.8523 centred at (gu) : 88.75932 89.46120 91.45026 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 8202 nv = 96 ne = 84 npr = 63789 no. pairs analyzed = 63789 no. exposed pairs = 3451 no. arc points = 24129 no. surface atoms = 1180 nbur = 1863 mkacc time = 0.1500000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 405 mr = 4780 m= 4 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3792 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2377 ## 208 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 10108 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.1845216E-09 1.7395790E-08 midg,1,midg; midg,igrid,midg -1.5820703E-08 1.2625484E-08 1,midg,midg; igrid,midg,midg -2.4353202E-09 1.2821638E-09 gauss-seidel spectral radius is 0.9873902 estimated iterations to convergence 73 setup time was (sec) 0.6000000 now iterating at: 14:03:27 rms-change max change #iterations 0.1612996 25.26295 at 10iterations 1.6395368E-02 2.317360 at 20iterations 1.6508944E-03 0.1995373 at 30iterations 1.8066853E-04 2.7250290E-02 at 40iterations 2.2030896E-05 3.4675598E-03 at 50iterations finished qdiffx linear iterations at : 14:03:31 total time elapsed so far: 4.030000 # loops : 50 mean,max change (kT/e) : 2.2030896E-05 3.4675598E-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.220000 DelPhi exited at 14:03:31 4.220u 0.247s 0:04.77 93.5% 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 14:03:31 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.920552 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): -12.39000 43.21900 ymin,ymax (A): -22.25300 22.58200 zmin,zma (A): -7.429000 47.87700 x,y,z range (A): 55.60900 44.83500 55.30600 scale (grids/A): 1.920552 object centre (A): 15.41450 0.1644993 20.22400 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 1.4008060E-02 assigned positive charge : 457.8656 centred at (gu) : 86.31584 88.69088 94.62452 assigned negative charge : -457.8523 centred at (gu) : 86.27758 88.38368 94.35062 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 89830 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24129 grid for indexing accessible points = 1.400000 m= 32830 mr = 64916 m= 4796 mr = 24849 m= 307 mr = 2957 m= 3 mr = 105 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 171 time to turn everything in is 0.6400000 number of dielectric boundary points 34939 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 177 iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 22770 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.6401841 object centre at (A) : 15.41450 0.1644993 20.22400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6345883E-02 2.4902085E-02 midg,1,midg; midg,igrid,midg -3.1162924E-03 2.1050744E-02 1,midg,midg; igrid,midg,midg -3.8983159E-02 1.7833704E-02 gauss-seidel spectral radius is 0.9986916 estimated iterations to convergence 219 setup time was (sec) 0.9700000 now iterating at: 14:03:33 rms-change max change #iterations 4.767123 199.2468 at 10iterations 2.275023 81.29941 at 20iterations 1.084823 39.38049 at 30iterations 0.5173532 15.15882 at 40iterations 0.2457903 7.044102 at 50iterations 0.1172714 3.353945 at 60iterations 5.5980727E-02 1.604744 at 70iterations 2.6667636E-02 0.7282410 at 80iterations 1.2756940E-02 0.3488617 at 90iterations 6.0824933E-03 0.1765304 at 100iterations 2.8982500E-03 8.7092400E-02 at 110iterations 1.3881101E-03 3.9558411E-02 at 120iterations finished qdiffx linear iterations at : 14:03:41 total time elapsed so far: 9.650000 # loops : 120 mean,max change (kT/e) : 1.3881101E-03 3.9558411E-02 energy calculations done at 9.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.830000 DelPhi exited at 14:03:42 9.831u 0.274s 0:10.40 97.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 Sat Oct 8 2011 at 14:03:42 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.880829 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): -12.39000 43.21900 ymin,ymax (A): -22.25300 22.58200 zmin,zma (A): -7.429000 47.87700 x,y,z range (A): 55.60900 44.83500 55.30600 scale (grids/A): 2.880829 object centre (A): 15.41450 0.1644993 20.22400 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 1.4008060E-02 assigned positive charge : 457.8656 centred at (gu) : 84.47365 88.03622 96.93667 assigned negative charge : -457.8523 centred at (gu) : 84.41646 87.57546 96.52589 start vw surface at 0.1500000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 208335 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24129 grid for indexing accessible points = 1.400000 m= 107050 mr = 156927 m= 37634 mr = 89395 m= 8723 mr = 30585 m= 1276 mr = 6438 m= 78 mr = 872 m= 0 mr = 41 time to grow re-entrant surface = 1.020000 no. cavity mid-points inaccessible to solvent = 516 time to turn everything in is 1.720000 number of dielectric boundary points 78838 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.870000 number of grid points assigned charge 23167 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.920552 object centre at (A) : 15.41450 0.1644993 20.22400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0363834E-02 0.3628166 midg,1,midg; midg,igrid,midg -2.5959918E-02 0.2440031 1,midg,midg; igrid,midg,midg -0.6148153 0.3044598 gauss-seidel spectral radius is 0.9992765 estimated iterations to convergence 293 setup time was (sec) 2.080000 now iterating at: 14:03:44 rms-change max change #iterations 11.03736 441.4181 at 10iterations 6.489970 159.7303 at 20iterations 3.799460 70.44705 at 30iterations 2.216681 37.89455 at 40iterations 1.290361 24.16666 at 50iterations 0.7524842 14.92544 at 60iterations 0.4359872 7.116570 at 70iterations 0.2533644 4.645264 at 80iterations 0.1468478 2.427709 at 90iterations 8.5261084E-02 1.440731 at 100iterations 4.9339738E-02 0.8214693 at 110iterations 2.8578283E-02 0.4999933 at 120iterations 1.6580125E-02 0.2695293 at 130iterations 9.6100504E-03 0.1526725 at 140iterations 5.5745360E-03 9.5106602E-02 at 150iterations 3.2415334E-03 5.4187775E-02 at 160iterations 1.8894415E-03 3.4681797E-02 at 170iterations 1.1060645E-03 1.7917633E-02 at 180iterations finished qdiffx linear iterations at : 14:03:58 total time elapsed so far: 15.80000 # loops : 180 mean,max change (kT/e) : 1.1060645E-03 1.7917633E-02 energy calculations done at 15.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.99000 DelPhi exited at 14:03:58 15.994u 0.265s 0:16.56 98.1% 0+0k 0+0io 0pf+0w