You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which suggests the algorithm is unable to collapse and merge rotation gates correctly. This can be remedied by another pass with the transform but ideally it should happen all at once.
Implementation
Requires modifying the algorithmic implementation found in pennylane/transforms/optimization/merge_rotations.py.
How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
Once the enhancement has been made, relevant tests should be added.
The text was updated successfully, but these errors were encountered:
Summary: According to the docstring of this transform,
"""Quantum transform to combine rotation gates of the same type that act sequentially."""
this is expected behaviour. If the user wishes to merge all of them they would have to use single_qubit_fusion or multiple compilation passes with this transform. 🙂
Feature details
We currently have the behaviour,
Which suggests the algorithm is unable to collapse and merge rotation gates correctly. This can be remedied by another pass with the transform but ideally it should happen all at once.
Implementation
Requires modifying the algorithmic implementation found in
pennylane/transforms/optimization/merge_rotations.py
.How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
Once the enhancement has been made, relevant tests should be added.
The text was updated successfully, but these errors were encountered: