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

Gauge derivative - 1/2 factor and gradient flow #38

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2023

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

Commits on Jan 20, 2023

  1. I wrote 2 test programs from generating and dumping .h5 files.

    todo: write a program that can merge 2 .h5
    simone-romiti committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4ea620c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. ++ and -- interpolators are now built according to the notation of eq…

    …. 14 of https://arxiv.org/pdf/hep-lat/9804008.pdf. They are the same as before, no previous result needs to be changed
    simone-romiti committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0406900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0019846 View commit details
    Browse the repository at this point in the history
  3. I wrote a python script that converts the glueball interpolators to a…

    … format more easily readable by hadron.
    
    To do:
    - write the documentation on why this is done separately and not in the c++ code
    - change the script such that the data in the old format can be removed
    - generalize the script to do the same also for the correlators
    simone-romiti committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    82addb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. modified: hadron/glueball.py

    script can be used for correlators and interpolators
    simone-romiti committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6217422 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. modified: CMakeLists.txt

    HighFive dependence now optional
    	modified:   hadron/glueball.py
    verbose output + fixed wrong index in loop (some i_j pair were not analyzed)
    simone-romiti committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    20767b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. written documentation for the glueball.py script and adjusted the doc…

    …umentation folder structure
    simone-romiti committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    185da17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f96921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f090b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b0a8c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4fc309 View commit details
    Browse the repository at this point in the history