summaryrefslogtreecommitdiff
path: root/README.md
blob: 596248f94351e9fbd8c65a31a8cc012c232b5174 (plain)
1
2
3
4
5
6
7
# 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.

The data used is from the [QML tutorial repository.](https://github.com/qmlcode/tutorial)