{% extends "base_site.html" %} {% load static %} {% block title %} OQMD | Download {% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Download

We provide the entire OQMD for download below as MySQL database dumps.

Note: To host OQMD locally by importing the provided database dumps, the MySQL data folder (e.g. "/var/lib/mysql" for the system-MySQL on GNU/Linux systems) can require around 150-200G of disk space.

OQMD v1.2

An incremental release with minor changes but a large number of new structures added. Release notes will be made available shortly!
Download the database here: qmdb__v1_2__062018.sql.gz (size: 8.9G)
The codebase to support it is available on PyPI


OQMD v1.1

An incremental release with minor changes but a large number of new structures added.
Download the database here: qmdb__v1_1__102016.sql.gz (size: 4.7G)
The codebase to support it is available on PyPI


OQMD v1.0

The first release of OQMD retroactively called v1.0. Release notes will be made available shortly!
Download the database here: qmdb__v1_0__042014.sql.gz (size: 4.4G)
The codebase to support it is available on PyPI {% endblock %}