You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quantum chess concept docs still refer to large code blocks that are now in recirq. These should mostly (or completely) moved to the relevant pointers in recirq.
The quantum chess concept docs still refer to large code blocks that are now in recirq. These should mostly (or completely) moved to the relevant pointers in recirq.
For instance, in the dynamic qubit mapping:
https://quantumai.google/cirq/experiments/quantum_chess/concepts#dynamic_qubit_mapping
Can point to this source code instead:
https://github.com/quantumlib/ReCirq/blob/master/recirq/quantum_chess/circuit_transformer.py#L25
This pattern is repeated throughout the document.
Quantum concepts doc display:
https://quantumai.google/cirq/experiments/quantum_chess/concepts#quantum_chess_in_cirq
Document source:
https://github.com/quantumlib/ReCirq/blob/master/docs/quantum_chess/concepts.ipynb
The text was updated successfully, but these errors were encountered: