unitary
unitary copied to clipboard
Examples are no longer installed by pip when installing unitary. Each example has a README.md with instructions how to run it. All example tests pass and each example is runnable,...
Need to add some synonyms here. User feedback: I tried so many different commands to turn on the Bob machine before finding "press power button". You need to make "push...
Also added fix in the sparse vector simulator
When running against hardware, an Internal Error arises due to a broken dependency on our internal repo. The issue was resolved internally, but we need to sync Cirq to resolve...
The order of exits is not deterministic and maybe we could sort the exit names. User feedback: I've noticed sometimes the order of exits differs, e.g. "north, south" sometimes and...
From a user: I tried the command "q" outside of battle to read the quantumpedia. Instead it quit the game without a confirmation and without saving. Another example of punishing...
- Note that all effects must apply to the same qubits.
- Configuration copied from cirq. - Adds CI tests for type checking (mypy) and linting (pylint) - mypy is currently information, since we have a lot of typing errors I...
SparseSimulator code assumes a system of qubits only and does not support general qudits. Running the simple Circuit below gives a `ValueError` `size 2 is different from 3`. ``` qudit...
[This is a tracking bug for this workstream and not a specific issue.] Most of quantum games are, in general, going to be qudit based. But most real hardwares are...