summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8ba6c82c..2a9ef89bc 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,5 @@ This is an exploration of a representation (or descriptor), based on the Lennard
An implementation of existing representations, this new representation and most of the ML routine is created from the, mostly, ground up.
The dataset used is the QM7 dataset obtained from the [QML tutorial repository](https://github.com/qmlcode/tutorial). On the other hand, the periodic table of elements data was retrieved from [this handy Gist](https://gist.github.com/GoodmanSciences/c2dd862cd38f21b0ad36b8f96b4bf1ee).
+
+*NOTE*: This is not supposed to be a python package (for now).