Nathan Fitzpatrick

Results 12 comments of Nathan Fitzpatrick

I would like some equivalent of .get_unitary(). In qlibs we are able to select the block of the unitary for the relevant pre/post selection qubits. This is a very powerful...

For strict type checking to be happy it needs to be -> NDArray(np.complex128) I have to overwrite this with a type stubs file in qlibs. > On 26 Nov 2024,...

The type-checking must not be strict. I am using pyright strict, but they should use the same standards. I think this will be a problem for anyone using strict type-checking....

Can stack do this as well?

For context, this was one of the features users really enjoyed in qlibs regarding the speed of algorithm development.

Are there any plans to implement a dagger, control, power? It would be very useful for application developers. It would make the porting over of the qlibs code very straightforward....