Skip to content

Commit 0cbff88

Browse files
committed
Fix wrong orbital name of f orbital
1 parent 47af6df commit 0cbff88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/abacusagent/modules/submodules

src/abacusagent/modules/submodules/dos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'dx^2-y^2': r'$d_{x^2-y^2}$',
3535
'fz^3': r'$f_{z^3}$',
3636
'fxz^2': r'$f_{xz^2}$',
37-
'fyx^2': r'$f_{yx^2}$',
37+
'fyz^2': r'$f_{yz^2}$',
3838
'fzx^2-zy^2': r'$f_{zx^2-zy^2}$',
3939
'fxyz': r'$f_{xyz}$',
4040
'fx^3-3*xy^2': r'$f_{x^3-3xy^2}$',

0 commit comments

Comments
 (0)