|
大佬你好,我运行的时候报了如下的错,我用的是Python3.6,报错提示说指标超出边界,我修改了一下代码,但也没解决,想请教一下楼主是哪里的问题
Import error
Spin polarized system detected. HOMO orbital is 30
120 k points found in OUTCAR
no mesh_band data found
no mass_points data found
no points detected for peripheral band
no points detected for radical band
0 k points found in 2D data
Using eigen values from OUTCAR to determine the following infor
Traceback (most recent call last):
File "band2d.py", line 1433, in <module>
br.read_cell_param('OUTCAR')
File "band2d.py", line 158, in read_cell_param
HOMO_band = np.array(eigval).T[self.HOMO-1]
IndexError: index 29 is out of bounds for axis 0 with size 24 |
|