QuantumLab-ZY / HamGNN

An E(3) equivariant Graph Neural Network for predicting electronic Hamiltonian matrix
GNU General Public License v3.0
63 stars 15 forks source link

The limitation in the training process #4

Closed newplay closed 11 months ago

newplay commented 11 months ago

I would like to inquire whether there are restrictions on the training data for HamGNN, such as requiring it to be of the same composition, like CrI3, CrI4, Cr2I6, but not allowing combinations like CrI3O2(just an example). This is because DeepH has such a limitation (it cannot train materials with two different compositions).

QuantumLab-ZY commented 11 months ago

HamGNN currently has no restrictions on the composition of the training data, which can consist of varying numbers of elements. In our article, we have successfully trained HamGNN using 5K different molecules from the QM dataset. By the way, CrI3, CrI4, and Cr2I6 are all magnetic materials. HamGNN is currently unable to fit the Hamiltonian matrix of magnetic materials. In another work (https://arxiv.org/abs/2306.01558), we have developed a network called HamGNN++, which can handle magnetic systems.

newplay commented 11 months ago

I look forward to the arrival of HamGNN++, and I appreciate your responses to my questions. It has strengthened my confidence in using HamGNN. Thank you once again for your replies.

Tzuching