Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconstruction bug fixes #361

Merged
merged 6 commits into from
Jan 18, 2024
Merged

Commits on Jan 9, 2024

  1. Add missing limiting in PLMC

    The limiting after the calculation of the interfaces was missing.
    Added it
    bcaddy committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    17f16bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de4389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e38b977 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    4c548a7 View commit details
    Browse the repository at this point in the history
  2. Fix bug in calculation of kinetic energy

    Two of the terms were multiplied instead of added. Added a new function
    for computing the square of the magnitude
    bcaddy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c38c115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83629aa View commit details
    Browse the repository at this point in the history