Move unitary matrix circuit simulator to qiskit-synthesis#15913
Move unitary matrix circuit simulator to qiskit-synthesis#15913jakelishman merged 1 commit intoQiskit:mainfrom
qiskit-synthesis#15913Conversation
|
One or more of the following people are relevant to this code:
|
7708a78 to
0c68263
Compare
|
I think that originally putting |
This isn't the most natural place ever for it, but it wasn't really any better in `qiskit-quantum-info`, and this doesn't produce problematic ordering in the dependency chain.
0c68263 to
d040bfe
Compare
|
Shelly: yeah, that's totally fair for why it was there - there was also a bunch of code in We actually have this same dependency problem within Python too, but we use lazy / scoped |
This isn't the most natural place ever for it, but it wasn't really any better in
qiskit-quantum-info, and this doesn't produce problematic ordering in the dependency chain.Depends on #15912, but only in the sense that one of the two moves needs to set up the
qiskit_synthesis::matrixmodule, and I did that one first.