Stefan Krastanov

Results 214 issues of Stefan Krastanov

https://areweentangledyet.com/simpleswitch/ it looks like ![Image](https://github.com/user-attachments/assets/6b6c8eef-eefc-47ed-9437-2df5f9c63156) it should look like ![Image](https://github.com/user-attachments/assets/92419dfd-8295-47d2-a572-e15e893490dd) Probably got broken in my recent small changes to how Tyler maps work with our plotting. Ideally this will just...

bug

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...

bug

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...

bug

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...

bug

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...

documentation
enhancement
good first issue

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...

enhancement

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...