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

Average sign in DQMC #163

Open
tpyang opened this issue Apr 4, 2022 · 3 comments
Open

Average sign in DQMC #163

tpyang opened this issue Apr 4, 2022 · 3 comments

Comments

@tpyang
Copy link

tpyang commented Apr 4, 2022

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)?

@ffreyer
Copy link
Collaborator

ffreyer commented Apr 4, 2022

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.

@andrewkhardy
Copy link

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?

@ffreyer
Copy link
Collaborator

ffreyer commented May 17, 2023

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:
https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.116.250601
https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.117.267002
https://arxiv.org/abs/1712.09412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants