Niklas Heim

Results 22 comments of Niklas Heim

If I understand correctly, then the problem is that `conv.params` returns a dict that contains both fixed and variational parameters, right? would it be easier/more elegant to introduce a `conv.vparams`...

Does it make sense to construct registers with flexible 1D/2D/3D coordinates? E.g. 1D could be represented by a map from qubit index to `len(p)==1` tuple: ```python { 0: (-1,) 1:...

Hey! Yes, we are aware of this bug and it’s a bit of a tricky one because we have to tricky graphviz, which is our underlying drawing library into not...

Hey! Thanks for catching this one. There is unfortunately no obvious way to plot this... unless we convert overlapping blocks to chains.... what do you think is a reasonable plot...

While I'd like to get rid of the global qubit support as well, my understanding is that with our digital-analog approach we want to combine analog and digital gates, because...

~~Ok, that sounds nice! And like a lot of cool work on transpilation. maybe we can drop python 3.9 support and use https://benhoyt.com/writings/python-pattern-matching/ @madagra ?~~ nvm, python can't pattern match...

I think the most general way of implementing this would be to redefine our `train_with_grad` function and do: ```python # outer epoch loop for iteration in progress.track(range(init_iter, init_iter + config.max_iter)):...

@pevnak damn, this would be awesome. do you think we can/should try to include pluto notebooks in the course webpage? I have not idea how this plays with Documenter.jl though...

Oh, nice one!