A.C.E07

Results 112 comments of A.C.E07

A bit of an unrelated question, sorry (too small to open a ticket for). How can I pass a list of qubits here? It doesn't let me slice nor pass...

Ohh I have read that. I am wrapping `cuda-quantum` in my package and I use a UI similar to qiskit, hence why I need the addition of the gates to...

Maybe the better question is how to do `.ctrl` with the way I'm creating the kernel. When I try `circuit.x.ctrl` it doesn't work given `circuit.x` is a partial. I'd really...

Right, but then you'll get stuck with `tdg` for instance. There is no `ctdg`. It's no longer an issue as I added native decomposition for my library to use CX...

It wasn't. I'd really want to see this ASAP too.

Greetings, Hope all are well. May I ask if there has been any progress on this task?

I can work on this, but would it be possible to use quimb? Makes it easier to finish the work, and is more efficient than any manual approach given the...

Shall I add this? I have done something similar for `tequila`, and for `quick`. `quimb` is really nice for these use-cases. Let me know and I'll add it in. One...

Right, but the point I was trying to make is that quimb takes care of the simulation (aka tensor contraction) given its high-level api, whereas if we do c++ we'd...