Tue Oct 11 02:38:41 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 Tue Oct 11 2011 at 02:38:41 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2754 !!! WARNING: FMN 398 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6660306 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): 20.58800 66.82200 ymin,ymax (A): 14.58000 68.03100 zmin,zma (A): -17.67000 30.23800 x,y,z range (A): 46.23400 53.45100 47.90800 scale (grids/A): 0.6660306 object centre (A): 43.70500 41.30550 6.284000 number of atom coordinates read : 2754 total number of charged atoms : 2619 net assigned charge : 5.500027 assigned positive charge : 424.4332 centred at (gu) : 90.88547 90.23225 90.37429 assigned negative charge : -418.9343 centred at (gu) : 90.70511 90.39730 90.43701 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 8259 nv = 96 ne = 84 npr = 56148 no. pairs analyzed = 56148 no. exposed pairs = 3446 no. arc points = 23662 no. surface atoms = 1144 nbur = 1610 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 494 mr = 4720 m= 2 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.3300000 number of dielectric boundary points 3963 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2171 ## 177 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9643 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.9408133E-08 4.8978277E-10 midg,1,midg; midg,igrid,midg 5.3947488E-08 -2.6889010E-08 1,midg,midg; igrid,midg,midg -2.4359142E-08 7.2496547E-08 gauss-seidel spectral radius is 0.9883276 estimated iterations to convergence 76 setup time was (sec) 0.5500000 now iterating at: 02:38:42 rms-change max change #iterations 0.1839515 24.58785 at 10iterations 2.0675544E-02 3.077034 at 20iterations 3.2139954E-03 0.5576324 at 30iterations 9.5374527E-04 0.1987648 at 40iterations 3.6145194E-04 7.6923370E-02 at 50iterations finished qdiffx linear iterations at : 02:38:44 total time elapsed so far: 2.950000 # loops : 50 mean,max change (kT/e) : 3.6145194E-04 7.6923370E-02 energy calculations done at 2.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.120000 DelPhi exited at 02:38:45 3.128u 0.154s 0:03.84 85.1% 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 Tue Oct 11 2011 at 02:38:45 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2754 !!! WARNING: FMN 398 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.998092 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): 20.58800 66.82200 ymin,ymax (A): 14.58000 68.03100 zmin,zma (A): -17.67000 30.23800 x,y,z range (A): 46.23400 53.45100 47.90800 scale (grids/A): 1.998092 object centre (A): 43.70500 41.30550 6.284000 number of atom coordinates read : 2754 total number of charged atoms : 2619 net assigned charge : 5.500027 assigned positive charge : 424.4332 centred at (gu) : 92.65560 90.69586 91.12181 assigned negative charge : -418.9343 centred at (gu) : 92.11492 91.19157 91.31074 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 88329 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23662 grid for indexing accessible points = 1.400000 m= 33608 mr = 62200 m= 5851 mr = 25331 m= 424 mr = 3875 m= 0 mr = 183 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 1220 time to turn everything in is 0.6000000 number of dielectric boundary points 36623 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 89 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 20706 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.6660306 object centre at (A) : 43.70500 41.30550 6.284000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1619030E-02 -3.1050857E-02 midg,1,midg; midg,igrid,midg 7.6316528E-02 -2.3770537E-02 1,midg,midg; igrid,midg,midg -1.6884271E-02 5.7451263E-02 gauss-seidel spectral radius is 0.9987719 estimated iterations to convergence 226 setup time was (sec) 0.8700000 now iterating at: 02:38:46 rms-change max change #iterations 4.912954 188.7278 at 10iterations 2.389747 84.51681 at 20iterations 1.164050 38.99985 at 30iterations 0.5665367 16.63275 at 40iterations 0.2766460 8.399368 at 50iterations 0.1346265 4.268227 at 60iterations 6.5722018E-02 1.978537 at 70iterations 3.2373071E-02 0.9425125 at 80iterations 1.6083051E-02 0.4777660 at 90iterations 8.1603229E-03 0.2612915 at 100iterations 4.3312041E-03 0.1547318 at 110iterations 2.4513064E-03 9.6130371E-02 at 120iterations finished qdiffx linear iterations at : 02:38:52 total time elapsed so far: 6.920000 # loops : 120 mean,max change (kT/e) : 2.4513064E-03 9.6130371E-02 energy calculations done at 6.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.070000 DelPhi exited at 02:38:53 7.075u 0.176s 0:08.00 90.5% 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 Tue Oct 11 2011 at 02:38:53 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2754 !!! WARNING: FMN 398 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.997138 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): 20.58800 66.82200 ymin,ymax (A): 14.58000 68.03100 zmin,zma (A): -17.67000 30.23800 x,y,z range (A): 46.23400 53.45100 47.90800 scale (grids/A): 2.997138 object centre (A): 43.70500 41.30550 6.284000 number of atom coordinates read : 2754 total number of charged atoms : 2619 net assigned charge : 5.500027 assigned positive charge : 424.4332 centred at (gu) : 93.98333 91.04344 91.68250 assigned negative charge : -418.9343 centred at (gu) : 93.17232 91.78728 91.96603 start vw surface at 0.1600000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 203961 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23662 grid for indexing accessible points = 1.400000 m= 106620 mr = 150347 m= 41276 mr = 88264 m= 10897 mr = 33763 m= 1836 mr = 8429 m= 137 mr = 1299 m= 1 mr = 69 m= 0 mr = 0 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 4255 time to turn everything in is 1.550000 number of dielectric boundary points 82557 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.680000 number of grid points assigned charge 20951 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.998092 object centre at (A) : 43.70500 41.30550 6.284000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2037528 -0.3482059 midg,1,midg; midg,igrid,midg 0.9823887 -0.5231567 1,midg,midg; igrid,midg,midg -0.1992944 0.4471453 gauss-seidel spectral radius is 0.9992954 estimated iterations to convergence 297 setup time was (sec) 1.840000 now iterating at: 02:38:55 rms-change max change #iterations 11.24489 416.7723 at 10iterations 6.653496 130.0280 at 20iterations 3.924041 80.02768 at 30iterations 2.305975 38.61880 at 40iterations 1.356681 24.64051 at 50iterations 0.7956854 16.20774 at 60iterations 0.4662270 8.603943 at 70iterations 0.2731642 4.630375 at 80iterations 0.1597862 2.720345 at 90iterations 9.3432575E-02 1.595379 at 100iterations 5.4715198E-02 0.9282990 at 110iterations 3.2102257E-02 0.5478363 at 120iterations 1.8960074E-02 0.3336449 at 130iterations 1.1320853E-02 0.2177086 at 140iterations 6.9246474E-03 0.1513329 at 150iterations 4.3946346E-03 0.1004181 at 160iterations 2.9537929E-03 6.7161560E-02 at 170iterations 2.1222306E-03 5.2444458E-02 at 180iterations finished qdiffx linear iterations at : 02:39:04 total time elapsed so far: 11.35000 # loops : 180 mean,max change (kT/e) : 2.1222306E-03 5.2444458E-02 energy calculations done at 11.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.52000 DelPhi exited at 02:39:05 11.525u 0.166s 0:12.34 94.6% 0+0k 0+0io 0pf+0w