diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-08 22:07:44 -0700 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-08 22:07:44 -0700 |
commit | 43efaf8e521ea972f57de7fc303b6491f2c53520 (patch) | |
tree | 19c418e563d33f5a9f4492226df879799916637a | |
parent | 47713ccb6918689cc75272b65635babbece81228 (diff) |
Fix lint error.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |