deepmodeling / DeePTB

DeePTB: A deep learning package for tight-binding approach with ab initio accuracy.
GNU Lesser General Public License v3.0
56 stars 16 forks source link

fix error when using e3 module to plot band structure #147

Closed floatingCatty closed 7 months ago

floatingCatty commented 7 months ago

Describe the bug

The bandstructure plotting function, which uses hr2hk transform, would raise error in e3 module since its data structure usually does not contains soc-related keys. This need to be fixed

Expected behavior

No response

To Reproduce

No response

Environment

No response

Additional Context

No response

floatingCatty commented 7 months ago

152