romerogroup / pyprocar

A Python library for electronic structure pre/post-processing
GNU General Public License v3.0
170 stars 76 forks source link

kdirect problem #137

Open junho718 opened 10 months ago

junho718 commented 10 months ago

I added the option kdirect=False because I didn't like the ratio of distances between kpoints. However, I get the error KeyError: 'kdirect'. How do I solve it?

pyprocar.bandsplot( code='vasp', mode='plain', dirname=".", elimit=[-8.0,8.0], linewidth=[1.5 , 2.0], knames = ['$\\Gamma$', '$M$', '$K$', '$\\Gamma$'], savefig = 'figure.png', dpi = 500, legend = 0, show = 0, kdirect=False )