qiboteam / qibo

A framework for quantum computing
https://qibo.science
Apache License 2.0
283 stars 55 forks source link

DBI example in docs trying to use `qibojit` #1376

Open BrunoLiegiBastonLiegi opened 2 months ago

BrunoLiegiBastonLiegi commented 2 months ago

Docs build in main is currently failing (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 group I believe https://github.com/qiboteam/qibo/blob/6316889a1a87ec00a31c9209aafeca7e778ed5d4/pyproject.toml#L50C1-L62C1 .

andrea-pasquale commented 2 months ago

@MatteoRobbiati do we want to keep also that tutorial, or shall we move also that one in tutorials?

MatteoRobbiati commented 2 months ago

@MatteoRobbiati do we want to keep also that tutorial, or shall we move also that one in tutorials?

I think the intro tutorial should stay in Qibo. To show at least the main idea of the algorithm.