Sat Oct 8 17:28:36 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 8 2011 at 17:28:36 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 = 3462 !!! WARNING: ILE 375 has a net charge of -0.2720 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.5544912 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): 36.54000 93.20300 ymin,ymax (A): 16.38500 80.58801 zmin,zma (A): -22.86400 25.36100 x,y,z range (A): 56.66300 64.20300 48.22500 scale (grids/A): 0.5544912 object centre (A): 64.87151 48.48650 1.248500 number of atom coordinates read : 3462 total number of charged atoms : 3316 net assigned charge : -5.271987 assigned positive charge : 520.7831 centred at (gu) : 90.42007 89.88565 89.74912 assigned negative charge : -526.0568 centred at (gu) : 90.44839 89.87111 89.72347 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6890 nv = 96 ne = 84 npr = 70346 no. pairs analyzed = 70346 no. exposed pairs = 4221 no. arc points = 28837 no. surface atoms = 1432 nbur = 2030 mkacc time = 0.1500000 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.568000 m= 278 mr = 3729 m= 0 mr = 22 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3417 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2951 ## 370 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 8968 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.7625761E-10 -1.6887089E-10 midg,1,midg; midg,igrid,midg -6.2739136E-10 -2.8963684E-10 1,midg,midg; igrid,midg,midg -1.3700588E-10 -8.4083290E-10 gauss-seidel spectral radius is 0.9832594 estimated iterations to convergence 64 setup time was (sec) 0.5900000 now iterating at: 17:28:37 rms-change max change #iterations 8.6587541E-02 16.08388 at 10iterations 5.9770150E-03 1.039099 at 20iterations 4.4560162E-04 6.7840576E-02 at 30iterations 5.1573028E-05 1.1554718E-02 at 40iterations 1.0712177E-05 2.8853416E-03 at 50iterations finished qdiffx linear iterations at : 17:28:40 total time elapsed so far: 3.360000 # loops : 50 mean,max change (kT/e) : 1.0712177E-05 2.8853416E-03 energy calculations done at 3.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.540000 DelPhi exited at 17:28:40 3.543u 0.220s 0:04.05 92.8% 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 8 2011 at 17:28:40 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 = 3462 !!! WARNING: ILE 375 has a net charge of -0.2720 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.663474 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): 36.54000 93.20300 ymin,ymax (A): 16.38500 80.58801 zmin,zma (A): -22.86400 25.36100 x,y,z range (A): 56.66300 64.20300 48.22500 scale (grids/A): 1.663474 object centre (A): 64.87151 48.48650 1.248500 number of atom coordinates read : 3462 total number of charged atoms : 3316 net assigned charge : -5.271987 assigned positive charge : 520.7831 centred at (gu) : 91.25885 89.65610 89.24667 assigned negative charge : -526.0568 centred at (gu) : 91.34479 89.61288 89.16998 start vw surface at 0.1800000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 76244 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28837 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 25062 mr = 53162 m= 2953 mr = 17890 m= 87 mr = 1686 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 726 time to turn everything in is 0.5700000 number of dielectric boundary points 31593 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 295 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 25504 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.5544912 object centre at (A) : 64.87151 48.48650 1.248500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.9888222E-03 -5.0196643E-03 midg,1,midg; midg,igrid,midg 6.7065172E-03 1.6412212E-02 1,midg,midg; igrid,midg,midg -1.5180592E-02 -7.3948377E-03 gauss-seidel spectral radius is 0.9982962 estimated iterations to convergence 192 setup time was (sec) 0.8700000 now iterating at: 17:28:42 rms-change max change #iterations 3.769902 196.8886 at 10iterations 1.607709 62.64251 at 20iterations 0.6894060 25.76489 at 30iterations 0.2955414 9.787442 at 40iterations 0.1268730 4.543216 at 50iterations 5.4433137E-02 1.870476 at 60iterations 2.3329217E-02 0.8120956 at 70iterations 1.0042858E-02 0.3210249 at 80iterations 4.3230420E-03 0.1327000 at 90iterations 1.8549883E-03 5.9034348E-02 at 100iterations 7.9996564E-04 2.6068687E-02 at 110iterations 3.4648596E-04 1.1749387E-02 at 120iterations finished qdiffx linear iterations at : 17:28:48 total time elapsed so far: 7.740000 # loops : 120 mean,max change (kT/e) : 3.4648596E-04 1.1749387E-02 energy calculations done at 7.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.920000 DelPhi exited at 17:28:49 7.919u 0.252s 0:08.46 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 Sat Oct 8 2011 at 17:28:49 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 = 3462 !!! WARNING: ILE 375 has a net charge of -0.2720 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: 2.495210 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): 36.54000 93.20300 ymin,ymax (A): 16.38500 80.58801 zmin,zma (A): -22.86400 25.36100 x,y,z range (A): 56.66300 64.20300 48.22500 scale (grids/A): 2.495210 object centre (A): 64.87151 48.48650 1.248500 number of atom coordinates read : 3462 total number of charged atoms : 3316 net assigned charge : -5.271987 assigned positive charge : 520.7831 centred at (gu) : 91.88811 89.48396 88.86945 assigned negative charge : -526.0568 centred at (gu) : 92.01708 89.41922 88.75486 start vw surface at 0.1600000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 177168 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28837 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 85320 mr = 129798 m= 26037 mr = 68908 m= 4918 mr = 20205 m= 495 mr = 3548 m= 10 mr = 297 m= 0 mr = 0 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 2503 time to turn everything in is 1.330000 number of dielectric boundary points 71192 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 26497 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.663474 object centre at (A) : 64.87151 48.48650 1.248500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.5677094E-02 -5.2985035E-02 midg,1,midg; midg,igrid,midg 0.3013653 0.4470743 1,midg,midg; igrid,midg,midg -0.2663877 -5.6345865E-02 gauss-seidel spectral radius is 0.9991794 estimated iterations to convergence 276 setup time was (sec) 1.660000 now iterating at: 17:28:51 rms-change max change #iterations 9.645999 355.3385 at 10iterations 5.480628 138.7763 at 20iterations 3.106486 65.92304 at 30iterations 1.750016 37.83398 at 40iterations 0.9851452 19.35871 at 50iterations 0.5514394 10.72482 at 60iterations 0.3096519 6.432831 at 70iterations 0.1728448 3.213135 at 80iterations 9.6805073E-02 1.900437 at 90iterations 5.4152723E-02 1.078060 at 100iterations 3.0209966E-02 0.5663142 at 110iterations 1.6835906E-02 0.3286638 at 120iterations 9.4118807E-03 0.1856918 at 130iterations 5.2536130E-03 9.6019745E-02 at 140iterations 2.9345208E-03 6.2110901E-02 at 150iterations 1.6404566E-03 3.5430908E-02 at 160iterations 9.1791694E-04 1.7941475E-02 at 170iterations 5.1417010E-04 1.0823250E-02 at 180iterations finished qdiffx linear iterations at : 17:29:02 total time elapsed so far: 12.80000 # loops : 180 mean,max change (kT/e) : 5.1417010E-04 1.0823250E-02 energy calculations done at 12.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.98000 DelPhi exited at 17:29:03 12.983u 0.259s 0:13.56 97.5% 0+0k 0+0io 0pf+0w