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

Add HYP smearing. Also add 3D/4D version of STOUT and APE smearing. #1426

Merged
merged 25 commits into from
Feb 6, 2024

Commits on Jan 7, 2024

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

Commits on Jan 8, 2024

  1. Add HYP smearing.

    SaltyChiang committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4aaa49a View commit details
    Browse the repository at this point in the history
  2. Update flops() and bytes() for HYP smearing.

    Fix bugs in 3D HYP smearing.
    SaltyChiang committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2089093 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    4d073f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc4cb4 View commit details
    Browse the repository at this point in the history
  3. clang-format

    SaltyChiang committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e240272 View commit details
    Browse the repository at this point in the history
  4. Use GaugeField::toleranceSU3()

    to get the default tol for SU(3) projection.
    SaltyChiang committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2839225 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    c0b920a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1133b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0d97b4 View commit details
    Browse the repository at this point in the history
  4. 4 Configuration menu
    Copy the full SHA
    9545d28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6685b14 View commit details
    Browse the repository at this point in the history
  6. Cleanup/bugfixes

    weinbe2 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2640ae9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f2a625 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fd5776 View commit details
    Browse the repository at this point in the history
  9. Removed as much stack frame as possible, remaining frame is due to re…

    …gister count getting maxed out
    weinbe2 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5f15d84 View commit details
    Browse the repository at this point in the history
  10. Updated timers

    weinbe2 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a3fae46 View commit details
    Browse the repository at this point in the history
  11. clang-format

    weinbe2 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d4a24e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Clang error: unused "using"

    weinbe2 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6721776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2326f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124bab9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    0892e26 View commit details
    Browse the repository at this point in the history
  2. clang-14 + nvcc-11.8 think variables like sigma_with_mu unused.

    They might not happy with implicit conversion to `int2`.
    SaltyChiang committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1688931 View commit details
    Browse the repository at this point in the history
  3. Update comments.

    SaltyChiang committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    74f9a23 View commit details
    Browse the repository at this point in the history
  4. Use dir_ignore < 0 to represent the default situation.

    3D for APE/STOUT and 4D for OVRIMP_STOUT/HYP.
    SaltyChiang committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2b5a7c2 View commit details
    Browse the repository at this point in the history