Skip to content

Commit

Permalink
Merge pull request #4 from unitaryfund/debug_catalyst
Browse files Browse the repository at this point in the history
Various debugging
  • Loading branch information
WrathfulSpatula authored Jun 3, 2024
2 parents f605f63 + fcc43d8 commit b99fca5
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 226 deletions.
2 changes: 1 addition & 1 deletion pennylane_qrack/QrackDeviceConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ U2 = { properties = [ "controllable", "invertible" ] }
U1 = { properties = [ "controllable", "invertible" ] }
MultiControlledX = { properties = [ "controllable", "invertible" ] }
Identity = { properties = [ "controllable", "invertible" ] }
QFT = { properties = [ "invertible" ] }

# Operators that should be decomposed according to the algorithm used
# by PennyLane's device API.
Expand Down Expand Up @@ -79,6 +78,7 @@ QFT = { properties = [ "invertible" ] }
# IsingYY = {}
# IsingZZ = {}
# IsingXY = {}
# QFT = {}

# Gates which should be translated to QubitUnitary
# [operators.gates.matrix]
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qrack/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.6.3"
__version__ = "0.6.4"
Loading

0 comments on commit b99fca5

Please sign in to comment.