Dear developers:
I am now try to change the k-points for band structure.
In "postDMFT.py", default for -kp is [0, 0, 0], [0.5, 0, 0], [0.5, 0.5, 0], [0, 0, 0], [0.5, 0.5, 0.5]], and default for -kn is ["$\Gamma$", "$X$", "$M$", "$\Gamma$", "$R$"].
So, I tried to use "postDMFT.py bands -sp -plotplain -kn ["$\Gamma$", "$Y$", "$S$", "$X$", "$\Gamma$"] -kp [[0, 0, 0], [0, 0.5, 0], [0.5, 0.5, 0], [0.5, 0, 0], [0, 0, 0]]" to calculate band. However, an error report tell me that "postDMFT.py bands: error: argument -kp/--kplist: invalid int value: '[[0,'"
How can I solve this problem?
Many thanks!