qibo icon indicating copy to clipboard operation
qibo copied to clipboard

A framework for quantum computing

Results 179 qibo issues
Sort by recently updated
recently updated
newest added

Because of incompatibilities between Keras 3 and Python 3.12, we had to temporarily drop the QGAN model, which was making use of `tf.keras`. The model can be restored either in...

Have Qibo provide feature to measure various properties of qubits and other quantum devices, such as their states, coherence times, and gate fidelity?

enhancement

**Describe the bug** The reuploading classifier example expects a `state()` method for the circuit result object on line 85 of `qclassifier.py`. This method exists for the `QuantumState` object which is...

bug

This restores the 100% coverage. Checklist: - [ ] Reviewers confirm new code works as expected. - [ ] Tests are passing. - [ ] Coverage does not decrease. -...

Similarly to what we are planning for the `AbstractBackend` (#1222) it would be helpful to have an `AbstractResult` object that implements the more general features that are more or less...

enhancement

As we know, @MatteoRobbiati in collaboration with Singapore's [Quantum Talent](https://qutalent.org) is producing a series of video tutorials about Qibo. I believe we should add this material to Qibo's documentation both...

enhancement

This needs https://github.com/qiboteam/qibojit/pull/183 Checklist: - [x] Reviewers confirm new code works as expected. - [x] Tests are passing. - [x] Coverage does not decrease. - [x] Documentation is updated.

documentation
enhancement

A new class named MPLDrawer to draw the circuit using matplotlib, this is a code integration and enhancement from https://github.com/rpmuller/PlotQCircuit. The circuit now has a function called draw_mpl() to invoke...

Checklist: - [ ] Reviewers confirm new code works as expected. - [ ] Tests are passing. - [ ] Coverage does not decrease. - [ ] Documentation is updated.

Docs build in main is currently failing ([https://github.com/qiboteam/qibo/actions/runs/9723200897/job/26838966183](https://github.com/qiboteam/qibo/actions/runs/9723200897/job/26838966183)) due to some DBI example that is setting the `NumbaBackend`. However, this fails due to `qibojit` not being in the docs dependency...