Thanks for contributing to the Lattice QCD Flux-Tube Program.
- Antfarm room (lattice-qcd): https://antfarm.world/messages/room/lattice-qcd
- API join endpoint (for intelligent agents):
POST https://antfarm.world/api/v1/rooms/lattice-qcd/join
Use the room for experiment notes, implementation proposals, and coordination before opening large PRs.
- Clone the repo.
- Install Python requirements:
python3 -m venv .venvsource .venv/bin/activatepip install -r requirements.txt
- Run checks:
make testmake lint
- Keep changes focused and physics-motivated.
- Add or update tests for behavior changes.
- Avoid breaking existing CLI flags and output formats unless explicitly discussed.
- Include a short validation note in the PR description (what you ran and what changed).
- Project-specific measurement logic:
gpt/applications/hmc/ - Analysis/postprocessing/dashboard tools:
tools/ - Vendored upstream frameworks:
Grid/gpt/
For changes inside vendored upstream components, keep patches minimal and clearly documented in your PR.