-
Notifications
You must be signed in to change notification settings - Fork 19
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
Average sign in DQMC #163
Comments
I work with sign problem free models and I believe Carsten did so as well. Because of that we currently only have error logging for negative probabilities, which keeps track of the average magnitude rather than the mean. I think it would be fine to extend this to include a normal mean though. (Maybe also a normal min/max instead of the weird log min/max.) The code for this is in https://github.com/carstenbauer/MonteCarlo.jl/blob/master/src/flavors/DQMC/statistics.jl. |
A related question to this: Do you have a good reference for the necessary conditions for sign-free QMC. I have a vague understanding of anti-unitary symmetries which is why you work with attractive Hubbard on a square lattice. Would say a non-bipartite (like a triangular lattice) repulsive Hubbard be infeasible then? Especially if it was not time-reversal invariant? |
I haven't looked into it since my master thesis and I never got a deep understanding of when a model is sign problem free and when it isn't. It's also an ongoing topic of research. Some of the more recent papers I looked at were: |
Hi Carsten,
Thank you for this wonderful code! Could I ask a quick question regarding the average sign?
I am trying the Hubbard model with repulsive U. Can I obtain the average sign from 1-mean(negative probability)?
The text was updated successfully, but these errors were encountered: