Closed austingmhuang closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
fad15a1
) to head (3fcde17
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In the documentation for qiskit_session and the demo for using IBM with pennylane-qiskit, we import qiskit_session using
from pennylane_qiskit import qiskit_session
. But this doesn't actually work because it is not in__init__.py
.[sc-77085]