Skip to content

Commit

Permalink
Merge pull request #22 from mehrdad2m/support-state
Browse files Browse the repository at this point in the history
Added state to the list of supported measurements in device config.
  • Loading branch information
WrathfulSpatula authored Aug 20, 2024
2 parents 2adb1e6 + 28ccf4f commit 2e01e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pennylane_qrack/QrackDeviceConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Prod = {}
Expval = {}
Var = {}
Probs = {}
State = { condition = [ "analytic" ] }
Sample = { condition = [ "finiteshots" ] }
Counts = { condition = [ "finiteshots" ] }

Expand Down

0 comments on commit 2e01e32

Please sign in to comment.