From d3865d476dcb25394b2b145c0405270359314ab3 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Wed, 12 Aug 2020 10:09:54 -0400 Subject: [PATCH] Spelling in release note 0.6 (#876) --- releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml | 2 +- .../notes/0.6/upgrade-measure-sampling-b9bd728e7c90704e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml b/releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml index b8b02819e1..082011cbe2 100644 --- a/releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml +++ b/releasenotes/notes/0.6/state-opset-150ac1fd8602406b.yaml @@ -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 diff --git a/releasenotes/notes/0.6/upgrade-measure-sampling-b9bd728e7c90704e.yaml b/releasenotes/notes/0.6/upgrade-measure-sampling-b9bd728e7c90704e.yaml index 56f6a5e85d..5c62a8c209 100644 --- a/releasenotes/notes/0.6/upgrade-measure-sampling-b9bd728e7c90704e.yaml +++ b/releasenotes/notes/0.6/upgrade-measure-sampling-b9bd728e7c90704e.yaml @@ -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.