We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2755221 commit 9b7df7dCopy full SHA for 9b7df7d
tools/plot-tools/abacus_plot/dos.py
@@ -89,7 +89,7 @@ def bandgap(cls, vb: namedtuple, cb: namedtuple):
89
return gap
90
91
92
-class :
+class DOSPlot:
93
"""Plot density of state(DOS)"""
94
95
def __init__(self, fig: Figure = None, ax: axes.Axes = None, nspin: int = 1, **kwargs) -> None:
0 commit comments