Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from ase.spectrum.band_structure import * # noqa: F401,F403
2import warnings
3from numpy import VisibleDeprecationWarning
5warnings.warn("ase.dft.band_structure has been moved to "
6 "ase.spectrum.band_structure. Please update your "
7 "scripts; this alias will be removed in a future "
8 "version of ASE.",
9 VisibleDeprecationWarning)