Skip to content

Commit

Permalink
entangling capacity and expressibility
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Dec 21, 2023
1 parent e7ad55b commit 2f89525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_quantum_info_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def test_entangling_capability(backend):
entangling_capability(circuit, samples, backend=backend)

nqubits = 2
samples = 500
samples = 100

c1 = Circuit(nqubits)
c1.add([gates.RX(q, 0, trainable=True) for q in range(nqubits)])
Expand Down Expand Up @@ -631,7 +631,7 @@ def test_expressibility(backend):
expressibility(circuit, t, samples, backend=backend)

nqubits = 2
samples = 500
samples = 100
t = 1

c1 = Circuit(nqubits)
Expand Down

0 comments on commit 2f89525

Please sign in to comment.