.codecov.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
readthedocs.yaml
setup.cfg
setup.py
versioneer.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/gh-ci.yaml
devtools/conda-envs/test_env.yaml
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.yaml
docs/source/api.rst
docs/source/conf.py
docs/source/getting_started.ipynb
docs/source/index.rst
docs/source/_static/README.md
docs/source/_templates/README.md
docs/source/api/velocityautocorr.rst
docs/source/api/viscosity.rst
docs/tutorials/helfand_dev_toy_system.ipynb
docs/tutorials/vacf_doc_example.ipynb
docs/tutorials/vacf_testing_examples.ipynb
docs/tutorials/viscosity_early_demo.ipynb
transport_analysis/__init__.py
transport_analysis/_version.py
transport_analysis/due.py
transport_analysis/velocityautocorr.py
transport_analysis/viscosity.py
transport_analysis.egg-info/PKG-INFO
transport_analysis.egg-info/SOURCES.txt
transport_analysis.egg-info/dependency_links.txt
transport_analysis.egg-info/requires.txt
transport_analysis.egg-info/top_level.txt
transport_analysis/data/README.md
transport_analysis/data/__init__.py
transport_analysis/data/files.py
transport_analysis/data/mda.txt
transport_analysis/data/ethylene_carbonate/.trajectory.trr_offsets.lock
transport_analysis/data/ethylene_carbonate/.trajectory.trr_offsets.npz
transport_analysis/data/ethylene_carbonate/topology.pdb
transport_analysis/data/ethylene_carbonate/trajectory.trr
transport_analysis/tests/__init__.py
transport_analysis/tests/conftest.py
transport_analysis/tests/test_transport_analysis.py
transport_analysis/tests/test_velocityautocorr.py
transport_analysis/tests/test_viscosity.py
transport_analysis/tests/utils.py