Stefan Krastanov
Stefan Krastanov
https://areweentangledyet.com/simpleswitch/ it looks like  it should look like  Probably got broken in my recent small changes to how Tyler maps work with our plotting. Ideally this will just...
leftover from #192 The `newremotenode != -1` special case is an ugly hack to work around limitations necessary for a GHZ building protocols. This needs to be cleaned up before...
leftover from #192 The query that is used has a wildcard in it, but not all tags will be exactly two-arguments long. We should probably update `query` to allow implicit...
leftover from #192 The tests currently show `filter=maximum` which does not match the filter signature given in the documentation (it is not a list to list mapping), however it does...
There are multiple examples that are good candidates for having nice "How To" pages. Just look at the examples folder and compare it to the current documentation. This includes, among...
Currently, if one needs to get the content of `code editor` as set by the user, modify it with some internal logic, and then return it in the same `code...
In many cases when working with error corrected system, I want to optimize for a mapping: ``` |A⟩⊗|B1⟩ ↦ |C⟩⊗|D1⟩ |A⟩⊗|B2⟩ ↦ |C⟩⊗|D2⟩ |A⟩⊗|B3⟩ ↦ |C⟩⊗|D3⟩ ``` Where the B...
This PR simplifies the Project.toml file by splitting off the test dependencies in a separate PR. The main value of doing so is avoiding annoying compat bounds on test dependencies...