Sat Oct 8 12:23:05 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 12:23:06 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 = 2952 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.5395902 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): -56.21100 9.764999 ymin,ymax (A): -36.93100 17.81800 zmin,zma (A): -4.247000 55.00800 x,y,z range (A): 65.97600 54.74900 59.25500 scale (grids/A): 0.5395902 object centre (A): -23.22300 -9.556500 25.38050 number of atom coordinates read : 2952 total number of charged atoms : 2814 net assigned charge : 7.8529119E-06 assigned positive charge : 404.2484 centred at (gu) : 92.54994 89.45892 89.33427 assigned negative charge : -404.2495 centred at (gu) : 92.42556 89.41657 89.31002 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 5924 nv = 96 ne = 84 npr = 59562 no. pairs analyzed = 59562 no. exposed pairs = 4405 no. arc points = 31500 no. surface atoms = 1468 nbur = 1484 mkacc time = 0.2100000 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.596000 m= 243 mr = 2513 m= 1 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 3648 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2968 ## 299 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 7399 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5260929E-10 8.4039747E-11 midg,1,midg; midg,igrid,midg -2.4640393E-10 1.6032602E-10 1,midg,midg; igrid,midg,midg -3.2118566E-10 1.0856295E-09 gauss-seidel spectral radius is 0.9823192 estimated iterations to convergence 62 setup time was (sec) 0.7600000 now iterating at: 12:23:07 rms-change max change #iterations 6.3066058E-02 11.84113 at 10iterations 5.9372708E-03 1.151089 at 20iterations 1.8194705E-03 0.4030266 at 30iterations 7.1780360E-04 0.1599731 at 40iterations 2.8555049E-04 6.3796997E-02 at 50iterations finished qdiffx linear iterations at : 12:23:11 total time elapsed so far: 4.740000 # loops : 50 mean,max change (kT/e) : 2.8555049E-04 6.3796997E-02 energy calculations done at 4.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.960000 DelPhi exited at 12:23:11 4.969u 0.418s 0:05.68 94.5% 0+0k 0+0io 6pf+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 12:23:11 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 = 2952 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: 1.618770 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): -56.21100 9.764999 ymin,ymax (A): -36.93100 17.81800 zmin,zma (A): -4.247000 55.00800 x,y,z range (A): 65.97600 54.74900 59.25500 scale (grids/A): 1.618770 object centre (A): -23.22300 -9.556500 25.38050 number of atom coordinates read : 2952 total number of charged atoms : 2814 net assigned charge : 7.8529119E-06 assigned positive charge : 404.2484 centred at (gu) : 97.64898 88.37617 88.00204 assigned negative charge : -404.2495 centred at (gu) : 97.27644 88.24945 87.92977 start vw surface at 0.1700000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 64105 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31500 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 18177 mr = 38983 m= 1913 mr = 10662 m= 43 mr = 711 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6900000 number of dielectric boundary points 33882 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 238 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.8200000 number of grid points assigned charge 21581 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.5395902 object centre at (A) : -23.22300 -9.556500 25.38050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3758596E-03 1.0092502E-02 midg,1,midg; midg,igrid,midg -4.9428572E-03 4.1321516E-03 1,midg,midg; igrid,midg,midg -3.2011273E-03 3.2456350E-03 gauss-seidel spectral radius is 0.9981803 estimated iterations to convergence 186 setup time was (sec) 1.050000 now iterating at: 12:23:13 rms-change max change #iterations 3.037503 184.2476 at 10iterations 1.261518 58.67845 at 20iterations 0.5211748 19.91518 at 30iterations 0.2166349 8.679932 at 40iterations 9.0369254E-02 3.357540 at 50iterations 3.7741452E-02 1.404640 at 60iterations 1.6317753E-02 0.6718559 at 70iterations 7.4951602E-03 0.3075790 at 80iterations 3.8736286E-03 0.1906967 at 90iterations 2.3335100E-03 0.1074753 at 100iterations 1.5713339E-03 7.4214935E-02 at 110iterations 1.1158611E-03 4.9983978E-02 at 120iterations finished qdiffx linear iterations at : 12:23:23 total time elapsed so far: 11.59000 # loops : 120 mean,max change (kT/e) : 1.1158611E-03 4.9983978E-02 energy calculations done at 11.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.81000 DelPhi exited at 12:23:24 11.818u 0.505s 0:12.60 97.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 8 2011 at 12:23:24 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 = 2952 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.428156 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): -56.21100 9.764999 ymin,ymax (A): -36.93100 17.81800 zmin,zma (A): -4.247000 55.00800 x,y,z range (A): 65.97600 54.74900 59.25500 scale (grids/A): 2.428156 object centre (A): -23.22300 -9.556500 25.38050 number of atom coordinates read : 2952 total number of charged atoms : 2814 net assigned charge : 7.8529119E-06 assigned positive charge : 404.2484 centred at (gu) : 101.4732 87.56393 87.00284 assigned negative charge : -404.2495 centred at (gu) : 100.9146 87.37408 86.89456 start vw surface at 0.1700000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 148958 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31500 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 62175 mr = 97476 m= 17253 mr = 44451 m= 2731 mr = 11433 m= 157 mr = 1540 m= 2 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.9900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.670000 number of dielectric boundary points 76329 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 22476 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.618770 object centre at (A) : -23.22300 -9.556500 25.38050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.7357908E-02 0.1804395 midg,1,midg; midg,igrid,midg -9.4695844E-02 6.6729777E-02 1,midg,midg; igrid,midg,midg -2.0308645E-02 4.6933234E-02 gauss-seidel spectral radius is 0.9991493 estimated iterations to convergence 271 setup time was (sec) 2.060000 now iterating at: 12:23:26 rms-change max change #iterations 8.167763 306.5895 at 10iterations 4.722199 163.8230 at 20iterations 2.691830 69.11279 at 30iterations 1.527805 37.61893 at 40iterations 0.8598741 20.81836 at 50iterations 0.4825699 10.70523 at 60iterations 0.2703102 7.498582 at 70iterations 0.1507748 3.315556 at 80iterations 8.4052846E-02 2.003392 at 90iterations 4.6762887E-02 1.062448 at 100iterations 2.6117003E-02 0.5573969 at 110iterations 1.4520962E-02 0.3261550 at 120iterations 8.0951927E-03 0.1726646 at 130iterations 4.5785392E-03 0.1020889 at 140iterations 2.6414033E-03 5.5526733E-02 at 150iterations 1.5898263E-03 3.8288116E-02 at 160iterations 1.0140131E-03 2.7271271E-02 at 170iterations 6.9676741E-04 1.9523621E-02 at 180iterations finished qdiffx linear iterations at : 12:23:43 total time elapsed so far: 18.79000 # loops : 180 mean,max change (kT/e) : 6.9676741E-04 1.9523621E-02 energy calculations done at 18.79000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.00000 DelPhi exited at 12:23:44 19.003u 0.528s 0:19.84 98.3% 0+0k 0+0io 0pf+0w