Add lattice QFT stub module - #1589
Conversation
Added a new top-level directory for lattice QFT containing a Basic.lean file to serve as a foundation and reference point for future work. Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
|
Thank you for this pull-request (PR). If this is your first PR, welcome to the community! Below is what will happen next. Please read carefully if you are not familiar with the process. You may open other PRs while this one is being reviewed, and can stack PRs on top of each other, so don't let these steps slow you down.
Tip: The easiest way to get have a fast review is to submit a PR that is small and self-contained, and has clear documentation explaining why things are the way they are in your chages. If you have any problems or questions, please reach out to the community on the Zulip. |
| @@ -0,0 +1,22 @@ | |||
| /- | |||
| Copyright (c) 2026 The Physlib community. All rights reserved. | |||
There was a problem hiding this comment.
We don’t really use “The Physlib Community” here. You’d be welcome to put your name if you want for the copyright and the author
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
|
Great, many thanks for fixing the author. Will merge this now. Thanks for the first PR. |
This PR establishes a foundation for future lattice QFT work by adding a new top-level directory and stub, addressing the need for a starting point referencing external lattice QFT efforts.
Changes
Physlib/LatticeQFT/Basic.lean(Added): Creates the foundation stub for lattice QFT, including comments referencing relevant external repositories as a starting point.Physlib.lean(Modified): Added the public import forPhyslib.LatticeQFT.Basicto ensure the new directory is tracked by the project's build system and linters.Reviewer Map
Physlib/LatticeQFT/Basic.leanto ensure the stub structure and comments accurately reflect the intention for future lattice QFT formalizations.Physlib.leanto confirm the new module import is correctly placed and sorted.