Skip to content

Commit 01e8bc5

Browse files
authored
Update datasets.py
1 parent 1e43921 commit 01e8bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenDFT/QHBench/QH9/datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
convention_dict = {
2424
'pyscf_631G': Namespace(
2525
atom_to_orbitals_map={1: 'ss', 6: 'ssspp', 7: 'ssspp', 8: 'ssspp', 9: 'ssspp'},
26-
orbital_idx_map={'s': [0], 'p': [2, 0, 1], 'd': [0, 1, 2, 3, 4]},
26+
orbital_idx_map={'s': [0], 'p': [1, 2, 0], 'd': [0, 1, 2, 3, 4]},
2727
orbital_sign_map={'s': [1], 'p': [1, 1, 1], 'd':
2828
[1, 1, 1, 1, 1]},
2929
orbital_order_map={

0 commit comments

Comments
 (0)