Skip to content

Commit d8c144c

Browse files
committed
Docs: fix qc docstring
1 parent 3f91404 commit d8c144c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiskit_rigetti/_qcs_backend.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
##############################################################################
1616
from typing import Optional, Any, Union, List, cast, Tuple
1717
from uuid import uuid4
18-
import copy
1918

2019
from pyquil import get_qc
2120
from pyquil.api import QuantumComputer, EngagementManager
@@ -119,7 +118,7 @@ def __init__(
119118
engagement_manager: QPU engagement manager.
120119
backend_configuration: Backend configuration.
121120
provider: Parent provider.
122-
qc: Parent provider.
121+
qc: The `QuantumComputer` this backend represents to Qiskit.
123122
auto_set_coupling_map: When `True`, this will set the `QasmBackendConfiguration`
124123
`coupling_map` based on the `QuantumComputer` topology if the existing
125124
`coupling_map` is empty.

0 commit comments

Comments
 (0)