Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Sep 27, 2024
1 parent e9b5371 commit 478e5a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qiskit_ibm_runtime/utils/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
Utility class to represent an embedding of a set of qubits in a two-dimensional plane.
"""

from dataclasses import dataclass
from typing import Iterable, List, Tuple, Union, Sequence

from qiskit.providers.backend import BackendV2
Expand Down Expand Up @@ -90,8 +89,8 @@ def _heavy_hex_coords(
"""Generate heavy hex coordinates for the given rows.
Args:
rows: A sequence of iterables of integer, where every integer represents the column index
of a qubit in the given row.
rows: A sequence of rows, sorted from top to bottom. Rows are specified as an iterable of
integers, where every integer represents a column index.
row_major: Whether qubits should be labelled in row-major order (by ``x`` first and, in
case of a tie, by ``y``) or in colum-major order.
Expand Down

0 comments on commit 478e5a8

Please sign in to comment.