v22.11.2
Main changes:
- Refactor ShakeNBreak to make it compatible with
pymatgen>=2022.8.23
. NowDistortions
takes in
pymatgen.analysis.defects.core.Defect
objects. - Add
Distortions.from_dict()
andDistortions.from_structures()
to generate defect distortions from a
dictionary of defects (in doped format) or from a list of defect structures, respectively.