summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-08 22:23:46 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-08 22:23:46 -0700
commit8e38b91cab95897926fb5c925b9f701b8e858d93 (patch)
treeb2cd532b880480bd05f223a25d237b335b6661ef
parent3bea0f70a4d5dda0f9dfbf33617c89c712ee10f7 (diff)
Add QML link to readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e19a950fd..596248f94 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,5 @@
This is an exploration of a representation (or descriptor), based on the Lennard-Jones potential, for use in prediction of atomization energies (and possibly other properties) of molecules with Machine Learning (ML).
An implementation of existing representations, this new representation and most of the ML routine is created from the, mostly, ground up.
+
+The data used is from the [QML tutorial repository.](https://github.com/qmlcode/tutorial)