summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-08 22:07:44 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-08 22:07:44 -0700
commit43efaf8e521ea972f57de7fc303b6491f2c53520 (patch)
tree19c418e563d33f5a9f4492226df879799916637a /README.md
parent47713ccb6918689cc75272b65635babbece81228 (diff)
Fix lint error.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc46bd26b..e19a950fd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# lj_matrix
+
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.