Skip to content

Commit

Permalink
fix a minor deficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
qtzhuang committed Nov 14, 2023
1 parent 2d548e2 commit 8bcd3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/quafu/algorithms/angle_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@


class TestAngleEmbedding:
"""Example of angle embedding"""
def test_build(self):
"""Example of angle embedding"""
def test_build(self):
num_qubits = 4
qc = QuantumCircuit(num_qubits)
feature = np.array([[6,-12.5,11.15,7],[8,9.5,-11,-5],[5,0.5,8,-7]])
Expand Down

0 comments on commit 8bcd3cd

Please sign in to comment.