Sat Oct 15 13:42:50 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 Sat Oct 15 2011 at 13:42:50 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2590 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6071873 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): -19.48900 39.14200 ymin,ymax (A): -26.37000 21.58000 zmin,zma (A): -12.04400 42.95400 x,y,z range (A): 58.63100 47.95000 54.99800 scale (grids/A): 0.6071873 object centre (A): 9.826501 -2.395000 15.45500 number of atom coordinates read : 2590 total number of charged atoms : 2440 net assigned charge : -8.499983 assigned positive charge : 387.9954 centred at (gu) : 90.01026 91.75572 91.12973 assigned negative charge : -396.4963 centred at (gu) : 89.89121 91.67672 91.02062 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6321 nv = 96 ne = 84 npr = 51891 no. pairs analyzed = 51891 no. exposed pairs = 3506 no. arc points = 24918 no. surface atoms = 1174 nbur = 1416 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 325 mr = 3179 m= 0 mr = 26 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 2 time to turn everything in is 0.2900000 number of dielectric boundary points 3441 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2435 ## 236 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7891 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.6337967E-09 4.5320184E-10 midg,1,midg; midg,igrid,midg -5.6977312E-09 -1.4702053E-09 1,midg,midg; igrid,midg,midg -1.0256869E-08 7.3908524E-10 gauss-seidel spectral radius is 0.9859644 estimated iterations to convergence 69 setup time was (sec) 0.5700000 now iterating at: 13:42:51 rms-change max change #iterations 0.1166338 20.49672 at 10iterations 1.0159065E-02 1.853624 at 20iterations 8.8561245E-04 0.1587248 at 30iterations 8.2548017E-05 1.1957169E-02 at 40iterations 8.8318011E-06 1.5983582E-03 at 50iterations finished qdiffx linear iterations at : 13:42:54 total time elapsed so far: 4.020000 # loops : 50 mean,max change (kT/e) : 8.8318011E-06 1.5983582E-03 energy calculations done at 4.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.200000 DelPhi exited at 13:42:55 4.208u 0.235s 0:04.78 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 13:42:55 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2590 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.821562 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): -19.48900 39.14200 ymin,ymax (A): -26.37000 21.58000 zmin,zma (A): -12.04400 42.95400 x,y,z range (A): 58.63100 47.95000 54.99800 scale (grids/A): 1.821562 object centre (A): 9.826501 -2.395000 15.45500 number of atom coordinates read : 2590 total number of charged atoms : 2440 net assigned charge : -8.499983 assigned positive charge : 387.9954 centred at (gu) : 90.02974 95.26640 93.38830 assigned negative charge : -396.4963 centred at (gu) : 89.67336 95.02979 93.06165 start vw surface at 0.1300000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 68874 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24918 grid for indexing accessible points = 1.400000 m= 22304 mr = 45529 m= 3039 mr = 15263 m= 159 mr = 1693 m= 2 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 1174 time to turn everything in is 0.5200000 number of dielectric boundary points 31862 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 208 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 19142 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.6071873 object centre at (A) : 9.826501 -2.395000 15.45500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5581429E-02 -2.2617079E-02 midg,1,midg; midg,igrid,midg -1.2164745E-02 -9.1100316E-03 1,midg,midg; igrid,midg,midg 2.8088123E-03 -1.2749114E-02 gauss-seidel spectral radius is 0.9985191 estimated iterations to convergence 206 setup time was (sec) 0.8400000 now iterating at: 13:42:56 rms-change max change #iterations 3.941526 212.8370 at 10iterations 1.783491 62.87420 at 20iterations 0.8037134 28.26207 at 30iterations 0.3649268 12.40593 at 40iterations 0.1655354 5.997417 at 50iterations 7.4847527E-02 2.555613 at 60iterations 3.3933993E-02 1.075584 at 70iterations 1.5329283E-02 0.5297737 at 80iterations 6.9430210E-03 0.2353420 at 90iterations 3.1566634E-03 0.1116822 at 100iterations 1.4324548E-03 4.8321962E-02 at 110iterations 6.5006781E-04 2.0999432E-02 at 120iterations finished qdiffx linear iterations at : 13:43:04 total time elapsed so far: 9.410000 # loops : 120 mean,max change (kT/e) : 6.5006781E-04 2.0999432E-02 energy calculations done at 9.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.600000 DelPhi exited at 13:43:05 9.600u 0.299s 0:10.20 96.9% 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 13:43:05 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2590 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.732343 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): -19.48900 39.14200 ymin,ymax (A): -26.37000 21.58000 zmin,zma (A): -12.04400 42.95400 x,y,z range (A): 58.63100 47.95000 54.99800 scale (grids/A): 2.732343 object centre (A): 9.826501 -2.395000 15.45500 number of atom coordinates read : 2590 total number of charged atoms : 2440 net assigned charge : -8.499983 assigned positive charge : 387.9954 centred at (gu) : 90.04440 97.89918 95.08232 assigned negative charge : -396.4963 centred at (gu) : 89.50999 97.54462 94.59244 start vw surface at 0.1400000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 159558 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24918 grid for indexing accessible points = 1.400000 m= 74296 mr = 111515 m= 24152 mr = 58355 m= 5241 mr = 18240 m= 677 mr = 3618 m= 27 mr = 382 m= 0 mr = 5 time to grow re-entrant surface = 0.7699999 no. cavity mid-points inaccessible to solvent = 3937 time to turn everything in is 1.330000 number of dielectric boundary points 71836 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.480000 number of grid points assigned charge 19518 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.821562 object centre at (A) : 9.826501 -2.395000 15.45500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9602862E-02 -0.3823306 midg,1,midg; midg,igrid,midg -0.1107334 -0.1153965 1,midg,midg; igrid,midg,midg 0.5140384 -0.1715665 gauss-seidel spectral radius is 0.9992344 estimated iterations to convergence 285 setup time was (sec) 1.680000 now iterating at: 13:43:07 rms-change max change #iterations 9.541215 294.5286 at 10iterations 5.532385 125.9561 at 20iterations 3.191069 63.61622 at 30iterations 1.825268 40.14217 at 40iterations 1.043874 20.92152 at 50iterations 0.5954597 12.68962 at 60iterations 0.3395877 7.747181 at 70iterations 0.1931872 3.935638 at 80iterations 0.1100161 1.989219 at 90iterations 6.2604129E-02 1.203599 at 100iterations 3.5612542E-02 0.7450867 at 110iterations 2.0209633E-02 0.4271023 at 120iterations 1.1491465E-02 0.2177925 at 130iterations 6.5358747E-03 0.1363792 at 140iterations 3.7153852E-03 7.4112892E-02 at 150iterations 2.1175323E-03 4.3674469E-02 at 160iterations 1.2056219E-03 2.2801399E-02 at 170iterations 6.9049932E-04 1.3719559E-02 at 180iterations finished qdiffx linear iterations at : 13:43:21 total time elapsed so far: 15.51000 # loops : 180 mean,max change (kT/e) : 6.9049932E-04 1.3719559E-02 energy calculations done at 15.51000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.69000 DelPhi exited at 13:43:22 15.692u 0.305s 0:16.58 96.4% 0+0k 0+0io 0pf+0w