Skip to content

Commit 7bb74f4

Browse files
authored
fix: complete periodic table (#656)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added new elements to the periodic table: Rf, Db, Sg, Bh, Hs, Mt, Ds, Rg, Cn, Nh, Fl, Mc, Lv, Ts, Og. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6b802f3 commit 7bb74f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dpdata/periodic_table.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,21 @@
108108
"Md",
109109
"No",
110110
"Lr",
111+
"Rf",
112+
"Db",
113+
"Sg",
114+
"Bh",
115+
"Hs",
116+
"Mt",
117+
"Ds",
118+
"Rg",
119+
"Cn",
120+
"Nh",
121+
"Fl",
122+
"Mc",
123+
"Lv",
124+
"Ts",
125+
"Og",
111126
]
112127

113128

0 commit comments

Comments
 (0)