Sun Oct 9 07:25:27 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 07:25:27 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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.7177854 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): -7.200000 34.55300 ymin,ymax (A): -2.551000 39.73800 zmin,zma (A): -13.51800 36.07900 x,y,z range (A): 41.75300 42.28900 49.59700 scale (grids/A): 0.7177854 object centre (A): 13.67650 18.59350 11.28050 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 90.84996 89.66964 90.50664 assigned negative charge : -249.5201 centred at (gu) : 90.69992 90.04792 90.70790 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5891 nv = 96 ne = 84 npr = 34490 no. pairs analyzed = 34490 no. exposed pairs = 2116 no. arc points = 15311 no. surface atoms = 714 nbur = 935 mkacc time = 4.9999997E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 406 mr = 3259 m= 1 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 6.0000002E-02 no. cavity mid-points inaccessible to solvent = 89 time to turn everything in is 0.1500000 number of dielectric boundary points 2973 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1331 ## 89 charges are in solution ## iepsmp to db, and charging done at 0.2100000 number of grid points assigned charge 6215 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.4162407E-09 -2.2492577E-07 midg,1,midg; midg,igrid,midg 8.4404149E-08 -2.7873494E-07 1,midg,midg; igrid,midg,midg -1.5131376E-07 -3.2910197E-08 gauss-seidel spectral radius is 0.9898461 estimated iterations to convergence 81 setup time was (sec) 0.3400000 now iterating at: 07:25:28 rms-change max change #iterations 0.1846031 31.96887 at 10iterations 2.3243133E-02 3.893951 at 20iterations 2.9773689E-03 0.4487371 at 30iterations 3.6962872E-04 5.3203583E-02 at 40iterations 4.6768531E-05 7.3757172E-03 at 50iterations finished qdiffx linear iterations at : 07:25:30 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 4.6768531E-05 7.3757172E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.290000 DelPhi exited at 07:25:31 3.297u 0.166s 0:03.76 91.7% 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 07:25:31 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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.153356 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): -7.200000 34.55300 ymin,ymax (A): -2.551000 39.73800 zmin,zma (A): -13.51800 36.07900 x,y,z range (A): 41.75300 42.28900 49.59700 scale (grids/A): 2.153356 object centre (A): 13.67650 18.59350 11.28050 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 92.55003 89.00905 91.52003 assigned negative charge : -249.5201 centred at (gu) : 92.09989 90.14394 92.12368 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 60931 reading accessible surface arcs data from file ARCDAT no. of arc points read = 15311 grid for indexing accessible points = 1.400000 m= 23893 mr = 40983 m= 4650 mr = 18197 m= 383 mr = 3192 m= 13 mr = 187 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 2182 time to turn everything in is 0.3200000 number of dielectric boundary points 27311 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 51 iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 12032 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.7177854 object centre at (A) : 13.67650 18.59350 11.28050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.2357771E-02 -7.6035783E-02 midg,1,midg; midg,igrid,midg 8.8993963E-03 -9.0337239E-02 1,midg,midg; igrid,midg,midg -5.9711412E-02 -1.9518211E-02 gauss-seidel spectral radius is 0.9988283 estimated iterations to convergence 231 setup time was (sec) 0.5300000 now iterating at: 07:25:32 rms-change max change #iterations 4.172468 200.4686 at 10iterations 2.049418 72.23573 at 20iterations 1.014937 40.76108 at 30iterations 0.5008211 17.00463 at 40iterations 0.2485064 7.999723 at 50iterations 0.1226721 4.187451 at 60iterations 6.0348392E-02 1.875406 at 70iterations 2.9921787E-02 0.9817753 at 80iterations 1.4816906E-02 0.4896851 at 90iterations 7.3517240E-03 0.2608109 at 100iterations 3.6214897E-03 0.1357899 at 110iterations 1.7985019E-03 5.7061195E-02 at 120iterations finished qdiffx linear iterations at : 07:25:39 total time elapsed so far: 7.520000 # loops : 120 mean,max change (kT/e) : 1.7985019E-03 5.7061195E-02 energy calculations done at 7.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.650000 DelPhi exited at 07:25:39 7.651u 0.203s 0:08.14 96.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 07:25:39 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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 3.230034 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): -7.200000 34.55300 ymin,ymax (A): -2.551000 39.73800 zmin,zma (A): -13.51800 36.07900 x,y,z range (A): 41.75300 42.28900 49.59700 scale (grids/A): 3.230034 object centre (A): 13.67650 18.59350 11.28050 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 93.82513 88.51366 92.28011 assigned negative charge : -249.5201 centred at (gu) : 93.14993 90.21591 93.18555 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 140249 reading accessible surface arcs data from file ARCDAT no. of arc points read = 15311 grid for indexing accessible points = 1.400000 m= 73425 mr = 98836 m= 30859 mr = 60755 m= 8861 mr = 25709 m= 1552 mr = 6987 m= 155 mr = 1110 m= 6 mr = 87 m= 0 mr = 0 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 7595 time to turn everything in is 0.9400000 number of dielectric boundary points 61623 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.030000 number of grid points assigned charge 12096 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) : 2.153356 object centre at (A) : 13.67650 18.59350 11.28050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3773180 -0.6791642 midg,1,midg; midg,igrid,midg 0.1075671 -0.6428987 1,midg,midg; igrid,midg,midg -0.4504969 -0.1008971 gauss-seidel spectral radius is 0.9992928 estimated iterations to convergence 297 setup time was (sec) 1.170000 now iterating at: 07:25:40 rms-change max change #iterations 9.296969 373.0803 at 10iterations 5.407187 137.9261 at 20iterations 3.155359 61.36903 at 30iterations 1.835785 35.92473 at 40iterations 1.072830 21.34549 at 50iterations 0.6232070 11.69012 at 60iterations 0.3628129 7.421082 at 70iterations 0.2107650 4.001439 at 80iterations 0.1224297 2.258910 at 90iterations 7.1169727E-02 1.306405 at 100iterations 4.1324686E-02 0.8166733 at 110iterations 2.3987489E-02 0.4500426 at 120iterations 1.3937242E-02 0.2970886 at 130iterations 8.0839088E-03 0.1683249 at 140iterations 4.7064298E-03 8.5796356E-02 at 150iterations 2.7286350E-03 5.2623749E-02 at 160iterations 1.5912033E-03 2.9693604E-02 at 170iterations 9.2243525E-04 1.7246246E-02 at 180iterations finished qdiffx linear iterations at : 07:25:51 total time elapsed so far: 12.12000 # loops : 180 mean,max change (kT/e) : 9.2243525E-04 1.7246246E-02 energy calculations done at 12.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.25000 DelPhi exited at 07:25:52 12.255u 0.205s 0:12.76 97.5% 0+0k 0+0io 0pf+0w