Open mesonepigreco opened 1 year ago
Also there is a bug in the calculation with multiprocessing: some of the q points are printed overlapped, and after the reordering there is a lower number of q points in the path (they are jumped at the beginning).
Yes, the output file naming was easy to solve.
For the reordering problem maybe will be better to use "numpy.lexsort" instead of "argsort".
Hi Diego @diegomartinez2 , While trying to run the dynamical spectral function with multiprocessing I got the following error:
Master branch, revision: v1.3-112-g9e126fc
The code call that failed:
The name of the file generated is:
I believe it should be a trivial mistake of naming files in the reordering process, can you fix it?