Skip to content

Redesign of Simulations #198

Closed
Closed
@CSSFrancis

Description

@CSSFrancis

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:

  1. 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
  1. Clean up creating orientation lists with new ConstrainedRotation class defined by @din14970

  2. Add in some visualization tools to make things a bit more explicit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions