Sun Oct 9 02:52:03 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 Sun Oct 9 2011 at 02:52:03 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4609 !!! WARNING: ASP 584 has a net charge of -2.0000 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.5184894 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): 215.1460 276.2470 ymin,ymax (A): 71.72900 140.3900 zmin,zma (A): -69.94200 -6.114000 x,y,z range (A): 61.10098 68.66100 63.82800 scale (grids/A): 0.5184894 object centre (A): 245.6965 106.0595 -38.02800 number of atom coordinates read : 4609 total number of charged atoms : 4474 net assigned charge : 16.49998 assigned positive charge : 687.9215 centred at (gu) : 91.22358 87.31396 90.76984 assigned negative charge : -671.4268 centred at (gu) : 91.29615 87.30550 90.81945 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7800 nv = 96 ne = 84 npr = 91785 no. pairs analyzed = 91785 no. exposed pairs = 6063 no. arc points = 40928 no. surface atoms = 2068 nbur = 2541 mkacc time = 0.2200000 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.624000 m= 291 mr = 3885 m= 0 mr = 6 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 4200 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4033 ## 540 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 10457 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.0950993E-10 1.9913404E-10 midg,1,midg; midg,igrid,midg 6.0442445E-10 1.8493550E-10 1,midg,midg; igrid,midg,midg 4.2010748E-10 1.1393244E-10 gauss-seidel spectral radius is 0.9809651 estimated iterations to convergence 60 setup time was (sec) 0.6700000 now iterating at: 02:52:04 rms-change max change #iterations 6.8256602E-02 9.738785 at 10iterations 6.0737398E-03 0.9851227 at 20iterations 1.6423895E-03 0.2582512 at 30iterations 5.7114154E-04 8.5540771E-02 at 40iterations 2.0156264E-04 2.9129028E-02 at 50iterations finished qdiffx linear iterations at : 02:52:06 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 2.0156264E-04 2.9129028E-02 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.510000 DelPhi exited at 02:52:07 3.512u 0.168s 0:03.97 92.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 Sun Oct 9 2011 at 02:52:07 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4609 !!! WARNING: ASP 584 has a net charge of -2.0000 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.555468 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): 215.1460 276.2470 ymin,ymax (A): 71.72900 140.3900 zmin,zma (A): -69.94200 -6.114000 x,y,z range (A): 61.10098 68.66100 63.82800 scale (grids/A): 1.555468 object centre (A): 245.6965 106.0595 -38.02800 number of atom coordinates read : 4609 total number of charged atoms : 4474 net assigned charge : 16.49998 assigned positive charge : 687.9215 centred at (gu) : 93.66904 81.94022 92.30756 assigned negative charge : -671.4268 centred at (gu) : 93.88804 81.91646 92.45800 start vw surface at 0.2100000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 86627 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40928 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 26624 mr = 57848 m= 2574 mr = 17824 m= 38 mr = 1116 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 154 time to turn everything in is 0.6800000 number of dielectric boundary points 39075 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 484 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 33736 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.5184894 object centre at (A) : 245.6965 106.0595 -38.02800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.2577429E-02 6.2531512E-03 midg,1,midg; midg,igrid,midg 3.4670554E-02 1.1677285E-02 1,midg,midg; igrid,midg,midg 8.7554315E-03 3.8950262E-03 gauss-seidel spectral radius is 0.9981619 estimated iterations to convergence 185 setup time was (sec) 1.000000 now iterating at: 02:52:08 rms-change max change #iterations 3.788988 171.1880 at 10iterations 1.565395 59.09664 at 20iterations 0.6466486 25.81869 at 30iterations 0.2683157 8.047451 at 40iterations 0.1115481 3.456466 at 50iterations 4.6787046E-02 1.482224 at 60iterations 1.9780789E-02 0.6644592 at 70iterations 8.6250398E-03 0.2951508 at 80iterations 4.0601203E-03 0.1375580 at 90iterations 2.1138953E-03 7.7445984E-02 at 100iterations 1.2460322E-03 3.9985657E-02 at 110iterations 7.9723960E-04 2.3616791E-02 at 120iterations finished qdiffx linear iterations at : 02:52:15 total time elapsed so far: 8.180000 # loops : 120 mean,max change (kT/e) : 7.9723960E-04 2.3616791E-02 energy calculations done at 8.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.380000 DelPhi exited at 02:52:16 8.381u 0.206s 0:08.91 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 Sun Oct 9 2011 at 02:52:16 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: 279 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4609 !!! WARNING: ASP 584 has a net charge of -2.0000 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: 2.333202 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): 215.1460 276.2470 ymin,ymax (A): 71.72900 140.3900 zmin,zma (A): -69.94200 -6.114000 x,y,z range (A): 61.10098 68.66100 63.82800 scale (grids/A): 2.333202 object centre (A): 245.6965 106.0595 -38.02800 number of atom coordinates read : 4609 total number of charged atoms : 4474 net assigned charge : 16.49998 assigned positive charge : 687.9215 centred at (gu) : 95.50310 77.90982 93.46088 assigned negative charge : -671.4268 centred at (gu) : 95.83199 77.87453 93.68690 start vw surface at 0.2000000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 201397 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40928 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 91783 mr = 142174 m= 26041 mr = 71190 m= 3833 mr = 19237 m= 209 mr = 2341 m= 1 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 0.9700000 no. cavity mid-points inaccessible to solvent = 471 time to turn everything in is 1.650000 number of dielectric boundary points 88260 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 56 iepsmp to db, and charging done at 1.820000 number of grid points assigned charge 35705 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.555468 object centre at (A) : 245.6965 106.0595 -38.02800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5297834 7.8553177E-02 midg,1,midg; midg,igrid,midg 0.5290518 0.1649077 1,midg,midg; igrid,midg,midg 0.1792474 2.9554609E-02 gauss-seidel spectral radius is 0.9991754 estimated iterations to convergence 275 setup time was (sec) 2.010000 now iterating at: 02:52:18 rms-change max change #iterations 10.29385 275.6829 at 10iterations 5.965734 150.5903 at 20iterations 3.421942 81.03460 at 30iterations 1.952344 45.76980 at 40iterations 1.105665 26.58122 at 50iterations 0.6251211 12.33842 at 60iterations 0.3519734 7.217977 at 70iterations 0.1980467 3.758559 at 80iterations 0.1111255 2.298739 at 90iterations 6.2339272E-02 1.245026 at 100iterations 3.4949001E-02 0.6544819 at 110iterations 1.9649480E-02 0.3901278 at 120iterations 1.1066468E-02 0.2138214 at 130iterations 6.2730401E-03 0.1153402 at 140iterations 3.5869228E-03 6.7114703E-02 at 150iterations 2.1024751E-03 3.9773941E-02 at 160iterations 1.2728608E-03 2.8274536E-02 at 170iterations 8.0902746E-04 1.5449524E-02 at 180iterations finished qdiffx linear iterations at : 02:52:31 total time elapsed so far: 15.08000 # loops : 180 mean,max change (kT/e) : 8.0902746E-04 1.5449524E-02 energy calculations done at 15.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.27000 DelPhi exited at 02:52:32 15.270u 0.219s 0:15.77 98.1% 0+0k 0+0io 0pf+0w