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

Remove as_complex_array in favor of ComplexArray object. #70

Open
s-mandra opened this issue Nov 13, 2021 · 0 comments
Open

Remove as_complex_array in favor of ComplexArray object. #70

s-mandra opened this issue Nov 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@s-mandra
Copy link
Contributor

For performance reasons, simulate may use either a single array of complex numbers (when using optimize=evolution-einsum or backend='jax') or a pair or real valued arrays (when using optimize=evolution-hybridq). For this reasons, some functions require to specify as_complex_array to discern from the two cases. Using ComplexArray would remove the necessity to extra flags.

@s-mandra s-mandra added the enhancement New feature or request label Nov 13, 2021
@s-mandra s-mandra self-assigned this Nov 13, 2021
@s-mandra s-mandra linked a pull request Nov 13, 2021 that will close this issue
@s-mandra s-mandra removed their assignment Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant