diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-09 23:59:14 -0700 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-09 23:59:14 -0700 |
commit | 93e40e65db7f0a6cb4e55a7ddd583006c477622d (patch) | |
tree | b82831aafc401775f510f9fbf69c89c5364b8073 | |
parent | 91957d86c2e76dfc32231721ecbd107e58bb2884 (diff) |
Add link to ptoe
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ 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) +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). |