You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
The
get_structures
method in thepymatgen
CIF reader is going to be deprecated. We need to switch to usingparse_structures
:The text was updated successfully, but these errors were encountered: