diffsims 0.2.0
diffsims is an open-source Python library for diffraction simulations. This is a minor release of the code following directly on from v0.1.5 - a full list of the associated develops can be found at:
https://github.com/pyxem/diffsims/milestone/1?closed=1
Breaking Changes
StructureLibraryGenerator
has been removed, use the methods ofStructureLibrary
instead (#60)simulate_rotated_structure
has been removed, use therotation
argument of.calculate_ed_data()
(#61)
New Features
- A FFT diffraction simulator has been added c/o Rob Tovey (#33)
- Rotation list generation for some common use cases has been provided (#47)
- Streographic
rotation_list
generation has been refined (#55) - ZAP maps can now be created (#62)