-
|
After successfully completing Step 3 of the First we run max entropy method:
I obtain the following output. In my case, I used However, when I run
Seems Is this a familiar bug or am I missing any important file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @reducedpc , no that should work I think. I just checked and there is a function called: that stores the maxent results. It points to Best, |
Beta Was this translation helpful? Give feedback.
@the-hampel Sorry for the late response. Actually, the bug was pretty trivial. The
read_spectral_function.pyin the SrVO3 example hasJ=0.75while following the instruction, it has to beJ=0.0. Theread_spectral_function_transition.pyhas correctly mentionedJ=0.0, so no issues while running that file.I suggest that you update the file
read_spectral_function.pyin the GitHub example, or mention to check/modify the values ofUandJparameters accordingly in that file before running it.You may close this ticket, or I shall mark it answered after you finally confirm.