Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 753 forks source link

Add back tweedledum for Grover tutorial #1757

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

https://qiskit.org/documentation/tutorials/algorithms/07_grover_examples.html is currently missing its output.

We set QISKIT_DOCS_BUILD_TUTORIALS in our docs publishing. So it should be sufficient to only update this repository to fix the problem.

Eric-Arellano commented 1 year ago

As discussed in this week's dev meeting, I am discussing with Luciano what the long term plan is for Tweedledum and if it makes sense to write a minimal Rust library that replicates the functionality we need.