Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pymatgen CIF reader function deprecated #670

Open
sezelt opened this issue Jul 10, 2024 · 0 comments
Open

pymatgen CIF reader function deprecated #670

sezelt opened this issue Jul 10, 2024 · 0 comments

Comments

@sezelt
Copy link
Member

sezelt commented Jul 10, 2024

The get_structures method in the pymatgen CIF reader is going to be deprecated. We need to switch to using parse_structures:

get_structures is deprecated
get_structures is deprecated and will be removed in 2024. Use parse_structures instead.The only difference is that primitive defaults to False in the new parse_structures method.So parse_structures(primitive=True) is equivalent to the old behavior of get_structures().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant