summaryrefslogtreecommitdiff
path: root/README.md
blob: aa12ee0049235e1249881ad42aff58ab0507802b (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 dataset used is the QM7 dataset obtained from the [QML tutorial repository.](https://github.com/qmlcode/tutorial)