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
Need a function that will return the "full" name string with isotope and charge state included. For example, full_name(Particle("He",2)) should return "He++".
It would be nice for full_name to have the option to return the unicode string with appropriate subscripts and superscripts. For example, return "³He" instead of "#3He"
The text was updated successfully, but these errors were encountered:
Need a function that will return the "full" name string with isotope and charge state included. For example,
full_name(Particle("He",2))
should return"He++"
.It would be nice for full_name to have the option to return the unicode string with appropriate subscripts and superscripts. For example, return
"³He"
instead of"#3He"
The text was updated successfully, but these errors were encountered: