diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..bc46bd26b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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. |