Mon Oct 10 14:14: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 Mon Oct 10 2011 at 14:14: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3780 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.5561544 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): -1.912000 60.23400 ymin,ymax (A): -18.41200 44.56300 zmin,zma (A): -5.301000 58.71000 x,y,z range (A): 62.14600 62.97500 64.01100 scale (grids/A): 0.5561544 object centre (A): 29.16100 13.07550 26.70450 number of atom coordinates read : 3780 total number of charged atoms : 3629 net assigned charge : -8.999964 assigned positive charge : 570.3663 centred at (gu) : 88.89327 86.74641 90.55339 assigned negative charge : -579.3688 centred at (gu) : 88.97701 86.74816 90.56594 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7643 nv = 96 ne = 84 npr = 76640 no. pairs analyzed = 76640 no. exposed pairs = 4908 no. arc points = 34544 no. surface atoms = 1634 nbur = 2146 mkacc time = 0.1300000 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.540000 m= 333 mr = 3948 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 4013 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3476 ## 456 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 10003 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.9202987E-10 -1.1231942E-09 midg,1,midg; midg,igrid,midg -1.7633184E-09 -3.9993048E-10 1,midg,midg; igrid,midg,midg 2.7491354E-10 -1.4376200E-09 gauss-seidel spectral radius is 0.9833882 estimated iterations to convergence 64 setup time was (sec) 0.4500000 now iterating at: 14:14:41 rms-change max change #iterations 9.0142488E-02 14.39530 at 10iterations 6.4177131E-03 1.040319 at 20iterations 5.6703039E-04 8.9488983E-02 at 30iterations 9.9427154E-05 1.8274784E-02 at 40iterations 2.6644617E-05 4.8289299E-03 at 50iterations finished qdiffx linear iterations at : 14:14:44 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 2.6644617E-05 4.8289299E-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 14:14:45 3.436u 0.169s 0:04.05 88.6% 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 Mon Oct 10 2011 at 14:14: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 = 3780 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.668463 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): -1.912000 60.23400 ymin,ymax (A): -18.41200 44.56300 zmin,zma (A): -5.301000 58.71000 x,y,z range (A): 62.14600 62.97500 64.01100 scale (grids/A): 1.668463 object centre (A): 29.16100 13.07550 26.70450 number of atom coordinates read : 3780 total number of charged atoms : 3629 net assigned charge : -8.999964 assigned positive charge : 570.3663 centred at (gu) : 86.67854 80.23817 91.65908 assigned negative charge : -579.3688 centred at (gu) : 86.93056 80.24398 91.69748 start vw surface at 0.1100000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 84437 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34544 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 26554 mr = 57344 m= 2892 mr = 17973 m= 84 mr = 1364 m= 2 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 29 time to turn everything in is 0.4100000 number of dielectric boundary points 37280 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 389 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 27956 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.5561544 object centre at (A) : 29.16100 13.07550 26.70450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6568581E-04 -4.3835989E-03 midg,1,midg; midg,igrid,midg -3.0273190E-02 -8.6682206E-03 1,midg,midg; igrid,midg,midg -1.1230191E-02 -3.7560403E-02 gauss-seidel spectral radius is 0.9983388 estimated iterations to convergence 195 setup time was (sec) 0.6300000 now iterating at: 14:14:45 rms-change max change #iterations 3.995086 175.7202 at 10iterations 1.723096 62.16460 at 20iterations 0.7472352 22.65758 at 30iterations 0.3232363 11.23827 at 40iterations 0.1403230 4.699469 at 50iterations 6.0448948E-02 1.962570 at 60iterations 2.6256623E-02 0.8632927 at 70iterations 1.1388741E-02 0.3863831 at 80iterations 4.9630543E-03 0.1642380 at 90iterations 2.1548306E-03 7.1430206E-02 at 100iterations 9.4291056E-04 3.6154747E-02 at 110iterations 4.1851093E-04 1.2844086E-02 at 120iterations finished qdiffx linear iterations at : 14:14:53 total time elapsed so far: 7.720000 # loops : 120 mean,max change (kT/e) : 4.1851093E-04 1.2844086E-02 energy calculations done at 7.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.850000 DelPhi exited at 14:14:53 7.854u 0.194s 0:08.59 93.5% 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 Mon Oct 10 2011 at 14:14:53 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 = 3780 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.502695 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): -1.912000 60.23400 ymin,ymax (A): -18.41200 44.56300 zmin,zma (A): -5.301000 58.71000 x,y,z range (A): 62.14600 62.97500 64.01100 scale (grids/A): 2.502695 object centre (A): 29.16100 13.07550 26.70450 number of atom coordinates read : 3780 total number of charged atoms : 3629 net assigned charge : -8.999964 assigned positive charge : 570.3663 centred at (gu) : 85.01741 75.35702 92.48837 assigned negative charge : -579.3688 centred at (gu) : 85.39562 75.36590 92.54622 start vw surface at 0.1100000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 195685 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34544 grid for indexing accessible points = 1.400000 m= 91537 mr = 140090 m= 26450 mr = 71940 m= 4603 mr = 19574 m= 354 mr = 2902 m= 10 mr = 101 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.5700000 no. cavity mid-points inaccessible to solvent = 95 time to turn everything in is 1.020000 number of dielectric boundary points 84033 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 29000 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.668463 object centre at (A) : 29.16100 13.07550 26.70450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1650705E-02 0.1214475 midg,1,midg; midg,igrid,midg -0.4365219 -0.1111647 1,midg,midg; igrid,midg,midg -0.1777277 -0.6666147 gauss-seidel spectral radius is 0.9992029 estimated iterations to convergence 280 setup time was (sec) 1.260000 now iterating at: 14:14:55 rms-change max change #iterations 10.28520 292.1646 at 10iterations 5.926801 120.3903 at 20iterations 3.391782 70.96043 at 30iterations 1.931907 36.76930 at 40iterations 1.099385 21.18837 at 50iterations 0.6221821 12.22563 at 60iterations 0.3514266 7.901965 at 70iterations 0.1988746 3.668813 at 80iterations 0.1123068 1.906530 at 90iterations 6.3187025E-02 1.209721 at 100iterations 3.5672400E-02 0.7235565 at 110iterations 2.0087844E-02 0.3778687 at 120iterations 1.1324457E-02 0.2312899 at 130iterations 6.3909553E-03 0.1134143 at 140iterations 3.6007529E-03 6.3800812E-02 at 150iterations 2.0340066E-03 3.8101196E-02 at 160iterations 1.1495013E-03 2.0302296E-02 at 170iterations 6.5237039E-04 1.2499332E-02 at 180iterations finished qdiffx linear iterations at : 14:15:06 total time elapsed so far: 12.75000 # loops : 180 mean,max change (kT/e) : 6.5237039E-04 1.2499332E-02 energy calculations done at 12.75000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.88000 DelPhi exited at 14:15:07 12.887u 0.198s 0:13.43 97.3% 0+0k 0+0io 0pf+0w