Doug Strain
Doug Strain
**Is your feature request related to a use case or problem? Please describe.** We are noticing lots of cases where we are trying to pull out the gate used in...
- Hartree-Fock assumes str(q) == '(a, b)' but it is now 'q(a, b)' - Remove TwoQubitGate - Add metadata.qubit_set for device lookups. - Add json_namespace to a few places.
- Change wire_symbol to use Register and idx since the wire_symbol should never need to use the binst of a Soquet. Part of #728
- Solves all of the remaining mypy issues - Mostly confusion about symbolic expressions and whether things should be numpy arrays or not
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...
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...
undo moves plays the moves from the beginning of the game, but it ignores the post-selection criteria and measurement results. Also, it seems to return if a measurement is zero....