Tue Oct 11 03:19:30 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 03:19:30 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 = 4486 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5459536 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): -2.767000 57.86000 ymin,ymax (A): -42.79100 22.41600 zmin,zma (A): -48.05300 16.47600 x,y,z range (A): 60.62700 65.20700 64.52900 scale (grids/A): 0.5459536 object centre (A): 27.54650 -10.18750 -15.78850 number of atom coordinates read : 4486 total number of charged atoms : 4338 net assigned charge : -5.999954 assigned positive charge : 677.1549 centred at (gu) : 90.05865 90.86033 91.56866 assigned negative charge : -683.1595 centred at (gu) : 90.06041 90.88243 91.56347 start vw surface at 0.2000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8703 nv = 96 ne = 84 npr = 88587 no. pairs analyzed = 88587 no. exposed pairs = 5987 no. arc points = 42940 no. surface atoms = 1983 nbur = 2503 mkacc time = 0.1900000 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= 383 mr = 4348 m= 0 mr = 17 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 15 time to turn everything in is 0.4300000 number of dielectric boundary points 4721 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4394 ## 607 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 11558 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.9111177E-10 -4.6375850E-10 midg,1,midg; midg,igrid,midg -1.2138482E-10 -7.3664613E-10 1,midg,midg; igrid,midg,midg -3.4810588E-10 -3.9436421E-10 gauss-seidel spectral radius is 0.9828295 estimated iterations to convergence 63 setup time was (sec) 0.6700000 now iterating at: 03:19:31 rms-change max change #iterations 8.8679805E-02 12.06265 at 10iterations 6.0146293E-03 0.8984909 at 20iterations 4.3191219E-04 7.0770264E-02 at 30iterations 5.6729754E-05 1.0608792E-02 at 40iterations 1.5062607E-05 3.0221939E-03 at 50iterations finished qdiffx linear iterations at : 03:19:34 total time elapsed so far: 3.400000 # loops : 50 mean,max change (kT/e) : 1.5062607E-05 3.0221939E-03 energy calculations done at 3.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.580000 DelPhi exited at 03:19:34 3.582u 0.215s 0:04.17 90.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 03:19:34 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 = 4486 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.637861 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): -2.767000 57.86000 ymin,ymax (A): -42.79100 22.41600 zmin,zma (A): -48.05300 16.47600 x,y,z range (A): 60.62700 65.20700 64.52900 scale (grids/A): 1.637861 object centre (A): 27.54650 -10.18750 -15.78850 number of atom coordinates read : 4486 total number of charged atoms : 4338 net assigned charge : -5.999954 assigned positive charge : 677.1549 centred at (gu) : 90.17456 92.57932 94.70438 assigned negative charge : -683.1595 centred at (gu) : 90.18077 92.64711 94.68979 start vw surface at 0.1900000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 96140 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42940 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 29784 mr = 63597 m= 3233 mr = 19941 m= 91 mr = 1463 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 463 time to turn everything in is 0.6600000 number of dielectric boundary points 44240 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 501 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 33116 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.5459536 object centre at (A) : 27.54650 -10.18750 -15.78850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0576060E-02 1.3906864E-02 midg,1,midg; midg,igrid,midg -1.2745865E-02 -1.2048544E-02 1,midg,midg; igrid,midg,midg -1.5847867E-02 -1.7266981E-03 gauss-seidel spectral radius is 0.9983729 estimated iterations to convergence 197 setup time was (sec) 0.9700000 now iterating at: 03:19:36 rms-change max change #iterations 4.273468 166.1027 at 10iterations 1.863359 73.96546 at 20iterations 0.8111951 28.30710 at 30iterations 0.3526116 10.79058 at 40iterations 0.1541593 4.657977 at 50iterations 6.7411572E-02 2.253426 at 60iterations 2.9416958E-02 0.8902645 at 70iterations 1.2869723E-02 0.4210815 at 80iterations 5.6235236E-03 0.1599121 at 90iterations 2.4630728E-03 8.6259127E-02 at 100iterations 1.0797759E-03 3.2616615E-02 at 110iterations 4.7485062E-04 1.5016198E-02 at 120iterations finished qdiffx linear iterations at : 03:19:42 total time elapsed so far: 7.850000 # loops : 120 mean,max change (kT/e) : 4.7485062E-04 1.5016198E-02 energy calculations done at 7.850000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.020000 DelPhi exited at 03:19:43 8.024u 0.259s 0:08.59 96.2% 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 03:19:43 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 = 4486 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.456791 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): -2.767000 57.86000 ymin,ymax (A): -42.79100 22.41600 zmin,zma (A): -48.05300 16.47600 x,y,z range (A): 60.62700 65.20700 64.52900 scale (grids/A): 2.456791 object centre (A): 27.54650 -10.18750 -15.78850 number of atom coordinates read : 4486 total number of charged atoms : 4338 net assigned charge : -5.999954 assigned positive charge : 677.1549 centred at (gu) : 90.26154 93.86874 97.05621 assigned negative charge : -683.1595 centred at (gu) : 90.27103 93.97057 97.03454 start vw surface at 0.1800000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 223413 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42940 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 102290 mr = 156509 m= 29713 mr = 79414 m= 4815 mr = 21764 m= 351 mr = 2944 m= 14 mr = 114 m= 0 mr = 2 time to grow re-entrant surface = 0.9400001 no. cavity mid-points inaccessible to solvent = 1608 time to turn everything in is 1.610000 number of dielectric boundary points 99849 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 1.760000 number of grid points assigned charge 34660 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.637861 object centre at (A) : 27.54650 -10.18750 -15.78850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4534530 0.2714889 midg,1,midg; midg,igrid,midg -0.1126598 -0.2024609 1,midg,midg; igrid,midg,midg -0.2621711 5.3333506E-02 gauss-seidel spectral radius is 0.9992547 estimated iterations to convergence 289 setup time was (sec) 1.950000 now iterating at: 03:19:45 rms-change max change #iterations 11.22479 336.4699 at 10iterations 6.677896 140.7638 at 20iterations 3.949579 91.29339 at 30iterations 2.320418 47.28847 at 40iterations 1.358217 27.31302 at 50iterations 0.7904203 17.13952 at 60iterations 0.4588241 9.386737 at 70iterations 0.2672318 5.566550 at 80iterations 0.1544736 2.919078 at 90iterations 8.9269541E-02 1.789977 at 100iterations 5.1570777E-02 0.9536968 at 110iterations 2.9711435E-02 0.5415785 at 120iterations 1.7116098E-02 0.3164978 at 130iterations 9.8538864E-03 0.1734565 at 140iterations 5.6662434E-03 0.1016397 at 150iterations 3.2654949E-03 6.0409546E-02 at 160iterations 1.8733387E-03 3.6958218E-02 at 170iterations 1.0778575E-03 1.8088341E-02 at 180iterations finished qdiffx linear iterations at : 03:19:57 total time elapsed so far: 13.28000 # loops : 180 mean,max change (kT/e) : 1.0778575E-03 1.8088341E-02 energy calculations done at 13.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.46000 DelPhi exited at 03:19:57 13.457u 0.281s 0:14.10 97.3% 0+0k 0+0io 0pf+0w