Tue Oct 11 08:21:41 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 Tue Oct 11 2011 at 08:21:41 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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3137 !!! WARNING: GLM 13 has a net charge of -0.0940 !!! WARNING: HIR 55 has a net charge of 0.5140 !!! WARNING: GLU 161 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5519979 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): 55.14000 99.56001 ymin,ymax (A): -3.141000 54.77300 zmin,zma (A): 38.27400 102.7670 x,y,z range (A): 44.42000 57.91400 64.49300 scale (grids/A): 0.5519979 object centre (A): 77.35001 25.81600 70.52050 number of atom coordinates read : 3137 total number of charged atoms : 2996 net assigned charge : -4.351964 assigned positive charge : 470.5839 centred at (gu) : 90.63486 91.31902 93.27682 assigned negative charge : -474.9370 centred at (gu) : 90.66235 91.32281 93.32940 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5847 nv = 96 ne = 84 npr = 67405 no. pairs analyzed = 67405 no. exposed pairs = 3683 no. arc points = 25936 no. surface atoms = 1242 nbur = 1895 mkacc time = 0.1400000 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.568000 m= 200 mr = 3074 m= 0 mr = 7 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 2966 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2660 ## 334 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7860 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.6222919E-11 -1.7620032E-09 midg,1,midg; midg,igrid,midg -2.0891988E-10 -4.8092508E-10 1,midg,midg; igrid,midg,midg -6.9288533E-11 -6.5085115E-10 gauss-seidel spectral radius is 0.9830766 estimated iterations to convergence 63 setup time was (sec) 0.5300000 now iterating at: 08:21:42 rms-change max change #iterations 8.2333721E-02 15.61000 at 10iterations 5.7948022E-03 0.9852725 at 20iterations 5.7688757E-04 9.4319105E-02 at 30iterations 1.1564026E-04 2.1858096E-02 at 40iterations 2.9563114E-05 5.6598186E-03 at 50iterations finished qdiffx linear iterations at : 08:21:44 total time elapsed so far: 3.000000 # loops : 50 mean,max change (kT/e) : 2.9563114E-05 5.6598186E-03 energy calculations done at 3.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.170000 DelPhi exited at 08:21:45 3.178u 0.151s 0:03.65 90.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 Tue Oct 11 2011 at 08:21: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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3137 !!! WARNING: GLM 13 has a net charge of -0.0940 !!! WARNING: HIR 55 has a net charge of 0.5140 !!! WARNING: GLU 161 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.655994 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): 55.14000 99.56001 ymin,ymax (A): -3.141000 54.77300 zmin,zma (A): 38.27400 102.7670 x,y,z range (A): 44.42000 57.91400 64.49300 scale (grids/A): 1.655994 object centre (A): 77.35001 25.81600 70.52050 number of atom coordinates read : 3137 total number of charged atoms : 2996 net assigned charge : -4.351964 assigned positive charge : 470.5839 centred at (gu) : 91.90389 93.95621 99.82967 assigned negative charge : -474.9370 centred at (gu) : 91.98664 93.96806 99.98767 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 64413 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25936 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 19402 mr = 43839 m= 1994 mr = 13475 m= 51 mr = 978 m= 0 mr = 3 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 1194 time to turn everything in is 0.4700000 number of dielectric boundary points 27565 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 316 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 22973 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.5519979 object centre at (A) : 77.35001 25.81600 70.52050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6501954E-02 -6.4015705E-03 midg,1,midg; midg,igrid,midg -2.4897556E-03 1.0024147E-02 1,midg,midg; igrid,midg,midg -2.6452111E-03 -1.0844509E-02 gauss-seidel spectral radius is 0.9982303 estimated iterations to convergence 189 setup time was (sec) 0.7300000 now iterating at: 08:21:46 rms-change max change #iterations 3.520099 144.8321 at 10iterations 1.481089 55.67303 at 20iterations 0.6268578 22.25289 at 30iterations 0.2637016 9.677964 at 40iterations 0.1113795 4.321733 at 50iterations 4.6947386E-02 1.717424 at 60iterations 1.9958686E-02 0.6977081 at 70iterations 8.4467214E-03 0.2748795 at 80iterations 3.6014391E-03 0.1296082 at 90iterations 1.5597665E-03 5.8706284E-02 at 100iterations 6.9542619E-04 2.5649071E-02 at 110iterations 3.2547067E-04 1.2752056E-02 at 120iterations finished qdiffx linear iterations at : 08:21:52 total time elapsed so far: 6.770000 # loops : 120 mean,max change (kT/e) : 3.2547067E-04 1.2752056E-02 energy calculations done at 6.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.930000 DelPhi exited at 08:21:52 6.935u 0.178s 0:07.46 95.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 Tue Oct 11 2011 at 08:21:52 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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3137 !!! WARNING: GLM 13 has a net charge of -0.0940 !!! WARNING: HIR 55 has a net charge of 0.5140 !!! WARNING: GLU 161 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.483991 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): 55.14000 99.56001 ymin,ymax (A): -3.141000 54.77300 zmin,zma (A): 38.27400 102.7670 x,y,z range (A): 44.42000 57.91400 64.49300 scale (grids/A): 2.483991 object centre (A): 77.35001 25.81600 70.52050 number of atom coordinates read : 3137 total number of charged atoms : 2996 net assigned charge : -4.351964 assigned positive charge : 470.5839 centred at (gu) : 92.85572 95.93404 104.7443 assigned negative charge : -474.9370 centred at (gu) : 92.97980 95.95200 104.9812 start vw surface at 0.1600000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 149966 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25936 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 67470 mr = 107599 m= 19299 mr = 53532 m= 3118 mr = 14597 m= 189 mr = 2021 m= 3 mr = 94 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 4232 time to turn everything in is 1.100000 number of dielectric boundary points 62202 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 1.210000 number of grid points assigned charge 23943 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.655994 object centre at (A) : 77.35001 25.81600 70.52050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3838060 -0.2311794 midg,1,midg; midg,igrid,midg 3.2141898E-03 0.3502827 1,midg,midg; igrid,midg,midg -2.9533235E-02 -0.1496230 gauss-seidel spectral radius is 0.9991525 estimated iterations to convergence 271 setup time was (sec) 1.370000 now iterating at: 08:21:54 rms-change max change #iterations 8.993976 361.8519 at 10iterations 5.050765 129.1651 at 20iterations 2.828794 74.58313 at 30iterations 1.576970 34.24640 at 40iterations 0.8781734 17.87318 at 50iterations 0.4881521 10.89918 at 60iterations 0.2701376 5.398511 at 70iterations 0.1497691 3.335642 at 80iterations 8.3062358E-02 1.704704 at 90iterations 4.5854185E-02 0.9604836 at 100iterations 2.5494739E-02 0.5334187 at 110iterations 1.4077433E-02 0.2968110 at 120iterations 7.8136595E-03 0.1631794 at 130iterations 4.3463637E-03 9.6842766E-02 at 140iterations 2.4348102E-03 5.3466320E-02 at 150iterations 1.3756563E-03 3.6350250E-02 at 160iterations 7.9235184E-04 1.7610312E-02 at 170iterations 4.6892883E-04 1.1598110E-02 at 180iterations finished qdiffx linear iterations at : 08:22:03 total time elapsed so far: 10.83000 # loops : 180 mean,max change (kT/e) : 4.6892883E-04 1.1598110E-02 energy calculations done at 10.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.01000 DelPhi exited at 08:22:04 11.009u 0.191s 0:11.69 95.7% 0+0k 0+0io 0pf+0w