-
Notifications
You must be signed in to change notification settings - Fork 28
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
diffsimsclass 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
ConstrainedRotationclass defined by @din14970 -
Add in some visualization tools to make things a bit more explicit
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels