-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix Array
-TracedRArray
contraction and force dense representation of Yao gates
#258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the end there are multiple fixes for the VQE to work with Reactant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a small testset
that just tests whether the results from Reactant
and Tenet
is the same?
not right now because we are on a rush and we also need to create the infrastructure for Reactant tests (there are no tests with Reactant here) #245 tracks that issue |
ControlBlock
to Quantum
conversionArray
-TracedRArray
contraction and force dense representation of Yao gates
… of Yao gates (#258) * try fix reordering of sites * try fix layout of multi-qubit gates in Yao to Tenet conversion * Remove permutedims & add collect for array building * minor fixes on Reactant pkg extension * implement `copy` for some structs * fix column- to row-major layout conversion on `Reactant.promote_to` call * remove dead code --------- Co-authored-by: Todorbsc <[email protected]>
CC @Todorbsc