Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itoko committed Apr 8, 2024
1 parent 8db646c commit 7e512d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ def _layer_indices_from_num(num: Integral) -> Tuple[Integral, Integral, Integral
return idx0, idx1, idx2


@lru_cache(maxsize=24 * 24)
def _tensor_1q_nums(first: Integral, second: Integral) -> Integral:
"""Return the 2-qubit Clifford integer that is the tensor product of 1-qubit Cliffords."""
return _CLIFFORD_TENSOR_1Q[first, second]
2 changes: 1 addition & 1 deletion releasenotes/notes/layer-fidelity-1e09dea9e5b69515.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
features:
- |
Add a new experiment class :class:`.LayerFidelity` to measure
`layer fidelity and EPLG (error per layered gates)<https://arxiv.org/abs/2311.05933>`_,
`layer fidelity and EPLG (error per layered gate)<https://arxiv.org/abs/2311.05933>`_,
which is a holistic benchmark to characterize the full quality of the devices at scale.
It has an experimental feature: its :meth:`circuits`
Expand Down

0 comments on commit 7e512d4

Please sign in to comment.