materialsvirtuallab / matgl

Graph deep learning library for materials
BSD 3-Clause "New" or "Revised" License
232 stars 57 forks source link

Fixed the element symbol #241

Closed rul048 closed 3 months ago

rul048 commented 3 months ago

The element symbol is wrong, it should be Mg instead of Zr.

Summary

Major changes:

Todos

If this is work in progress, what else needs to be done?

Checklist

Tip: Install pre-commit hooks to auto-check types and linting before every commit:

pip install -U pre-commit
pre-commit install