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 47af6df commit 0cbff88Copy full SHA for 0cbff88
1 file changed
src/abacusagent/modules/submodules/dos.py
@@ -34,7 +34,7 @@
34
'dx^2-y^2': r'$d_{x^2-y^2}$',
35
'fz^3': r'$f_{z^3}$',
36
'fxz^2': r'$f_{xz^2}$',
37
- 'fyx^2': r'$f_{yx^2}$',
+ 'fyz^2': r'$f_{yz^2}$',
38
'fzx^2-zy^2': r'$f_{zx^2-zy^2}$',
39
'fxyz': r'$f_{xyz}$',
40
'fx^3-3*xy^2': r'$f_{x^3-3xy^2}$',
0 commit comments