1 |
< |
#!/usr/bin/env python |
1 |
> |
#!@PYTHON_EXECUTABLE@ |
2 |
|
"""Computes predicted diffusion constants and rotational relaxation |
3 |
|
times from a diff file. Explains the values in the diff file in |
4 |
|
terms of properties that can be calculated from a molecular dynamics |
18 |
|
""" |
19 |
|
|
20 |
|
__author__ = "Dan Gezelter (gezelter@nd.edu)" |
21 |
< |
__version__ = "$Revision: 1.1 $" |
22 |
< |
__date__ = "$Date: 2008-01-16 20:19:28 $" |
21 |
> |
__version__ = "$Revision$" |
22 |
> |
__date__ = "$Date$" |
23 |
|
|
24 |
|
__copyright__ = "Copyright (c) 2008 by the University of Notre Dame" |
25 |
< |
__license__ = "OOPSE" |
25 |
> |
__license__ = "OpenMD" |
26 |
|
|
27 |
|
import sys |
28 |
|
import getopt |