I’m trying to execute a list of ciruits on qiskit, but was faced with this strange dilemma: I did not transpile any circuit before adding it to the list nor am I transpiling it during execution. Does anyone have an answer to why this is happening? Edit: I’m not using a schedule either. Answer That…
Tag: qiskit
Qiskit and IPython conf files do not exist
I had installed the qiskit-textbook distribution of Qiskit using this command : pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src The tutorial then said to change the contents of the configuration file located at ~/.qiskit/settings.conf but I can’t …