-
Notifications
You must be signed in to change notification settings - Fork 16
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
Example for proton #63
Comments
Hi @alexchandel 👋🏻 Unfortunately I'm not familiar with the calculations required to calculate baryonic observables on the lattice. The collaboration I worked in focussed mainly on mesonic quantities. (I left academia in 2016, so I can barely remember the mesonic bits 😅) pyQCD should let you compute quark propagators for a given gauge field using the Wilson fermion action. These propagators can then be used to compute baryonic interpolators and correlation functions. Depending on the quantum numbers of the baryon, you will need to contract the propagators in a particular way. This is covered in Gattringer and Lang in chapter 6. I'm afraid I no longer have the detailed knowledge required to assist you beyond this though 😞 I hope you find the answers you seek! |
Thank you for the response. Do you have any pyQCD meson examples from your work? The examples directory is a little sparse, so anything you have would be helpful. |
Now you're really asking 😄 Because it can only run on a single machine, this package was never up to computing anything physically meaningful, so I didn't really develop that functionality, at least not in the current version of the package. (This was more of a hobby project to learn how the calculations work under the hood.) That said, digging through some old code, I've turned this up. It takes quark propagators and uses the Numpy You could add this on top of the example here. The |
Could you post a self-contained example for computing proton values? Obviously not one with useful accuracy (or reasonable execution time); just an example that is correct in form and would approach accuracy in the limit of infinite resources.
The text was updated successfully, but these errors were encountered: