Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Feb 22, 2023
1 parent 7cfb91c commit d962498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion qiskit/quantum_info/operators/symplectic/base_pauli.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ def _to_matrix(z, x, phase=0, group_phase=False, sparse=False):
parity = _PARITY[np.bitwise_xor.reduce(mat_u8, axis=1)]

data = coeff * parity

if sparse:
# Return sparse matrix
from scipy.sparse import csr_matrix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2017, 2020.
# (C) Copyright IBM 2017, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down

0 comments on commit d962498

Please sign in to comment.