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

Eig UFF 55 complex value #98

Open
thejacksbad opened this issue Jan 9, 2025 · 1 comment
Open

Eig UFF 55 complex value #98

thejacksbad opened this issue Jan 9, 2025 · 1 comment

Comments

@thejacksbad
Copy link

the definition of eig in prepare55 doesn't allow complex eigenvalue formatting.

Proposed solution:

if not isinstance(eig, (float, complex) and eig != None:

Same approach for modal_a and modal_b

@jankoslavic
Copy link
Contributor

Thank you @thejacksbad for opening this issue. Can you prepare a PR? If yes, please add also a simple test for this enhancements.
If you need help, you can count on me.

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

No branches or pull requests

2 participants