-
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
Difference between Trans and PairExcitation file #146
Comments
http://issp-center-dev.github.io/HPhi/manual/master/en/html/algorithm/DynamicalGreen_en.html |
OK thanks. So if I want to calculate dynamical Green functions in expert mode, how should I do? CalcType 2 It seems that I need to change "CalcSpec" to a nonzero integer, however, in the userguide, it told me to "input something", which makes me confused. Mainly, my aim is to get suspectibility for a spin model, and maybe such a dynamical Green Function could give me some information. But I'm not sure if it is in imaginary-time representation. Could you give some suggestions about this by using HPhi? |
In the expert mode, the spectrum function can be calculated by following steps.
In HPhi, both real and Matsubara frequency representation can be treated by setting `OmegaMin I think that checking input files for expert mode and output files by using standard mode is helpful. |
Thanks for your response, which is very helpful for me. And for pairexcitation part, I have a naive question about that: should I add some coefficients when defining it? I mean, could I only define the coefficient as 1 for all terms? Thanks for your nice again. |
As described here, you can set coefficients as you do. In this example, for simplicity, 1 is set to all excitation operators. |
Thanks for your nice suggestions. I found that I need to input a |Φ0> here (http://issp-center-dev.github.io/HPhi/manual/master/en/html/algorithm/DynamicalGreen_en.html). Does this mean that I could only calculate the dynamical Green Function at zero temperature? Because for finite-T case, I think I need to input all of target vector to get the results. |
Yes, the example is the case for T=0. If you want to calculate dynamical Green functions at finite temperature exactly, all eigen vectors and values are needed. However, as an approximation, with increasing the number of eigenstates, the dynamic Green's functions approach to exact ones. If |
Thank for your nice help. And for static susceptibility, is this possible to be calculated by HPhi? (at finite temperature), because I'm not sure about this. |
And could I ask about that: are there any ways to get all of eigenvectors in expert mode? Because I think it is enough to me, to some extent. |
By specifying |
Sorry for late reply, I have set them, however, I still did not obtain all eigenvectors. CalcType 2 And, this is my namelist.def file
I use this command to run HPhi: HPhi -e namelist.def How should I do to obtain all eigenvectors? Could you give more suggestions about this? Thanks very much~~ |
Hi, when I read the guide file of HPhi, I found that there were two files Trans (sec. 4.5) and Pair Excitation (sec. 4.17). But both of them included the terms c_{i, \sigma_1} c_{j, \sigma_2}^{\dagger} or its Hermition conjugate terms. So could I ask about the difference between them? Thanks!
The text was updated successfully, but these errors were encountered: