Tue Oct 11 08:03:40 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 08:03:40 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 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.5658967 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): 42.83300 86.32500 ymin,ymax (A): 67.47200 127.9400 zmin,zma (A): 7.551000 70.46000 x,y,z range (A): 43.49200 60.46799 62.90900 scale (grids/A): 0.5658967 object centre (A): 64.57900 97.70599 39.00550 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 8.000014 assigned positive charge : 397.2855 centred at (gu) : 89.79958 90.87509 91.65202 assigned negative charge : -389.2865 centred at (gu) : 89.75557 91.02589 91.50213 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 5544 nv = 96 ne = 84 npr = 53638 no. pairs analyzed = 53638 no. exposed pairs = 3480 no. arc points = 24315 no. surface atoms = 1179 nbur = 1504 mkacc time = 0.1100000 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.512000 m= 223 mr = 2777 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 2981 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2560 ## 331 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7297 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.0540333E-10 4.1640780E-09 midg,1,midg; midg,igrid,midg 2.2767364E-09 -9.8713626E-10 1,midg,midg; igrid,midg,midg 5.3913862E-10 1.4909393E-09 gauss-seidel spectral radius is 0.9838690 estimated iterations to convergence 65 setup time was (sec) 0.5500000 now iterating at: 08:03:41 rms-change max change #iterations 7.8599274E-02 15.10168 at 10iterations 5.8807652E-03 0.9673004 at 20iterations 4.1757987E-04 6.7417145E-02 at 30iterations 3.1337870E-05 4.9743652E-03 at 40iterations 2.3248417E-06 3.5524368E-04 at 50iterations finished qdiffx linear iterations at : 08:03:44 total time elapsed so far: 3.980000 # loops : 50 mean,max change (kT/e) : 2.3248417E-06 3.5524368E-04 energy calculations done at 3.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.160000 DelPhi exited at 08:03:45 4.168u 0.240s 0:04.69 93.8% 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:03: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 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.697690 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): 42.83300 86.32500 ymin,ymax (A): 67.47200 127.9400 zmin,zma (A): 7.551000 70.46000 x,y,z range (A): 43.49200 60.46799 62.90900 scale (grids/A): 1.697690 object centre (A): 64.57900 97.70599 39.00550 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 8.000014 assigned positive charge : 397.2855 centred at (gu) : 89.39802 92.62511 94.95532 assigned negative charge : -389.2865 centred at (gu) : 89.26651 93.07741 94.50641 start vw surface at 0.1500000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 61060 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24315 grid for indexing accessible points = 1.400000 m= 18690 mr = 40311 m= 2149 mr = 12972 m= 65 mr = 1101 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 234 time to turn everything in is 0.4700000 number of dielectric boundary points 27573 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 280 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 19636 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.5658967 object centre at (A) : 64.57900 97.70599 39.00550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.4045653E-03 5.1415514E-02 midg,1,midg; midg,igrid,midg 4.8414306E-03 -9.8818894E-03 1,midg,midg; igrid,midg,midg 2.8950153E-03 1.1477300E-02 gauss-seidel spectral radius is 0.9982951 estimated iterations to convergence 192 setup time was (sec) 0.8000000 now iterating at: 08:03:46 rms-change max change #iterations 3.342795 150.9579 at 10iterations 1.424088 55.36331 at 20iterations 0.6087394 20.91595 at 30iterations 0.2603177 8.627781 at 40iterations 0.1110573 4.534622 at 50iterations 4.7538556E-02 1.749611 at 60iterations 2.0351397E-02 0.8857565 at 70iterations 8.7023564E-03 0.3284841 at 80iterations 3.7331430E-03 0.1231360 at 90iterations 1.5972174E-03 6.6400528E-02 at 100iterations 6.8629085E-04 2.5736809E-02 at 110iterations 2.9403172E-04 1.0883331E-02 at 120iterations finished qdiffx linear iterations at : 08:03:54 total time elapsed so far: 9.250000 # loops : 120 mean,max change (kT/e) : 2.9403172E-04 1.0883331E-02 energy calculations done at 9.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.420000 DelPhi exited at 08:03:55 9.424u 0.270s 0:10.06 96.3% 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:03:55 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 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.546535 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): 42.83300 86.32500 ymin,ymax (A): 67.47200 127.9400 zmin,zma (A): 7.551000 70.46000 x,y,z range (A): 43.49200 60.46799 62.90900 scale (grids/A): 2.546535 object centre (A): 64.57900 97.70599 39.00550 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 8.000014 assigned positive charge : 397.2855 centred at (gu) : 89.09681 93.93748 97.43282 assigned negative charge : -389.2865 centred at (gu) : 88.89980 94.61602 96.75977 start vw surface at 0.1500000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 141528 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24315 grid for indexing accessible points = 1.400000 m= 64092 mr = 98491 m= 18993 mr = 50573 m= 3445 mr = 14635 m= 294 mr = 2319 m= 4 mr = 129 m= 0 mr = 0 time to grow re-entrant surface = 0.6300000 no. cavity mid-points inaccessible to solvent = 857 time to turn everything in is 1.150000 number of dielectric boundary points 62209 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.290000 number of grid points assigned charge 20313 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.697690 object centre at (A) : 64.57900 97.70599 39.00550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.6511247E-02 0.9447007 midg,1,midg; midg,igrid,midg 5.0103217E-02 -2.7557435E-02 1,midg,midg; igrid,midg,midg 3.4020413E-02 0.1470400 gauss-seidel spectral radius is 0.9991645 estimated iterations to convergence 273 setup time was (sec) 1.480000 now iterating at: 08:03:57 rms-change max change #iterations 8.396872 315.8433 at 10iterations 4.716295 128.8573 at 20iterations 2.646276 62.35689 at 30iterations 1.477415 33.01242 at 40iterations 0.8254643 19.31453 at 50iterations 0.4581447 10.11144 at 60iterations 0.2553998 5.814326 at 70iterations 0.1416292 3.144012 at 80iterations 7.8443445E-02 1.736685 at 90iterations 4.3544907E-02 0.9543573 at 100iterations 2.4226766E-02 0.5328646 at 110iterations 1.3403239E-02 0.2794760 at 120iterations 7.4380785E-03 0.1725311 at 130iterations 4.1176807E-03 8.6036682E-02 at 140iterations 2.2776725E-03 4.6218872E-02 at 150iterations 1.2626959E-03 2.5455475E-02 at 160iterations 7.0007669E-04 1.5394211E-02 at 170iterations 3.8754113E-04 8.4691048E-03 at 180iterations finished qdiffx linear iterations at : 08:04:10 total time elapsed so far: 14.87000 # loops : 180 mean,max change (kT/e) : 3.8754113E-04 8.4691048E-03 energy calculations done at 14.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.05000 DelPhi exited at 08:04:11 15.050u 0.289s 0:15.71 97.5% 0+0k 0+0io 0pf+0w