Dear developers,
I have successfully managed to run the SrVO3 example, but I am having issues when I try to raise the temperature of the system to that seen in the paper (~110 K). When I set "beta" to 0.01 in the Input.py file in order to set the system at 100 K the code no longer runs. I believe it may be due to the way the number of Matsubara frequency points are generated in sigzero.py.
The if/else statement in lines 102 - 104 in sigzero.py define the integer for the number of frequency points in line 178, but for temperatures greater than ~70 K this if/else statement gives a value of 1 (and temperatures lower than this only give a handful of frequency points). If I manually alter the integer for the number of frequency points to get around this issue I get problems further down the line in other files such as the Delta.out file, where after a value of ~10,000 in the first column I get a line of asterisks (although this may be due to how many decimals are used to write the file).
How did you model the system at 110 K for SrVO3? Any assistance would be greatly appreciated.
Best,
Josh