Skip to content

Commit

Permalink
Docs: fix qc docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 15, 2022
1 parent 3f91404 commit d8c144c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiskit_rigetti/_qcs_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
##############################################################################
from typing import Optional, Any, Union, List, cast, Tuple
from uuid import uuid4
import copy

from pyquil import get_qc
from pyquil.api import QuantumComputer, EngagementManager
Expand Down Expand Up @@ -119,7 +118,7 @@ def __init__(
engagement_manager: QPU engagement manager.
backend_configuration: Backend configuration.
provider: Parent provider.
qc: Parent provider.
qc: The `QuantumComputer` this backend represents to Qiskit.
auto_set_coupling_map: When `True`, this will set the `QasmBackendConfiguration`
`coupling_map` based on the `QuantumComputer` topology if the existing
`coupling_map` is empty.
Expand Down

0 comments on commit d8c144c

Please sign in to comment.