Skip to content

Commit

Permalink
Update test/python/quantum_info/test_synthesis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Lishman <jake@binhbar.com>
  • Loading branch information
mtreinish and jakelishman committed Mar 20, 2023
1 parent 448470a commit 7f64aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/quantum_info/test_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def test_float_input_angles(self):
],
dtype=np.float64,
)
(theta, phi, lam) = decomposer.angles_and_phase(input_matrix)
(theta, phi, lam) = decomposer.angles(input_matrix)
expected_theta = 1.5707963267948966
expected_phi = 0.0
expected_lam = 3.141592653589793
Expand Down

0 comments on commit 7f64aa5

Please sign in to comment.