-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
atom.Atom('H',refresh_cache=True)
59 return [
60 {
61 **{
62 "energy": remove_annotations(state["Level (Ry)"]) + " Ry",
63 "term": print_term(state["Term"], J=state["J"]),
64 "configuration": state["Configuration"],
65 "g": None if state["g"] == "" else float(state["g"]),
66 },
67 **(
68 {"n": int(monovalent.match(state["Configuration"])["n"])}
69 if monovalent.match(state["Configuration"])
70 else {}
71 ),
72 }
73
74 for state in data
---> 75 if print_term(state["Term"], J=state["J"])
76 ]
KeyError: 'Term'
It seems that the parameter land_out=off results in invalid column settings for the nist website which breaks the fetching procedure.
Replacing land_out=on seems to fix it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels