You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1015 deprecated various methods of KpointsData and exposed a common interface that by default would select to use the Seekpath library. However, the change broke backwards compatibility of the set_kpoints_path method. Originally, for cartesian=False and certain formats of the kpoints path it was not required to have defined a cell, however, the deprecation interface now always raises when the cell is not set.
The text was updated successfully, but these errors were encountered:
PR #1015 deprecated various methods of
KpointsData
and exposed a common interface that by default would select to use theSeekpath
library. However, the change broke backwards compatibility of theset_kpoints_path
method. Originally, forcartesian=False
and certain formats of the kpoints path it was not required to have defined a cell, however, the deprecation interface now always raises when the cell is not set.The text was updated successfully, but these errors were encountered: