Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need full_name() function #42

Open
DavidSagan opened this issue Aug 29, 2024 · 3 comments
Open

Need full_name() function #42

DavidSagan opened this issue Aug 29, 2024 · 3 comments
Assignees
Labels
Core Important for package functionality

Comments

@DavidSagan
Copy link
Member

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"

@DavidSagan DavidSagan added Core Important for package functionality labels Sep 10, 2024
@rot4te rot4te self-assigned this Sep 20, 2024
@rot4te
Copy link
Collaborator

rot4te commented Sep 20, 2024

I'm going to implement this with the existing ascii format, and then I'll figure out the unicode.

@DavidSagan
Copy link
Member Author

Note: full_name not yet exported.

@rot4te
Copy link
Collaborator

rot4te commented Sep 24, 2024

It's exported now, still working on unicode implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Important for package functionality
Projects
None yet
Development

No branches or pull requests

2 participants