Skip to content

Commit

Permalink
resolve more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Oct 23, 2023
1 parent 09538c8 commit 1a33cdb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ TEMPLATE_TEST_CASE("Variances", "[MeasurementsMPI]", double) {

// Initializing the Measurements class.
// This object attaches to the statevector allowing several measures.
// MeasurementsMPI<StateVectorT> Measurer(sv);
// mpi_manager.Barrier();

SECTION("Testing single operation defined by a matrix:") {
MeasurementsMPI<StateVectorT> Measurer(sv);
mpi_manager.Barrier();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
// Copyright 2022-2023 Xanadu Quantum Technologies Inc.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at

// http://www.apache.org/licenses/LICENSE-2.0

// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <algorithm>
#include <complex>
#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
// Copyright 2022-2023 Xanadu Quantum Technologies Inc.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at

// http://www.apache.org/licenses/LICENSE-2.0

// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <algorithm>
#include <complex>
#include <iostream>
Expand Down

0 comments on commit 1a33cdb

Please sign in to comment.