Sat Oct 8 17:03:17 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 Sat Oct 8 2011 at 17:03:17 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 = 4493 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: 0.4880122 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.1580000 63.10200 ymin,ymax (A): -30.03900 30.83000 zmin,zma (A): -23.92100 49.02800 x,y,z range (A): 63.26000 60.86900 72.94900 scale (grids/A): 0.4880122 object centre (A): 31.47200 0.3955002 12.55350 number of atom coordinates read : 4493 total number of charged atoms : 4340 net assigned charge : -7.499968 assigned positive charge : 681.6414 centred at (gu) : 90.67541 91.15005 90.36153 assigned negative charge : -689.1460 centred at (gu) : 90.73207 91.12794 90.39890 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6873 nv = 96 ne = 84 npr = 87281 no. pairs analyzed = 87281 no. exposed pairs = 6009 no. arc points = 42845 no. surface atoms = 2000 nbur = 2493 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.764000 m= 257 mr = 3306 m= 0 mr = 10 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 3814 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4133 ## 742 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 9339 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.8111476E-12 -7.8329419E-11 midg,1,midg; midg,igrid,midg -4.1773484E-11 -2.2407343E-11 1,midg,midg; igrid,midg,midg 1.1674732E-11 -1.0687300E-10 gauss-seidel spectral radius is 0.9785324 estimated iterations to convergence 57 setup time was (sec) 0.6200000 now iterating at: 17:03:18 rms-change max change #iterations 4.9041443E-02 8.333969 at 10iterations 2.5445537E-03 0.4348516 at 20iterations 2.9973284E-04 6.8252563E-02 at 30iterations 7.6176708E-05 1.9337654E-02 at 40iterations 2.1368765E-05 5.4693222E-03 at 50iterations finished qdiffx linear iterations at : 17:03:21 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 2.1368765E-05 5.4693222E-03 energy calculations done at 3.070000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.250000 DelPhi exited at 17:03:21 3.252u 0.165s 0:03.70 92.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 Sat Oct 8 2011 at 17:03:21 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 = 4493 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: 1.464037 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.1580000 63.10200 ymin,ymax (A): -30.03900 30.83000 zmin,zma (A): -23.92100 49.02800 x,y,z range (A): 63.26000 60.86900 72.94900 scale (grids/A): 1.464037 object centre (A): 31.47200 0.3955002 12.55350 number of atom coordinates read : 4493 total number of charged atoms : 4340 net assigned charge : -7.499968 assigned positive charge : 681.6414 centred at (gu) : 92.02487 93.44835 91.08320 assigned negative charge : -689.1460 centred at (gu) : 92.19563 93.38364 91.19637 start vw surface at 0.1800000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 78047 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42845 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 20803 mr = 50984 m= 1512 mr = 13076 m= 33 mr = 544 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 824 time to turn everything in is 0.5400000 number of dielectric boundary points 35791 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 678 ## 20 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 32053 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.4880122 object centre at (A) : 31.47200 0.3955002 12.55350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0384724E-03 -1.3794321E-02 midg,1,midg; midg,igrid,midg -8.9470893E-03 -5.3873039E-03 1,midg,midg; igrid,midg,midg 4.9923407E-03 -1.3175770E-03 gauss-seidel spectral radius is 0.9978901 estimated iterations to convergence 173 setup time was (sec) 0.8100000 now iterating at: 17:03:22 rms-change max change #iterations 3.271047 158.7271 at 10iterations 1.273345 45.30153 at 20iterations 0.4924982 19.38787 at 30iterations 0.1924396 6.628227 at 40iterations 7.5150505E-02 2.500608 at 50iterations 2.9217122E-02 0.9923706 at 60iterations 1.1340857E-02 0.3878841 at 70iterations 4.4628060E-03 0.1784782 at 80iterations 1.7574891E-03 5.8341980E-02 at 90iterations 6.9760258E-04 2.6757240E-02 at 100iterations 2.8725574E-04 1.1325836E-02 at 110iterations 1.2504186E-04 4.8866272E-03 at 120iterations finished qdiffx linear iterations at : 17:03:28 total time elapsed so far: 6.760000 # loops : 120 mean,max change (kT/e) : 1.2504186E-04 4.8866272E-03 energy calculations done at 6.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.930000 DelPhi exited at 17:03:28 6.933u 0.163s 0:07.37 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 Sat Oct 8 2011 at 17:03:29 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 = 4493 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: 2.196055 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.1580000 63.10200 ymin,ymax (A): -30.03900 30.83000 zmin,zma (A): -23.92100 49.02800 x,y,z range (A): 63.26000 60.86900 72.94900 scale (grids/A): 2.196055 object centre (A): 31.47200 0.3955002 12.55350 number of atom coordinates read : 4493 total number of charged atoms : 4340 net assigned charge : -7.499968 assigned positive charge : 681.6414 centred at (gu) : 93.03668 95.17226 91.62440 assigned negative charge : -689.1460 centred at (gu) : 93.29331 95.07531 91.79448 start vw surface at 0.1900000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 181616 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42845 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.624000 m= 76997 mr = 125856 m= 17317 mr = 58374 m= 1939 mr = 11823 m= 62 mr = 996 m= 0 mr = 9 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 3014 time to turn everything in is 1.260000 number of dielectric boundary points 80873 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 108 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 34536 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.464037 object centre at (A) : 31.47200 0.3955002 12.55350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1609395 -0.1694679 midg,1,midg; midg,igrid,midg -0.2623440 -9.3827873E-02 1,midg,midg; igrid,midg,midg 6.3271955E-02 -4.8220452E-02 gauss-seidel spectral radius is 0.9990820 estimated iterations to convergence 261 setup time was (sec) 1.540000 now iterating at: 17:03:30 rms-change max change #iterations 9.262830 340.2375 at 10iterations 5.190566 141.4429 at 20iterations 2.880052 68.36916 at 30iterations 1.592215 36.80663 at 40iterations 0.8722399 21.15139 at 50iterations 0.4785856 10.42423 at 60iterations 0.2611477 6.291203 at 70iterations 0.1420045 2.986101 at 80iterations 7.7179022E-02 1.753342 at 90iterations 4.1763619E-02 0.9403858 at 100iterations 2.2689074E-02 0.4434938 at 110iterations 1.2302214E-02 0.2438164 at 120iterations 6.6912910E-03 0.1325836 at 130iterations 3.6268735E-03 7.0387840E-02 at 140iterations 1.9739252E-03 3.8136482E-02 at 150iterations 1.0822213E-03 2.3963928E-02 at 160iterations 5.9796788E-04 1.2779236E-02 at 170iterations 3.3477228E-04 7.2597265E-03 at 180iterations finished qdiffx linear iterations at : 17:03:40 total time elapsed so far: 11.05000 # loops : 180 mean,max change (kT/e) : 3.3477228E-04 7.2597265E-03 energy calculations done at 11.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.22000 DelPhi exited at 17:03:40 11.226u 0.150s 0:11.68 97.3% 0+0k 0+0io 0pf+0w