PennyLaneAI / pennylane-qiskit

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.
https://docs.pennylane.ai/projects/qiskit
Apache License 2.0
194 stars 66 forks source link

Let users import from pennylane_qiskit #593

Closed austingmhuang closed 1 month ago

austingmhuang commented 1 month ago

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]

codecov[bot] commented 1 month ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #593 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 867 868 +1 ========================================= + Hits 867 868 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.