Skip to content

Commit

Permalink
doc: Correct noncontiguous qubit support
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 authored Jul 2, 2024
1 parent f521ac5 commit 32f6594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/simulator_v2/density_matrix_simulator_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def properties(self) -> GateModelSimulatorDeviceCapabilities:
],
"supportPhysicalQubits": False,
"supportsPartialVerbatimBox": False,
"requiresContiguousQubitIndices": True,
"requiresContiguousQubitIndices": False,
"requiresAllQubitsMeasurement": True,
"supportsUnassignedMeasurements": True,
"disabledQubitRewiringSupported": False,
Expand Down

0 comments on commit 32f6594

Please sign in to comment.