8

I have followed the installation steps, regarding QISKit working environment. For circuit visualization, I've installed latex as in addition to poppler to convert from PDF to images. Afterwards, I followed the example given here.

I wrote the code and after running, the program run but I didn't get the circuit visualization. I don't know what is the problem, even I have not received any error messages.

So any ideas?

Sanchayan Dutta
  • 17,945
  • 8
  • 50
  • 112
user2519
  • 81
  • 2

1 Answers1

2

You can find detailed instructions about what you need to install for your particular OS here. This visualization uses Latex, so you need to have a latex compiler installed.

Also make sure you have the latest version of Qiskit, as a Windows visualization bug was recently fixed. You can upgrade by doing: pip install -U qiskit

Within the next couple weeks, Qiskit will have another visualization method that runs purely in Python, hence no other software installations required.

Ali Javadi
  • 1,652
  • 1
  • 9
  • 11