Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Missing tutorials and documentation for ignis #458

Open
3 of 5 tasks
ShellyGarion opened this issue Jul 23, 2020 · 3 comments
Open
3 of 5 tasks

Missing tutorials and documentation for ignis #458

ShellyGarion opened this issue Jul 23, 2020 · 3 comments
Assignees
Labels
documentation Something is not clear or error in description

Comments

@ShellyGarion
Copy link
Contributor

ShellyGarion commented Jul 23, 2020

It seems that some of ignis tutorials were removed from: https://github.com/Qiskit/qiskit-tutorials/tree/master/tutorials/noise
and should be replaced by new tutorials or enhanced API documentation.
Some of them still appear here: https://github.com/Qiskit/qiskit-tutorials/tree/master/legacy_tutorials/ignis

This includes:

@ShellyGarion ShellyGarion added the documentation Something is not clear or error in description label Jul 23, 2020
@gadial
Copy link
Contributor

gadial commented Jul 30, 2020

The tomography tutorial was removed due to non-essential bugs (e.g. not adding validate=False to state_fidelity calls). I opened a PR with an updated version:

Qiskit/qiskit-tutorials#973

However, recently I had a lot of problems with cvxpy (the optimization library that tomography uses) - it complains about missing linkage with two linear algebra libraries, blas and lapack. While I managed to install them correctly on Linux, everything I tried on Windows failed. We should take this into account.

@gadial
Copy link
Contributor

gadial commented Jul 30, 2020

Ok, now I see that indeed, building the tutorial failed because of this problem. This is a bigger issue than simply a "tutorial not working" problem.

@ShellyGarion
Copy link
Contributor Author

We now have the tutorials for tomography and entanglement:
https://qiskit.org/documentation/tutorials/noise/index.html

As for the discriminator - see this issue: Qiskit/qiskit-tutorials#952
It seems that the discrimination tutorial needs to call the IQX in order to execute.

For logging, the tutorial is not needed, since there are API docs.
For advanced RB methods, the various tutorials will be combined as part of the API docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Something is not clear or error in description
Projects
None yet
Development

No branches or pull requests

3 participants