Update all notebooks to reflect IQP style circuits
Closed this issue ยท 3 comments
What do you mean by IQP circuits? I think you are talking about something other than https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.IQP but can't figure out what.
What do you mean by IQP circuits? I think you are talking about something other than https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.IQP but can't figure out what.
Sorry bout that, the default style for QuantumCircuit.draw() is "iqp" now :). Our main
branch tutorials have the old style.
What do you mean by IQP circuits? I think you are talking about something other than https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.IQP but can't figure out what.
Sorry bout that, the default style for QuantumCircuit.draw() is "iqp" now :). Our
main
branch tutorials have the old style.
Got it; this was actually my second suspicion, but then I mistakenly convinced myself that that style was known as "iqx". In fact, I grepped Qiskit for "iqx" and found this line is a file named iqp-dark.json
, among others ๐