mtweiden / circuit_generators

A repository for working with quantum circuits that can be generated algorithmically
0 stars 0 forks source link

HHL compilation only works up to 8 qubits #1

Open mtweiden opened 1 year ago

mtweiden commented 1 year ago

This problem might not be solvable/worth solving but: HHL- generator only goes up to 8 qubits.

After that, I get: qiskit.exceptions.QiskitError: "Error decomposing node of instruction 'unitary': 'Nonetype' object has no attribute 'index'.

jkalloor3 commented 1 year ago

Yeah, I was having trouble creating wide circuits for HHL as well, I think the qiskit package is limited

jkalloor3 commented 1 year ago

I can look into other libraries

jkalloor3 commented 1 year ago

There is also VQLS for NISQ machines which may have easier to generate circuits so I'll check that