You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a compound where the last element has no quantity, a KeyError '' emerges.
When using e.g. La2O the error occures, La2O1 works fine. On the other hand, O1La also doesn't work, as KeyError 'L' emerges. Thus, the last letter seems to be stripped.
Similar with HSe, where no error is raised, but the result fits only to HS instead.
The text was updated successfully, but these errors were encountered:
When using a compound where the last element has no quantity, a KeyError '' emerges.
When using e.g. La2O the error occures, La2O1 works fine. On the other hand, O1La also doesn't work, as KeyError 'L' emerges.
Thus, the last letter seems to be stripped.
Similar with HSe, where no error is raised, but the result fits only to HS instead.
The text was updated successfully, but these errors were encountered: