Skip to content

Commit

Permalink
Update docs/developers/adr/002_structure_for_describing_macroscopic_s…
Browse files Browse the repository at this point in the history
…tructure.md

Co-authored-by: Duc Le <[email protected]>
  • Loading branch information
lucas-wilkins and mducle authored Nov 8, 2024
1 parent fdfa32d commit 1d0fd09
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ There is a question about whether it should be the location for the option to ap

## Decision

Create a class representing the macroscopic structure that is responsible for working out the appropriate inputs for the
main calculation, and constructing the measurable output.
We will create a base `Sample` class with derived `TwinnedSample` and `PowderSample` classes which will have methods for preprocessing the input **Q**-vector list and post-processing the output spectra from `spinwave()` for the case of twinned crystals and powder (polycrystalline) samples. The base class will be used by default for untwinned crystals.

## Status

Proposed

Accepted

## Consequences

Expand Down

0 comments on commit 1d0fd09

Please sign in to comment.