Skip to content

Commit

Permalink
change a typo in Mendelevium Md
Browse files Browse the repository at this point in the history
  • Loading branch information
choglass authored Jan 25, 2023
1 parent d8a0a8f commit f20c09c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cell2mol/elementdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self):
"Cf": "Californium",
"Es": "Einsteinium",
"Fm": "Fermium",
"Me": "Mendelevium",
"Md": "Mendelevium",
"No": "Nobelium",
"Lr": "Lawrentium",
"Rf": "Rutherfordium",
Expand Down Expand Up @@ -270,7 +270,7 @@ def __init__(self):
"Cf": 98,
"Es": 99,
"Fm": 100,
"Me": 101,
"Md": 101,
"No": 102,
"Lr": 103,
"Rf": 104,
Expand Down Expand Up @@ -495,7 +495,7 @@ def __init__(self):
"Cf": 7,
"Es": 7,
"Fm": 7,
"Me": 7,
"Md": 7,
"No": 7,
"Lr": 7,
"Rf": 7,
Expand Down Expand Up @@ -612,7 +612,7 @@ def __init__(self):
"Cf": 19,
"Es": 19,
"Fm": 19,
"Me": 19,
"Md": 19,
"No": 19,
"Lr": 3,
"Rf": 4,
Expand Down Expand Up @@ -732,7 +732,7 @@ def __init__(self):
"Cf": "f",
"Es": "f",
"Fm": "f",
"Me": "f",
"Md": "f",
"No": "f",
"Lr": "d",
"Rf": "d",
Expand Down Expand Up @@ -2235,7 +2235,7 @@ def __init__(self):
"Cf": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"Es": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"Fm": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"Me": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"Md": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"No": "label=Rn nc=15 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p nv=3 v=7s6p5f",
"Lr": "label=Rn nc=16 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p5f nv=3 v=7s6p6d",
"Rf": "label=Rn nc=16 c=1s2s2p3s3p4s4p3d5s4d5p4f6s5d6p5f nv=3 v=7s6p6d",
Expand Down

0 comments on commit f20c09c

Please sign in to comment.