Tue Oct 11 07:17:58 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 Tue Oct 11 2011 at 07:17:58 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: 243 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 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: 0.5855456 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): 0.4610001 50.38300 ymin,ymax (A): -7.375000 52.14500 zmin,zma (A): 0.8779999 61.67600 x,y,z range (A): 49.92200 59.52000 60.79800 scale (grids/A): 0.5855456 object centre (A): 25.42200 22.38500 31.27700 number of atom coordinates read : 3503 total number of charged atoms : 3351 net assigned charge : -0.9999930 assigned positive charge : 527.8422 centred at (gu) : 89.69820 88.89590 89.97050 assigned negative charge : -528.8439 centred at (gu) : 89.57612 88.84064 89.96067 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7886 nv = 96 ne = 84 npr = 71718 no. pairs analyzed = 71718 no. exposed pairs = 4078 no. arc points = 27451 no. surface atoms = 1384 nbur = 2119 mkacc time = 0.1200000 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.456000 m= 350 mr = 4604 m= 1 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.2500000 number of dielectric boundary points 3607 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2827 ## 290 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 10009 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.3960381E-10 8.0789486E-11 midg,1,midg; midg,igrid,midg -2.5617124E-09 1.1520896E-09 1,midg,midg; igrid,midg,midg -4.4192392E-09 3.3057928E-09 gauss-seidel spectral radius is 0.9849782 estimated iterations to convergence 67 setup time was (sec) 0.4400000 now iterating at: 07:17:59 rms-change max change #iterations 0.1099687 13.70518 at 10iterations 9.3245385E-03 1.355721 at 20iterations 8.9150231E-04 0.1465893 at 30iterations 1.3293127E-04 2.4526596E-02 at 40iterations 2.6528092E-05 5.0659180E-03 at 50iterations finished qdiffx linear iterations at : 07:18:02 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 2.6528092E-05 5.0659180E-03 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 07:18:02 3.430u 0.175s 0:04.14 86.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 07:18:02 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: 243 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 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: 1.756637 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): 0.4610001 50.38300 ymin,ymax (A): -7.375000 52.14500 zmin,zma (A): 0.8779999 61.67600 x,y,z range (A): 49.92200 59.52000 60.79800 scale (grids/A): 1.756637 object centre (A): 25.42200 22.38500 31.27700 number of atom coordinates read : 3503 total number of charged atoms : 3351 net assigned charge : -0.9999930 assigned positive charge : 527.8422 centred at (gu) : 89.09353 86.68663 89.91039 assigned negative charge : -528.8439 centred at (gu) : 88.72800 86.52145 89.88161 start vw surface at 0.1100000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 87142 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27451 grid for indexing accessible points = 1.400000 m= 31426 mr = 63187 m= 3898 mr = 23911 m= 147 mr = 2357 m= 0 mr = 33 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 223 time to turn everything in is 0.4200000 number of dielectric boundary points 33125 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 250 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 26055 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.5855456 object centre at (A) : 25.42200 22.38500 31.27700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4785525E-03 1.8578448E-04 midg,1,midg; midg,igrid,midg -1.9232970E-02 -9.8536033E-03 1,midg,midg; igrid,midg,midg -1.6853202E-02 9.1772573E-03 gauss-seidel spectral radius is 0.9984835 estimated iterations to convergence 204 setup time was (sec) 0.6300000 now iterating at: 07:18:03 rms-change max change #iterations 4.290847 188.0121 at 10iterations 1.920822 66.27518 at 20iterations 0.8636534 31.07808 at 30iterations 0.3902352 12.61274 at 40iterations 0.1759463 5.228683 at 50iterations 7.9308845E-02 2.778147 at 60iterations 3.5751302E-02 1.157516 at 70iterations 1.6150432E-02 0.4723682 at 80iterations 7.2698472E-03 0.2439537 at 90iterations 3.2898753E-03 0.1036129 at 100iterations 1.4901453E-03 4.4671535E-02 at 110iterations 6.7210320E-04 2.1000385E-02 at 120iterations finished qdiffx linear iterations at : 07:18:10 total time elapsed so far: 7.670000 # loops : 120 mean,max change (kT/e) : 6.7210320E-04 2.1000385E-02 energy calculations done at 7.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.800000 DelPhi exited at 07:18:11 7.801u 0.206s 0:08.60 93.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 Tue Oct 11 2011 at 07:18: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: 243 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3503 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.634955 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): 0.4610001 50.38300 ymin,ymax (A): -7.375000 52.14500 zmin,zma (A): 0.8779999 61.67600 x,y,z range (A): 49.92200 59.52000 60.79800 scale (grids/A): 2.634955 object centre (A): 25.42200 22.38500 31.27700 number of atom coordinates read : 3503 total number of charged atoms : 3351 net assigned charge : -0.9999930 assigned positive charge : 527.8422 centred at (gu) : 88.64014 85.02975 89.86530 assigned negative charge : -528.8439 centred at (gu) : 88.09189 84.78223 89.82237 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 201814 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27451 grid for indexing accessible points = 1.400000 m= 104565 mr = 152516 m= 34889 mr = 87439 m= 6598 mr = 28459 m= 572 mr = 4893 m= 20 mr = 396 m= 0 mr = 12 time to grow re-entrant surface = 0.6199999 no. cavity mid-points inaccessible to solvent = 693 time to turn everything in is 1.080000 number of dielectric boundary points 74743 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 26796 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.756637 object centre at (A) : 25.42200 22.38500 31.27700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.0336258E-02 -0.2354577 midg,1,midg; midg,igrid,midg -0.4021890 -0.1039754 1,midg,midg; igrid,midg,midg -0.1895475 0.1006520 gauss-seidel spectral radius is 0.9992298 estimated iterations to convergence 284 setup time was (sec) 1.310000 now iterating at: 07:18:13 rms-change max change #iterations 10.48999 343.2166 at 10iterations 6.042640 122.3092 at 20iterations 3.464056 85.77362 at 30iterations 1.983917 50.23386 at 40iterations 1.134116 22.99146 at 50iterations 0.6477588 10.67939 at 60iterations 0.3695183 6.674031 at 70iterations 0.2104016 4.163166 at 80iterations 0.1197050 2.036930 at 90iterations 6.8206131E-02 1.177298 at 100iterations 3.8825419E-02 0.6776276 at 110iterations 2.2033198E-02 0.4248734 at 120iterations 1.2560674E-02 0.2303505 at 130iterations 7.1376921E-03 0.1307430 at 140iterations 4.0766508E-03 7.3474884E-02 at 150iterations 2.3252177E-03 4.0785789E-02 at 160iterations 1.3292715E-03 2.3530960E-02 at 170iterations 7.6457614E-04 1.2954712E-02 at 180iterations finished qdiffx linear iterations at : 07:18:24 total time elapsed so far: 12.66000 # loops : 180 mean,max change (kT/e) : 7.6457614E-04 1.2954712E-02 energy calculations done at 12.66000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.80000 DelPhi exited at 07:18:25 12.801u 0.228s 0:13.61 95.6% 0+0k 0+0io 0pf+0w