Skip to content

Commit

Permalink
Spelling in release note 0.6 (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Bello authored Aug 12, 2020
1 parent 96e5a84 commit d3865d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upgrade:
validation of instructions, gates, and snapshots supported by simulators.
- |
Refactor OpSet class. Moved OpSet to separate header file and add
``contains`` and ``diference`` methods based on ``std::set::contains``
``contains`` and ``difference`` methods based on ``std::set::contains``
and ``std::algorithm::set_difference``. These replace the removed invalid
and validate instructions from OpSet, but with the order reversed. It
returns a list of other ops not in current opset rather than opset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ upgrade:
Improves how measurement sampling optimization is checked. The expensive
part of this operation is now done once during circuit construction where
rather than multiple times during simulation for when checking memory
requirements, simulation method, and final exection.
requirements, simulation method, and final execution.

0 comments on commit d3865d4

Please sign in to comment.