Roland Siegbert

Results 80 comments of Roland Siegbert

Was surprised to discover [AWS Braket](https://docs.aws.amazon.com/braket/latest/developerguide/braket-openqasm.html) is on v3 already and extended OpenQASM using pragmas to allow e.g. [adjoint differentation](https://docs.aws.amazon.com/braket/latest/developerguide/braket-openqasm-computing-gradients.html) or [noise modelling](https://docs.aws.amazon.com/braket/latest/developerguide/braket-openqasm-noise-simulation.html) ... compiling on the fly and even...

@natestemen - having interest to support it. Am building the equivalent thing for us planning to cover QASMv3.

what type of reset do you support? wait, preselection, some dissipative gate? any pointers for a starter? Given: >Describe the solution you’d like >When converting a QASM circuit containing a...

To me it looks like that reset is already somewhat prepared in the code. See: `./cirq-core/cirq/ops/common_channels.py` -> `class ResetChannel` ln 704. At least it looks like they can export `ResetChannel`s...

@natestemen - I think #6710 should solve your issue. It's been an interesting exercise to get into `PLY`. Further, so far it has been rather academic. It surely needs some...

Hi, I run into this daily. How can I help to get this merged, @mgmeyers?

@codingseb - I'll test it on my vault and add the results in this comment today. That's the least thing I can do for helping on the robustness side. Let...

`npm` complains that there exist 18 vulnerabilities. However, I think this concerns the plugin in general... ``` r@R-Pro~/R/obsidian-kanban-codingseb>npm install main npm warn deprecated [email protected]: This module is not supported, and...

Sorry, @codingseb, but I actually found an issue here. So, the contents get preserved when I click somewhere else in the kanban. Which is great. _However_, it gets lost when...