Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

An update with spglib #332

@MajestyV

Description

@MajestyV

The spglib package has been updated and the dict interface still do not have reliable type annotation.
Take an example, running the code can give warnings like

Dict-like interface ( self._dataset['international'] ) are deprecated.

In this case, ammending the code at line 230 in ~/jarvis/analysis/structure/spacegroup.py:

return self._dataset['international']

to

return self._dataset.international

can solve the issue.
Places using spglib may encounter similar problems. Revision on this may help improve the JARVIS code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions