Skip to content

Commit

Permalink
fix catalyst frontend gradient failures
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Oct 11, 2024
1 parent f6b5202 commit 5de5721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pennylane_lightning/lightning_gpu/lightning_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"Sum",
"Prod",
"SProd",
"Exp",
}
)

Expand Down
5 changes: 5 additions & 0 deletions pennylane_lightning/lightning_gpu/lightning_gpu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Hadamard = {properties = [ "differentiable" ]}
Hermitian = {properties = [ "differentiable" ]}
Hamiltonian = {properties = [ "differentiable" ]}
SparseHamiltonian = {properties = [ "differentiable" ]}
Sum = { properties = [ "differentiable" ] }
SProd = { properties = [ "differentiable" ] }
Prod = { properties = [ "differentiable" ] }
Exp = { properties = [ "differentiable" ] }
LinearCombination = { properties = [ "differentiable" ] }

[measurement_processes]

Expand Down

0 comments on commit 5de5721

Please sign in to comment.