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

Enable continuous GeM computation. #309

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    cbefd60 View commit details
    Browse the repository at this point in the history
  2. Add missing whitespaces.

    maggiezimon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    192fbd8 View commit details
    Browse the repository at this point in the history
  3. Fix indentation.

    maggiezimon committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ceafe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add more comments.

    A comment is provided explaining that the additional sites should be part of the reference.
    maggiezimon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ee62d8d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9845020 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Pass positions directly patterns.py

    To enable grad, we need to make sure that the output depends on the input. The neighbor list dilutes that dependency. So we are now directly passing the positions. It is redundant, though.
    maggiezimon committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    28a77c9 View commit details
    Browse the repository at this point in the history