atharva-satpute

Results 7 comments of atharva-satpute

Shouldn't it return `{}` instead of some key-value pairs considering the fact that `np.zeros([1024, 0])` is an empty array

> After experimenting with the code, the problem seems to boil down to the following. The code > > ``` > gate = CUGate(1, 1, 1, 1) > print(f"{gate =...

I'd like to work on this. Could you tell me what is supposed to be done? Do we need to check if `_o` is present in name in `_assemble_op()` in...