Sun Oct 9 07:10:35 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 Sun Oct 9 2011 at 07:10:35 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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 !!! WARNING: NAP 191 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.6746129 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): -13.08900 38.67300 ymin,ymax (A): -22.42100 29.23900 zmin,zma (A): -15.43000 37.34100 x,y,z range (A): 51.76200 51.66000 52.77100 scale (grids/A): 0.6746129 object centre (A): 12.79200 3.409000 10.95550 number of atom coordinates read : 2004 total number of charged atoms : 1867 net assigned charge : 1.000006 assigned positive charge : 299.5051 centred at (gu) : 90.47660 90.43019 89.82626 assigned negative charge : -298.5052 centred at (gu) : 90.63520 90.36144 89.69377 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6257 nv = 96 ne = 84 npr = 41725 no. pairs analyzed = 41725 no. exposed pairs = 2470 no. arc points = 18049 no. surface atoms = 835 nbur = 1169 mkacc time = 8.9999989E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 369 mr = 3409 m= 4 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 9.9999979E-02 no. cavity mid-points inaccessible to solvent = 15 time to turn everything in is 0.2600000 number of dielectric boundary points 3165 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1694 ## 140 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 7063 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.6465065E-08 3.1504303E-08 midg,1,midg; midg,igrid,midg -1.0248939E-08 2.0715337E-08 1,midg,midg; igrid,midg,midg 3.4634869E-08 -3.4739742E-08 gauss-seidel spectral radius is 0.9885568 estimated iterations to convergence 76 setup time was (sec) 0.5000000 now iterating at: 07:10:36 rms-change max change #iterations 0.1640790 26.19222 at 10iterations 1.7995123E-02 2.787395 at 20iterations 2.0117625E-03 0.2853184 at 30iterations 2.2444766E-04 3.4802437E-02 at 40iterations 2.4747718E-05 3.7155151E-03 at 50iterations finished qdiffx linear iterations at : 07:10:39 total time elapsed so far: 3.120000 # loops : 50 mean,max change (kT/e) : 2.4747718E-05 3.7155151E-03 energy calculations done at 3.120000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.280000 DelPhi exited at 07:10:39 3.288u 0.202s 0:03.76 92.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 Sun Oct 9 2011 at 07:10:39 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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 !!! WARNING: NAP 191 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.023839 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): -13.08900 38.67300 ymin,ymax (A): -22.42100 29.23900 zmin,zma (A): -15.43000 37.34100 x,y,z range (A): 51.76200 51.66000 52.77100 scale (grids/A): 2.023839 object centre (A): 12.79200 3.409000 10.95550 number of atom coordinates read : 2004 total number of charged atoms : 1867 net assigned charge : 1.000006 assigned positive charge : 299.5051 centred at (gu) : 91.42981 91.29058 89.47870 assigned negative charge : -298.5052 centred at (gu) : 91.90598 91.08447 89.08139 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 66394 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18049 grid for indexing accessible points = 1.400000 m= 24985 mr = 45590 m= 3873 mr = 18523 m= 271 mr = 2369 m= 5 mr = 111 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1693 time to turn everything in is 0.5100000 number of dielectric boundary points 28935 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 82 iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 14781 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.6746129 object centre at (A) : 12.79200 3.409000 10.95550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.4218419E-02 1.5722616E-02 midg,1,midg; midg,igrid,midg 1.7677192E-02 4.4966850E-02 1,midg,midg; igrid,midg,midg 1.7097680E-02 -4.6425264E-02 gauss-seidel spectral radius is 0.9987310 estimated iterations to convergence 222 setup time was (sec) 0.8000000 now iterating at: 07:10:40 rms-change max change #iterations 4.198572 188.0748 at 10iterations 2.017180 72.89703 at 20iterations 0.9686041 31.09815 at 30iterations 0.4661280 16.05200 at 40iterations 0.2238689 7.271164 at 50iterations 0.1078819 3.654523 at 60iterations 5.1732887E-02 1.647382 at 70iterations 2.4985339E-02 0.8016180 at 80iterations 1.1957720E-02 0.3781662 at 90iterations 5.7831914E-03 0.1959867 at 100iterations 2.7751306E-03 9.2829704E-02 at 110iterations 1.3341021E-03 4.2667389E-02 at 120iterations finished qdiffx linear iterations at : 07:10:47 total time elapsed so far: 7.300000 # loops : 120 mean,max change (kT/e) : 1.3341021E-03 4.2667389E-02 energy calculations done at 7.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.480000 DelPhi exited at 07:10:47 7.483u 0.234s 0:07.98 96.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 Sun Oct 9 2011 at 07:10:47 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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 !!! WARNING: NAP 191 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.035758 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): -13.08900 38.67300 ymin,ymax (A): -22.42100 29.23900 zmin,zma (A): -15.43000 37.34100 x,y,z range (A): 51.76200 51.66000 52.77100 scale (grids/A): 3.035758 object centre (A): 12.79200 3.409000 10.95550 number of atom coordinates read : 2004 total number of charged atoms : 1867 net assigned charge : 1.000006 assigned positive charge : 299.5051 centred at (gu) : 92.14478 91.93586 89.21805 assigned negative charge : -298.5052 centred at (gu) : 92.85891 91.62677 88.62212 start vw surface at 0.1300000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 152716 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18049 grid for indexing accessible points = 1.400000 m= 79290 mr = 109344 m= 29750 mr = 65449 m= 7014 mr = 23939 m= 1063 mr = 5094 m= 90 mr = 699 m= 3 mr = 56 m= 0 mr = 3 time to grow re-entrant surface = 0.7100000 no. cavity mid-points inaccessible to solvent = 5423 time to turn everything in is 1.260000 number of dielectric boundary points 65342 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 14935 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.023839 object centre at (A) : 12.79200 3.409000 10.95550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.6553697 0.1244994 midg,1,midg; midg,igrid,midg 0.2696787 0.4511632 1,midg,midg; igrid,midg,midg 0.2914575 -0.3649540 gauss-seidel spectral radius is 0.9992751 estimated iterations to convergence 293 setup time was (sec) 1.570000 now iterating at: 07:10:49 rms-change max change #iterations 9.508119 392.9412 at 10iterations 5.487070 127.4077 at 20iterations 3.175601 64.77998 at 30iterations 1.838566 34.91970 at 40iterations 1.060947 19.81278 at 50iterations 0.6119702 12.56139 at 60iterations 0.3542313 8.079338 at 70iterations 0.2043330 3.920647 at 80iterations 0.1177678 2.028243 at 90iterations 6.7871504E-02 1.298615 at 100iterations 3.9169140E-02 0.7243347 at 110iterations 2.2611987E-02 0.4322379 at 120iterations 1.3036398E-02 0.2479324 at 130iterations 7.5396001E-03 0.1427803 at 140iterations 4.3560457E-03 9.3158722E-02 at 150iterations 2.5043385E-03 4.6741486E-02 at 160iterations 1.4436875E-03 2.7540207E-02 at 170iterations 8.3400105E-04 1.4732361E-02 at 180iterations finished qdiffx linear iterations at : 07:10:59 total time elapsed so far: 12.01000 # loops : 180 mean,max change (kT/e) : 8.3400105E-04 1.4732361E-02 energy calculations done at 12.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.20000 DelPhi exited at 07:11:00 12.199u 0.225s 0:12.69 97.7% 0+0k 0+0io 0pf+0w