Skip to content

Commit

Permalink
Apply changes to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ authored Jun 27, 2024
1 parent 528e0be commit 5e8e665
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
libhandle.print_device_properties(self._logger)

# Remove end-of-circuit measurements and keep track of them separately
# It also resolves implicit sawps
# It also resolves implicit swaps
self._circuit, self._measurements = _remove_meas_and_implicit_swaps(circuit)
# Identify each qubit with the index of the bond that represents it in the
# tensor network stored in this GeneralState. Qubits are sorted in increasing
Expand Down Expand Up @@ -532,7 +532,7 @@ def sample(

finally:
#####################################################
# Destroy the Operator and ExpectationValue objects #
# Destroy the Sampler object #
#####################################################
cutn.destroy_workspace_descriptor(work_desc) # type: ignore
cutn.destroy_sampler(sampler)
Expand Down

0 comments on commit 5e8e665

Please sign in to comment.