Conversation
This commit addresses the issue where the `embed` function fails when it receives a single basis instead of a composite basis as input.
|
I only now noticed I have not enabled the tests for your PR. Apologies for that, Github does not run tests automatically on first PR as a security precaution. Running the tests reveals that it would be best to make this change in the foundational package
Could you consider making the contribution to that other package? Also, to avoid ambiguity, it should probably be defined for Thank you again for the contribution. Really sorry for making you wait so long for a review. |
|
I see you have made a PR to QuantumInterface at qojulia/QuantumInterface.jl#24 |
This commit addresses the issue where the
embedfunction fails when it receives a single basis instead of a composite basis as input. #159