Convergence Test Question in CTHYB #895
andrewkhardy
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi @andrewkhardy, yes there is. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to perform some simple convergence tests on the ModelDMFT tutorials but I am struggling to access the Green's function object for CTHYB.
From here if I call
>> Solver.G_iw['up']
I get a response like
Is there any way to extract from this object a numpy array of the actual values?
I would like to compute the error, such as the difference in G from one iteration to another as a function of things like the number of iterations, number of sweeps in the QMC, number of Matsubara frequencies, etc. Is there an easier way other than converting to a numpy array?
Beta Was this translation helpful? Give feedback.
All reactions