Skip to content

Releases: Tony-Y/cgnn

Docker Image for the qmpy Environment

11 Dec 06:59
64a1781
Compare
Choose a tag to compare

Someone had trouble configuring the qmpy environment (#1, #2). So, I decided to create a Docker image for the qmpy environment.

Changes from the Previous Release

Testing the Docker Image

I used a GCP virtual machine to test the Docker image. A 200GB SSD was chosen as a single boot persistent disk of the VM.

  1. Importing the OQMD v1.2 and execution of oqmd_data.py

    • VM: t2d-standard-1 (1 AMD Milan CPU, 4GB RAM)
    • The importing took a hour, and the data extraction by oqmd_data.py took 5 hours 43 minutes.
    • The memory consumption was lower than about 2 GB.
    • The log is available at this link.
  2. Execution of mp_graph.py

    • VM: c2d-standard-8 (8 AMD Milan CPUs, 32GB RAM)
    • The graph generation by mp_graph.py took 210 minutes.
    • The memory consumption was lower than 2 GB.
    • The log is available at this link.
  3. Execution of oqmd.py

    • VM: t2d-standard-2 (2 AMD Milan CPUs, 8GB RAM)
    • The dataset creation by oqmd.py took about 30 minutes.
    • The memory consumption was lower than 6 GB.
    • The log is available at this link.
  4. Validation of the created dataset

    • A validation tool was used to validate the created dataset.
    • Found were 15 mismatches in spacegroup, but the official dataset would have some incorrect space groups due to bugs of the Spglib around 2019. Errata for space groups is available at this link. This problem does not affect the dataset validity because the space groups are not used to transform the other data.

Requirement: PyTorch 1.1+

09 Apr 09:43
Compare
Choose a tag to compare

This version was checked on Colab notebook with PyTorch 1.10: Open In Colab

PyTorch 1.1+ is required to use this version. No user warning appears.

Downloadable OQMD dataset and Colab

09 Apr 04:08
d1601b1
Compare
Choose a tag to compare
  • The OQMD v1.2 dataset available at this link.
  • A Colab notebook for training a CGNN model: Open In Colab

Initial Release

09 Apr 04:00
Compare
Choose a tag to compare
v1.0.0

Version 1.0.0