aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brill_data.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/brill_data.py b/brill_data.py
index e46417c..e47ab07 100644
--- a/brill_data.py
+++ b/brill_data.py
@@ -157,3 +157,7 @@ class BrillData(object):
raise RuntimeError('Error evaluating q')
return q
+
+ @property
+ def amplitude(self):
+ return self._bdctx.contents.__getattribute__('amplitude')