-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hello, there seems to be a slight error in sample 2.1 #163
Comments
This problem is caused by the fact that the entropy has degrees of freedom in constant shifts. In this calculation, the high-temperature limit of entropy is set to zero |
If I set L=2 and W=3 for the 2D kaitev model under the standard model, then should d_H be 2 ^ {6} or 2 ^ {12}? What other parameters should I change
------------------ Original ------------------
From: ***@***.***>;
Date: Tue, May 14, 2024 03:36 PM
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Subject: Re: [issp-center-dev/HPhi] Hello, there seems to be a slight error in sample 2.1 (Issue #163)
This problem is caused by the fact that the entropy has degrees of freedom in constant shifts. In this calculation, the high-temperature limit of entropy is set to zero
and the zero-temperature limit of the entropy is -log(d_H), where d_H is the dimensions of the Hilbert space. For example, if you take the 12-site spin 1/2 model, d_H is given by 2^{12}. In that case, the entropy converges to -log(2^12)~ -8.3177. If you want to set S(T=0)=0, please add log(d_H) to the calculation results.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
In that case, |
You can also find information of |
Does W_p mean the flux of the Kitaev model? If so, it is possible to calculate W_p. |
Yes. This formula can be used for any other model, such as the Kitaev model. This factor comes from the normalization of wave functions and does not relate to lattice geometry. |
Hello, I have three questions.
Based on the code in sample 2.1, the entropy value that I obtained is negative and it is the same for all models.
Can the Python script you provided be used for calculations on all models?
How should I calculate the average bond density(W_p)?
The text was updated successfully, but these errors were encountered: