Sat Oct 15 15:14: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+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 15 2011 at 15:14: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2726 !!! 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: 0.6464500 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): -12.37700 36.90500 ymin,ymax (A): -27.01700 21.53700 zmin,zma (A): -9.661000 45.40900 x,y,z range (A): 49.28200 48.55400 55.07000 scale (grids/A): 0.6464500 object centre (A): 12.26400 -2.740001 17.87400 number of atom coordinates read : 2726 total number of charged atoms : 2574 net assigned charge : 6.162027 assigned positive charge : 411.3219 centred at (gu) : 90.35562 90.49760 91.65240 assigned negative charge : -405.1604 centred at (gu) : 90.12536 90.31515 91.70105 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 7529 nv = 96 ne = 84 npr = 56087 no. pairs analyzed = 56087 no. exposed pairs = 3195 no. arc points = 22258 no. surface atoms = 1075 nbur = 1651 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 395 mr = 4336 m= 0 mr = 45 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 11 time to turn everything in is 0.4000000 number of dielectric boundary points 3543 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2240 ## 211 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 9101 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2541858E-08 4.8585411E-09 midg,1,midg; midg,igrid,midg -1.4515381E-08 4.0606029E-08 1,midg,midg; igrid,midg,midg -2.1671458E-08 4.6526210E-08 gauss-seidel spectral radius is 0.9876056 estimated iterations to convergence 73 setup time was (sec) 0.6700000 now iterating at: 15:14:22 rms-change max change #iterations 0.1541612 21.46268 at 10iterations 1.5841335E-02 2.472043 at 20iterations 1.6401993E-03 0.2160273 at 30iterations 1.7661901E-04 2.4776459E-02 at 40iterations 2.5843530E-05 4.0349960E-03 at 50iterations finished qdiffx linear iterations at : 15:14:25 total time elapsed so far: 3.790000 # loops : 50 mean,max change (kT/e) : 2.5843530E-05 4.0349960E-03 energy calculations done at 3.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.030000 DelPhi exited at 15:14:26 4.036u 0.167s 0:04.52 92.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 Sat Oct 15 2011 at 15:14: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2726 !!! 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.939350 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): -12.37700 36.90500 ymin,ymax (A): -27.01700 21.53700 zmin,zma (A): -9.661000 45.40900 x,y,z range (A): 49.28200 48.55400 55.07000 scale (grids/A): 1.939350 object centre (A): 12.26400 -2.740001 17.87400 number of atom coordinates read : 2726 total number of charged atoms : 2574 net assigned charge : 6.162027 assigned positive charge : 411.3219 centred at (gu) : 91.06617 91.49225 94.95667 assigned negative charge : -405.1604 centred at (gu) : 90.37583 90.94537 95.10305 start vw surface at 0.1900000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 81112 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22258 grid for indexing accessible points = 1.400000 m= 30180 mr = 57801 m= 4618 mr = 22706 m= 263 mr = 2871 m= 6 mr = 110 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 1192 time to turn everything in is 0.7300000 number of dielectric boundary points 32691 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 157 iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 20297 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.6464500 object centre at (A) : 12.26400 -2.740001 17.87400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.2606994E-03 1.7593097E-02 midg,1,midg; midg,igrid,midg -1.2725755E-02 3.0517781E-02 1,midg,midg; igrid,midg,midg -5.5697081E-03 5.8031298E-02 gauss-seidel spectral radius is 0.9986874 estimated iterations to convergence 219 setup time was (sec) 1.070000 now iterating at: 15:14:27 rms-change max change #iterations 4.503153 188.8362 at 10iterations 2.149664 70.89618 at 20iterations 1.022151 30.79214 at 30iterations 0.4861823 15.14781 at 40iterations 0.2317322 7.017898 at 50iterations 0.1103303 3.213882 at 60iterations 5.2622389E-02 1.770298 at 70iterations 2.5048235E-02 0.7561798 at 80iterations 1.1933781E-02 0.3424759 at 90iterations 5.6934226E-03 0.1836510 at 100iterations 2.7254587E-03 7.9957962E-02 at 110iterations 1.3062956E-03 3.9855957E-02 at 120iterations finished qdiffx linear iterations at : 15:14:35 total time elapsed so far: 8.700000 # loops : 120 mean,max change (kT/e) : 1.3062956E-03 3.9855957E-02 energy calculations done at 8.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.930000 DelPhi exited at 15:14:35 8.931u 0.196s 0:09.67 94.3% 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 15 2011 at 15:14:35 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2726 !!! 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.909025 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): -12.37700 36.90500 ymin,ymax (A): -27.01700 21.53700 zmin,zma (A): -9.661000 45.40900 x,y,z range (A): 49.28200 48.55400 55.07000 scale (grids/A): 2.909025 object centre (A): 12.26400 -2.740001 17.87400 number of atom coordinates read : 2726 total number of charged atoms : 2574 net assigned charge : 6.162027 assigned positive charge : 411.3219 centred at (gu) : 91.59924 92.23825 97.43495 assigned negative charge : -405.1604 centred at (gu) : 90.56362 91.41784 97.65448 start vw surface at 0.2000000 fill in re-entrant regions at 0.6300000 boundary points on vw surface= 187384 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22258 grid for indexing accessible points = 1.400000 m= 97948 mr = 139322 m= 35441 mr = 81480 m= 8266 mr = 28754 m= 1201 mr = 6211 m= 77 mr = 806 m= 3 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 1.090000 no. cavity mid-points inaccessible to solvent = 3730 time to turn everything in is 1.870000 number of dielectric boundary points 73712 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 2.040000 number of grid points assigned charge 20586 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.939350 object centre at (A) : 12.26400 -2.740001 17.87400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1523210 0.3781186 midg,1,midg; midg,igrid,midg -0.1707492 0.3555624 1,midg,midg; igrid,midg,midg -3.0964227E-02 0.4894487 gauss-seidel spectral radius is 0.9992685 estimated iterations to convergence 292 setup time was (sec) 2.230000 now iterating at: 15:14:38 rms-change max change #iterations 10.47136 362.5212 at 10iterations 6.150930 148.9543 at 20iterations 3.588958 73.50227 at 30iterations 2.087426 45.30697 at 40iterations 1.215645 22.97879 at 50iterations 0.7051172 14.17513 at 60iterations 0.4083842 6.972012 at 70iterations 0.2364178 4.477390 at 80iterations 0.1371613 2.286893 at 90iterations 7.9343691E-02 1.489991 at 100iterations 4.5808230E-02 0.8274612 at 110iterations 2.6460957E-02 0.4516449 at 120iterations 1.5309729E-02 0.2692757 at 130iterations 8.8401390E-03 0.1534672 at 140iterations 5.1144185E-03 8.6988449E-02 at 150iterations 2.9468290E-03 5.1612854E-02 at 160iterations 1.7058656E-03 3.2735348E-02 at 170iterations 9.8570623E-04 1.7168999E-02 at 180iterations finished qdiffx linear iterations at : 15:14:50 total time elapsed so far: 14.28000 # loops : 180 mean,max change (kT/e) : 9.8570623E-04 1.7168999E-02 energy calculations done at 14.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.52000 DelPhi exited at 15:14:51 14.518u 0.203s 0:15.08 97.5% 0+0k 0+0io 0pf+0w