summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 18:43:45 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 18:43:45 -0700
commit79315ef03abeb43dfb5c4cb1b68e1a33349f2bfb (patch)
treebdc3f285d0abb25a09e11883188a758ed61e13a0 /README.md
parente8f546f6be56b3e1e7c40eebd8c66d1e76060b36 (diff)
Reformat readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7758ed81..1f24ac463 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,12 @@
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 using Machine Learning (ML).
-An implementation of existing representations, this new representation and most of the ML routine is created from the, mostly, ground up.
+An implementation of existing representations (for now only Coulomb matrix), 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).
+## Data used
+
+* The *QM7* dataset obtained from the [QML tutorial repository](https://github.com/qmlcode/tutorial). This can also be retrieved from the [quantum-machine webpage](http://www.quantum-machine.org/datasets/), but for its use with python, the dataset given by QML is more useful.
+* The *QM9* dataset is obtained from the [quantum-machine webpage](http://www.quantum-machine.org/datasets/), but it's slightly modified for its use with python.
+* 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).