Conversation
…s, enhancing partition synthesis capabilities. Update PartitionSynthesisResult to handle multiple topologies and improve decomposition process with parallelization.
…Perm function and update supported gates in qasm_to_squander_circuit.
…ing and enhancing final mapping retrieval. Update to use optimized subcircuits directly in the construction of the final circuit.
…pdate circuit file paths
This reverts commit 33bf947.
Owner
|
Yeah, the merge conflicts need to be resolved |
Resolve conflicts between the master gate-architecture refactor (float32 framework + removal of legacy ON/UN/RZ_P/CZ_NU/Composite gates) and the jn_ParAM branch (Permutation gate + parallelization work): - Accept master's removal of the legacy gates (inherited, never modified on this branch) and its virtual-dispatch / float32 rewrites. - Preserve the Permutation gate and integrate it into master's architecture: add float32 (Matrix_float) apply_to / apply_from_right + kernel overloads. - Fix Permutation::apply_from_right to be a column permutation matching input * get_matrix() and accept rectangular inputs. Build clean; 569 gate + 26 Permutation + 174 circuit + 2 parametric decomposition tests pass.
Collaborator
Author
|
I dont really understand how the speed test failed for U3 I dont think theres anything in this branch that should effect it |
Collaborator
|
This perf test is erratic. Ive fixed it in my new PR. So no concern here |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.