From e6041a8d864ee8c1b5a8c89f2a2bb3f1e25d3daf Mon Sep 17 00:00:00 2001
From: Xu Hong Chen <110699064+xhgchen@users.noreply.github.com>
Date: Thu, 24 Aug 2023 20:57:27 -0700
Subject: [PATCH] Clarify usage of MDAnalysis standard units
---
docs/source/index.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/source/index.rst b/docs/source/index.rst
index abd90c9..f146294 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -11,6 +11,8 @@ set of tools for computing and analyzing transport properties.
It harnesses the power of `MDAnalysis `_'s
core `AtomGroup` and `Universe` data structures to quickly access
trajectory data and execute complex transport property calculations.
+Unless otherwise stated, all calculations and results are in `MDAnalysis
+standard units `.
To begin, check out the Getting Started section of the documentation.