Tamino Bauknecht

Results 31 comments of Tamino Bauknecht

> Hi @taminob apologies for the delayed response. > > We have discussed this in the desktop team and for us the key holdup in having this incorporated is the...

Thanks for your work! Lukas pointed me to your PR because I could make use of your `WireIterator` over in #1206. An extension I would also need is the ability...

> Hello there! 👀 > > I think it makes sense that I open another pull request for the `WireIterator`. I will implemented the bidirectional iterator and ping you when...

@burgholzer if you have some time to spare, feel free to have a look at the implementation. While some parts are probably simpler in PDLL, I think that most parts...

I'll try to summarize here the next steps for this PR - each step is its own PR in my opinion: - create `ConstantFolding` pass which tries to execute all...

I reworked the tests now (added unittests and made the MLIR tests more robust/less precise). A couple of questions: - Is this approach to testing good now or do you...

> I am not too familiar with the details of Eigen, but just from the name alone, I have an aversion to using such headers. Is there any kind of...

> I'll look into it, although it's a bit hard on a different architecture. Could well be that it is caused by differences in alignment on ARM. Unfortunately, I couldn't...

While working on #1207, I wanted to create an `XOp` in C++. This currently requires specifying `out_qubits_type, pos_ctrl_out_qubits_type, neg_ctrl_out_qubits_type, static_params, params_mask, params, in_qubits, pos_ctrl_in_qubits, neg_ctrl_in_qubits` which can be cumbersome, especially...