Sat Oct 15 15:10:53 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 15 2011 at 15:10: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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2722 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6424717 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): -45.98700 0.9400000 ymin,ymax (A): -47.16800 1.579000 zmin,zma (A): -9.662001 45.74900 x,y,z range (A): 46.92700 48.74700 55.41100 scale (grids/A): 0.6424717 object centre (A): -22.52350 -22.79450 18.04350 number of atom coordinates read : 2722 total number of charged atoms : 2570 net assigned charge : 4.162018 assigned positive charge : 409.9608 centred at (gu) : 89.94229 90.38118 91.72235 assigned negative charge : -405.7994 centred at (gu) : 89.65961 90.17570 91.69034 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7490 nv = 96 ne = 84 npr = 55425 no. pairs analyzed = 55425 no. exposed pairs = 3308 no. arc points = 22976 no. surface atoms = 1111 nbur = 1611 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 414 mr = 4244 m= 3 mr = 51 m= 0 mr = 0 time to grow re-entrant surface = 9.9999987E-02 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.2100000 number of dielectric boundary points 3612 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2245 ## 228 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 8982 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.6250596E-09 1.5212763E-08 midg,1,midg; midg,igrid,midg -1.9237088E-08 3.5321094E-08 1,midg,midg; igrid,midg,midg -3.1920834E-08 4.1538129E-08 gauss-seidel spectral radius is 0.9874554 estimated iterations to convergence 73 setup time was (sec) 0.4200000 now iterating at: 15:10:54 rms-change max change #iterations 0.1488141 20.81282 at 10iterations 1.5306063E-02 2.160145 at 20iterations 1.5860744E-03 0.2179527 at 30iterations 1.8687737E-04 2.6979446E-02 at 40iterations 3.5210185E-05 5.2928925E-03 at 50iterations finished qdiffx linear iterations at : 15:10:57 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 3.5210185E-05 5.2928925E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.740000 DelPhi exited at 15:10:58 3.746u 0.226s 0:04.36 90.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 15 2011 at 15:10:58 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2722 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.927415 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): -45.98700 0.9400000 ymin,ymax (A): -47.16800 1.579000 zmin,zma (A): -9.662001 45.74900 x,y,z range (A): 46.92700 48.74700 55.41100 scale (grids/A): 1.927415 object centre (A): -22.52350 -22.79450 18.04350 number of atom coordinates read : 2722 total number of charged atoms : 2570 net assigned charge : 4.162018 assigned positive charge : 409.9608 centred at (gu) : 89.82633 91.14312 95.16678 assigned negative charge : -405.7994 centred at (gu) : 88.97849 90.52674 95.07069 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 80933 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22976 grid for indexing accessible points = 1.400000 m= 31014 mr = 57243 m= 5232 mr = 23324 m= 326 mr = 3314 m= 9 mr = 126 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 975 time to turn everything in is 0.4200000 number of dielectric boundary points 33507 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 158 iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 20224 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.6424717 object centre at (A) : -22.52350 -22.79450 18.04350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.9228432E-02 9.3587423E-03 midg,1,midg; midg,igrid,midg -1.0899720E-02 3.8697001E-02 1,midg,midg; igrid,midg,midg -1.6236888E-02 5.3888574E-02 gauss-seidel spectral radius is 0.9986789 estimated iterations to convergence 218 setup time was (sec) 0.6700000 now iterating at: 15:10:59 rms-change max change #iterations 4.458714 180.6245 at 10iterations 2.118393 79.42488 at 20iterations 1.007576 34.09530 at 30iterations 0.4802760 15.18091 at 40iterations 0.2272396 7.143677 at 50iterations 0.1077623 3.345604 at 60iterations 5.1434409E-02 1.722706 at 70iterations 2.4403265E-02 0.7040768 at 80iterations 1.1614525E-02 0.3319855 at 90iterations 5.5302586E-03 0.1851902 at 100iterations 2.6252563E-03 8.3705902E-02 at 110iterations 1.2559703E-03 3.9100647E-02 at 120iterations finished qdiffx linear iterations at : 15:11:06 total time elapsed so far: 8.590000 # loops : 120 mean,max change (kT/e) : 1.2559703E-03 3.9100647E-02 energy calculations done at 8.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.720000 DelPhi exited at 15:11:07 8.725u 0.257s 0:09.27 96.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 Sat Oct 15 2011 at 15:11:07 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2722 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.891123 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): -45.98700 0.9400000 ymin,ymax (A): -47.16800 1.579000 zmin,zma (A): -9.662001 45.74900 x,y,z range (A): 46.92700 48.74700 55.41100 scale (grids/A): 2.891123 object centre (A): -22.52350 -22.79450 18.04350 number of atom coordinates read : 2722 total number of charged atoms : 2570 net assigned charge : 4.162018 assigned positive charge : 409.9608 centred at (gu) : 89.73943 91.71460 97.74999 assigned negative charge : -405.7994 centred at (gu) : 88.46778 90.79005 97.60599 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 186870 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22976 grid for indexing accessible points = 1.400000 m= 99034 mr = 138355 m= 37828 mr = 81846 m= 9559 mr = 30801 m= 1350 mr = 7243 m= 93 mr = 861 m= 1 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 3277 time to turn everything in is 1.120000 number of dielectric boundary points 75588 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.230000 number of grid points assigned charge 20553 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.927415 object centre at (A) : -22.52350 -22.79450 18.04350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2655458 0.3612174 midg,1,midg; midg,igrid,midg -0.1372838 0.4313913 1,midg,midg; igrid,midg,midg -0.1215266 0.4355419 gauss-seidel spectral radius is 0.9992682 estimated iterations to convergence 292 setup time was (sec) 1.400000 now iterating at: 15:11:09 rms-change max change #iterations 10.41288 336.2776 at 10iterations 6.119894 143.2600 at 20iterations 3.573182 68.14999 at 30iterations 2.088763 48.06813 at 40iterations 1.214048 23.29251 at 50iterations 0.7068355 13.58000 at 60iterations 0.4100313 8.635790 at 70iterations 0.2372806 4.324323 at 80iterations 0.1373627 2.512630 at 90iterations 7.9651125E-02 1.373616 at 100iterations 4.6002477E-02 0.9339020 at 110iterations 2.6666019E-02 0.4856377 at 120iterations 1.5475023E-02 0.2974768 at 130iterations 8.9597413E-03 0.1502762 at 140iterations 5.2062604E-03 8.6078644E-02 at 150iterations 3.0379761E-03 5.0199509E-02 at 160iterations 1.7924500E-03 3.2028198E-02 at 170iterations 1.0736290E-03 2.1026611E-02 at 180iterations finished qdiffx linear iterations at : 15:11:23 total time elapsed so far: 15.41000 # loops : 180 mean,max change (kT/e) : 1.0736290E-03 2.1026611E-02 energy calculations done at 15.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.54000 DelPhi exited at 15:11:23 15.539u 0.296s 0:16.11 98.1% 0+0k 0+0io 0pf+0w