I typed the command 'pyw90 pre band'. Finally it shows error: TypeError: argument of type 'NoneType' is not iterable.
This is the soc calculation (non-collinear). Does it support the soc case? Or this error is due to some other problems?
Without this file, I can't use 'pyw90 auto run' to get the final optimized inner and outer windows.
I tried to use vaspkit output band file as bnd.dat file since they look the same format. But another error shows up when I use 'pyw90 auto run':
UnboundLocalError: local variable 'run_file_job_name' referenced before assignment
But in the config.py file I only saw it is in the function. I also can't modify the file since it's read only in my cluster.
How to solve these issues?
Thanks.
I typed the command 'pyw90 pre band'. Finally it shows error: TypeError: argument of type 'NoneType' is not iterable.
This is the soc calculation (non-collinear). Does it support the soc case? Or this error is due to some other problems?
Without this file, I can't use 'pyw90 auto run' to get the final optimized inner and outer windows.
I tried to use vaspkit output band file as bnd.dat file since they look the same format. But another error shows up when I use 'pyw90 auto run':
UnboundLocalError: local variable 'run_file_job_name' referenced before assignment
But in the config.py file I only saw it is in the function. I also can't modify the file since it's read only in my cluster.
How to solve these issues?
Thanks.