Skip to content

Commit fb1d7c9

Browse files
committed
refactor: rename OPENMX2DeePTB to OPENMX2DFTIO for consistency
Updated variable name in constants.py to align with the project's naming convention and reflect the transition from DeePTB to DFTIO. This change improves code clarity and maintains consistency across the codebase.
1 parent d6e73eb commit fb1d7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dftio/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"f": [0, 1, -1, 2, -2, 3, -3]
8585
}
8686

87-
OPENMX2DeePTB = {
87+
OPENMX2DFTIO = {
8888
0: np.eye(1, dtype=np.float32),
8989
1: np.eye(3, dtype=np.float32)[[1, 2, 0]],
9090
2: np.eye(5, dtype=np.float32)[[2, 4, 0, 3, 1]],

0 commit comments

Comments
 (0)