Closed
Description
Is your feature request related to a problem? Please describe.
Simulating a Library of Diffraction patterns is (much) slower than it should be. It also could be streamlined to allow for
ASE to be used as well as diffpy.
Describe the solution you'd like
I think there are a couple of things we should do in response to this:
- Rewrite the Structure class as a
diffsims
class that extends the functionality of diffpy and ASE?
class Structure:
@cache
def reciprocal_space_lattice(max_radius=10):
pass
@property
def lattice():
pass
def plot()
# visualize the atoms using ASE?
pass
-
Clean up creating orientation lists with new
ConstrainedRotation
class defined by @din14970 -
Add in some visualization tools to make things a bit more explicit
Metadata
Metadata
Assignees
Labels
No labels