Tue Oct 11 04:23:21 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+sph2.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 = amb2.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 04:23:22 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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2779 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6459925 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): -14.92200 33.36800 ymin,ymax (A): 6.946000 55.34400 zmin,zma (A): 25.54000 80.64900 x,y,z range (A): 48.29000 48.39800 55.10900 scale (grids/A): 0.6459925 object centre (A): 9.223000 31.14500 53.09450 number of atom coordinates read : 2779 total number of charged atoms : 2626 net assigned charge : 2.176018 assigned positive charge : 422.2697 centred at (gu) : 90.19416 90.43780 88.16511 assigned negative charge : -420.0942 centred at (gu) : 90.51471 90.26635 88.15449 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7630 nv = 96 ne = 84 npr = 57336 no. pairs analyzed = 57336 no. exposed pairs = 3351 no. arc points = 23386 no. surface atoms = 1122 nbur = 1657 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 437 mr = 4327 m= 1 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.3000000 number of dielectric boundary points 3669 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2304 ## 233 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 9290 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.3019765E-09 3.7220391E-09 midg,1,midg; midg,igrid,midg -1.9963373E-08 3.1592648E-08 1,midg,midg; igrid,midg,midg 4.7627097E-08 -4.7177604E-08 gauss-seidel spectral radius is 0.9875945 estimated iterations to convergence 73 setup time was (sec) 0.5400000 now iterating at: 04:23:22 rms-change max change #iterations 0.1609765 22.90818 at 10iterations 1.6522687E-02 2.358242 at 20iterations 1.7094618E-03 0.2271881 at 30iterations 1.9767584E-04 2.5783539E-02 at 40iterations 3.2779797E-05 4.4612885E-03 at 50iterations finished qdiffx linear iterations at : 04:23:25 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 3.2779797E-05 4.4612885E-03 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 04:23:26 3.364u 0.202s 0:04.07 87.4% 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 04:23:26 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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2779 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.937977 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): -14.92200 33.36800 ymin,ymax (A): 6.946000 55.34400 zmin,zma (A): 25.54000 80.64900 x,y,z range (A): 48.29000 48.39800 55.10900 scale (grids/A): 1.937977 object centre (A): 9.223000 31.14500 53.09450 number of atom coordinates read : 2779 total number of charged atoms : 2626 net assigned charge : 2.176018 assigned positive charge : 422.2697 centred at (gu) : 90.58186 91.31304 84.49461 assigned negative charge : -420.0942 centred at (gu) : 91.54383 90.79884 84.46310 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 83020 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23386 grid for indexing accessible points = 1.400000 m= 30417 mr = 58748 m= 4852 mr = 22699 m= 286 mr = 3058 m= 2 mr = 105 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 3684 time to turn everything in is 0.5900000 number of dielectric boundary points 33967 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 124 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 20681 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.6459925 object centre at (A) : 9.223000 31.14500 53.09450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.2927003E-03 -2.1178711E-02 midg,1,midg; midg,igrid,midg -1.3003282E-02 3.4796689E-02 1,midg,midg; igrid,midg,midg 6.5147996E-02 -2.2867108E-02 gauss-seidel spectral radius is 0.9986949 estimated iterations to convergence 219 setup time was (sec) 0.8700000 now iterating at: 04:23:27 rms-change max change #iterations 4.620514 169.7903 at 10iterations 2.208927 73.35888 at 20iterations 1.050842 36.25682 at 30iterations 0.5020580 15.74855 at 40iterations 0.2398219 7.828880 at 50iterations 0.1144046 3.525182 at 60iterations 5.4629102E-02 1.568037 at 70iterations 2.6005026E-02 0.8955688 at 80iterations 1.2467911E-02 0.3584146 at 90iterations 5.9559122E-03 0.1778183 at 100iterations 2.8507623E-03 8.5220337E-02 at 110iterations 1.3593339E-03 4.1438103E-02 at 120iterations finished qdiffx linear iterations at : 04:23:33 total time elapsed so far: 7.350000 # loops : 120 mean,max change (kT/e) : 1.3593339E-03 4.1438103E-02 energy calculations done at 7.350000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.520000 DelPhi exited at 04:23:34 7.524u 0.189s 0:08.02 96.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 04:23: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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2779 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.906966 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): -14.92200 33.36800 ymin,ymax (A): 6.946000 55.34400 zmin,zma (A): 25.54000 80.64900 x,y,z range (A): 48.29000 48.39800 55.10900 scale (grids/A): 2.906966 object centre (A): 9.223000 31.14500 53.09450 number of atom coordinates read : 2779 total number of charged atoms : 2626 net assigned charge : 2.176018 assigned positive charge : 422.2697 centred at (gu) : 90.87275 91.96957 81.74177 assigned negative charge : -420.0942 centred at (gu) : 92.31573 91.19809 81.69460 start vw surface at 0.1400000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 192503 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23386 grid for indexing accessible points = 1.400000 m= 98377 mr = 142573 m= 35398 mr = 81076 m= 8794 mr = 28683 m= 1343 mr = 6604 m= 92 mr = 930 m= 1 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.8500000 no. cavity mid-points inaccessible to solvent = 11962 time to turn everything in is 1.440000 number of dielectric boundary points 76599 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.580000 number of grid points assigned charge 21001 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.937977 object centre at (A) : 9.223000 31.14500 53.09450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1308574 -0.3618127 midg,1,midg; midg,igrid,midg -0.1552781 0.4186404 1,midg,midg; igrid,midg,midg 0.5653350 -0.1174207 gauss-seidel spectral radius is 0.9992703 estimated iterations to convergence 292 setup time was (sec) 1.740000 now iterating at: 04:23:36 rms-change max change #iterations 10.66817 417.3716 at 10iterations 6.250536 138.1842 at 20iterations 3.647869 74.90996 at 30iterations 2.127956 43.68307 at 40iterations 1.237928 22.80781 at 50iterations 0.7197134 13.08734 at 60iterations 0.4187515 7.732362 at 70iterations 0.2421574 4.620804 at 80iterations 0.1400466 2.497488 at 90iterations 8.1313737E-02 1.399058 at 100iterations 4.6975449E-02 0.8327838 at 110iterations 2.7251339E-02 0.4569168 at 120iterations 1.5800608E-02 0.2702847 at 130iterations 9.1764210E-03 0.1685066 at 140iterations 5.3447769E-03 9.3399048E-02 at 150iterations 3.1356704E-03 5.5412292E-02 at 160iterations 1.8592083E-03 3.5549164E-02 at 170iterations 1.1254773E-03 2.0401001E-02 at 180iterations finished qdiffx linear iterations at : 04:23:46 total time elapsed so far: 12.04000 # loops : 180 mean,max change (kT/e) : 1.1254773E-03 2.0401001E-02 energy calculations done at 12.04000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.21000 DelPhi exited at 04:23:47 12.215u 0.222s 0:12.97 95.8% 0+0k 0+0io 0pf+0w