Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Prototype] Caching in QiskitDevice #166

Closed
wants to merge 1 commit into from
Closed

Conversation

antalszava
Copy link
Contributor

This PR prototypes the logic of adding caching capabilities to QiskitDevice.

@antalszava antalszava linked an issue Dec 10, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #166 (7feb9fd) into master (0998b85) will decrease coverage by 4.80%.
The diff coverage is 30.43%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #166      +/-   ##
===========================================
- Coverage   100.00%   95.19%   -4.81%     
===========================================
  Files            7        7              
  Lines          314      333      +19     
===========================================
+ Hits           314      317       +3     
- Misses           0       16      +16     
Impacted Files Coverage Δ
pennylane_qiskit/qiskit_device.py 91.57% <30.43%> (-8.43%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0998b85...7feb9fd. Read the comment docs.

@antalszava
Copy link
Contributor Author

Closing this as device caching is being deprecated (see here PennyLaneAI/pennylane#2154).

@antalszava antalszava closed this Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add caching capabilities to QiskitDevice.
1 participant