Dear Sir,
I was trying to extract data by the following command in kdos_plot.py
for k, e in zip(K_A, K_B, T_uu):
print K_A,K_B, e
but it is giving an error,
Traceback (most recent call last):
File "/tmp/4443785749120040.py", line 40, in <module>
for k, e in zip(K_A, K_B, T_uu):
ValueError: too many values to unpack
Can you please let me know what will be the right command for this particular script so that I can print in [K_A, K_B, T_uu]??
Thanks
Ramkrishna