Open ayitido opened 2 months ago
Dear @ayitido,
The structure in graph_data.npz
appears not to be a primitive cell, which is why the number of atoms exceeds the index limit of grad_max
. When using HamEPC, ensure that the same primitive cell is used for the phonon spectrum, grad_data.npz
, and grad_mat.npz
. This means the atomic coordinates and lattice parameters must be identical across these datasets.
Best wishes,
Yang Zhong
I want get the T_c of T-graphene by HamEPC, when I run
HamEPC --config EPC_input.yaml
an error has occurred:FORECE_SETS
created by vasp + phonopy, with 3x3x1 supercell.The error is located on line 1300 of
EPC_calculator.py
, when ia=4It also can be repeated by:
I uploaded most of the files to my github, except for the
graph_data_gen.yaml
files.