https://github.com/CrawfordGroup/MLQM
Machine-learning quantum mechanics
https://github.com/CrawfordGroup/MLQM
Last synced: 5 days ago
JSON representation
Machine-learning quantum mechanics
- Host: GitHub
- URL: https://github.com/CrawfordGroup/MLQM
- Owner: CrawfordGroup
- License: lgpl-3.0
- Created: 2020-02-25T18:34:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T18:39:18.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T16:39:36.803Z (8 months ago)
- Language: Python
- Size: 1.33 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLQM: Machine-learning quantum mechanics
A python module centered around developing, testing, and deploying machine-learning algorithms to quantum chemical datasets. We have a focus on wave function-based descriptors, with capabilities for building representations from ab initio electronic structure data such as wave function amplitudes or reduced density matrices.
Beyond representation generation, some `scikit-learn` functions are wrapped for ease-of-use with the `Dataset` class, such as k-means clustering and kernel ridge regression. Defaults are chosen based on performance; however, additional options are available, and `scikit-learn` may also be used directly. See docstrings for details.
To install, run:
```python
pip install -e .
```To test, run:
```python
py.test
```
from the base `mlqm/` directory.