py4dstem / py4DSTEM

GNU General Public License v3.0
202 stars 140 forks source link

`pymatgen` CIF reader function deprecated #670

Open sezelt opened 3 months ago

sezelt commented 3 months ago

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().