Mon Oct 10 14:03:40 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 Mon Oct 10 2011 at 14:03: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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2121 !!! WARNING: LYS 224 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.7477578 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): -21.06800 24.68400 ymin,ymax (A): -8.027000 36.62000 zmin,zma (A): -3.577000 44.03200 x,y,z range (A): 45.75200 44.64700 47.60900 scale (grids/A): 0.7477578 object centre (A): 1.808000 14.29650 20.22750 number of atom coordinates read : 2121 total number of charged atoms : 1981 net assigned charge : -4.771990 assigned positive charge : 318.6508 centred at (gu) : 88.95497 90.35955 90.43736 assigned negative charge : -323.4230 centred at (gu) : 88.94290 90.39972 90.56989 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8126 nv = 96 ne = 84 npr = 43731 no. pairs analyzed = 43731 no. exposed pairs = 2721 no. arc points = 19063 no. surface atoms = 922 nbur = 1199 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 584 mr = 4516 m= 4 mr = 122 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 4076 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1512 ## 116 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 8543 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.3824326E-08 -2.8090645E-07 midg,1,midg; midg,igrid,midg -4.7073851E-08 -1.5624920E-07 1,midg,midg; igrid,midg,midg -1.3585490E-07 -6.9544413E-08 gauss-seidel spectral radius is 0.9906797 estimated iterations to convergence 84 setup time was (sec) 0.5200000 now iterating at: 14:03:41 rms-change max change #iterations 0.2649215 36.91623 at 10iterations 3.6019221E-02 5.066830 at 20iterations 4.9673640E-03 0.6092949 at 30iterations 6.8457000E-04 9.2441559E-02 at 40iterations 9.5137388E-05 1.3535500E-02 at 50iterations finished qdiffx linear iterations at : 14:03:44 total time elapsed so far: 3.140000 # loops : 50 mean,max change (kT/e) : 9.5137388E-05 1.3535500E-02 energy calculations done at 3.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.310000 DelPhi exited at 14:03:44 3.317u 0.170s 0:03.97 87.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 Mon Oct 10 2011 at 14:03: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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2121 !!! WARNING: LYS 224 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.243273 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): -21.06800 24.68400 ymin,ymax (A): -8.027000 36.62000 zmin,zma (A): -3.577000 44.03200 x,y,z range (A): 45.75200 44.64700 47.60900 scale (grids/A): 2.243273 object centre (A): 1.808000 14.29650 20.22750 number of atom coordinates read : 2121 total number of charged atoms : 1981 net assigned charge : -4.771990 assigned positive charge : 318.6508 centred at (gu) : 86.86471 91.07860 91.31193 assigned negative charge : -323.4230 centred at (gu) : 86.82880 91.19910 91.70983 start vw surface at 0.1400000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 85400 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19063 grid for indexing accessible points = 1.400000 m= 33907 mr = 58921 m= 7351 mr = 25626 m= 808 mr = 5050 m= 24 mr = 433 m= 0 mr = 4 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6200000 number of dielectric boundary points 37456 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 15780 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.7477578 object centre at (A) : 1.808000 14.29650 20.22750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.6560129E-03 -0.1184089 midg,1,midg; midg,igrid,midg -2.8458707E-02 -3.5014685E-02 1,midg,midg; igrid,midg,midg 2.7643596E-03 -1.2666424E-03 gauss-seidel spectral radius is 0.9989456 estimated iterations to convergence 244 setup time was (sec) 0.9100000 now iterating at: 14:03:46 rms-change max change #iterations 5.210703 241.6008 at 10iterations 2.659108 82.38551 at 20iterations 1.361918 42.38699 at 30iterations 0.6997586 21.16022 at 40iterations 0.3580142 10.23431 at 50iterations 0.1836839 4.809969 at 60iterations 9.4161689E-02 2.654800 at 70iterations 4.8264075E-02 1.323067 at 80iterations 2.4760518E-02 0.7691269 at 90iterations 1.2728331E-02 0.3765469 at 100iterations 6.5221288E-03 0.1872659 at 110iterations 3.3436285E-03 8.7449908E-02 at 120iterations finished qdiffx linear iterations at : 14:03:52 total time elapsed so far: 7.470000 # loops : 120 mean,max change (kT/e) : 3.3436285E-03 8.7449908E-02 energy calculations done at 7.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.660000 DelPhi exited at 14:03:53 7.664u 0.210s 0:08.57 91.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 Mon Oct 10 2011 at 14:03: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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2121 !!! WARNING: LYS 224 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.364910 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): -21.06800 24.68400 ymin,ymax (A): -8.027000 36.62000 zmin,zma (A): -3.577000 44.03200 x,y,z range (A): 45.75200 44.64700 47.60900 scale (grids/A): 3.364910 object centre (A): 1.808000 14.29650 20.22750 number of atom coordinates read : 2121 total number of charged atoms : 1981 net assigned charge : -4.771990 assigned positive charge : 318.6508 centred at (gu) : 85.29704 91.61781 91.96799 assigned negative charge : -323.4230 centred at (gu) : 85.24316 91.79856 92.56470 start vw surface at 0.1300000 fill in re-entrant regions at 0.8900000 boundary points on vw surface= 196648 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19063 grid for indexing accessible points = 1.400000 m= 104137 mr = 141782 m= 44487 mr = 86253 m= 13882 mr = 36687 m= 3227 mr = 10912 m= 442 mr = 2454 m= 14 mr = 290 m= 0 mr = 6 time to grow re-entrant surface = 0.9700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.000000 number of dielectric boundary points 84453 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.140000 number of grid points assigned charge 15844 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) : 2.243273 object centre at (A) : 1.808000 14.29650 20.22750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.4477553E-02 -1.214005 midg,1,midg; midg,igrid,midg -0.2512691 -0.1574054 1,midg,midg; igrid,midg,midg 8.5735217E-02 -0.1090373 gauss-seidel spectral radius is 0.9993239 estimated iterations to convergence 303 setup time was (sec) 2.320000 now iterating at: 14:03:56 rms-change max change #iterations 11.16893 305.2117 at 10iterations 6.579095 121.6796 at 20iterations 3.888256 78.18073 at 30iterations 2.292644 40.06815 at 40iterations 1.352037 23.02063 at 50iterations 0.7966961 12.19999 at 60iterations 0.4686258 7.777132 at 70iterations 0.2766535 4.255064 at 80iterations 0.1626116 2.721721 at 90iterations 9.5763817E-02 1.601821 at 100iterations 5.6332253E-02 0.8936920 at 110iterations 3.3116546E-02 0.5113811 at 120iterations 1.9471722E-02 0.3108101 at 130iterations 1.1481076E-02 0.1828490 at 140iterations 6.7633302E-03 0.1110363 at 150iterations 3.9709937E-03 6.4239502E-02 at 160iterations 2.3373805E-03 3.6030769E-02 at 170iterations 1.3737137E-03 2.2314072E-02 at 180iterations finished qdiffx linear iterations at : 14:04:06 total time elapsed so far: 12.95000 # loops : 180 mean,max change (kT/e) : 1.3737137E-03 2.2314072E-02 energy calculations done at 12.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.13000 DelPhi exited at 14:04:07 13.133u 0.216s 0:14.09 94.6% 0+0k 0+0io 0pf+0w