Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Nov 15, 2023
1 parent ecccd63 commit d75858d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/qiskit_convert_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,10 +1018,8 @@ def test_failed_conversion_error() -> None:
# https://github.com/CQCL/pytket-qiskit/issues/200
def test_RealAmplitudes_numeric_params() -> None:
qc = QuantumCircuit(3)

params = [np.pi / 2] * 9
real_amps1 = RealAmplitudes(3, reps=2)

real_amps2 = real_amps1.assign_parameters(params)
qc.compose(real_amps2, qubits=[0, 1, 2], inplace=True)
# Unitary operator of the qiskit circuit. Order reversed from little -> big endian.
Expand Down

0 comments on commit d75858d

Please sign in to comment.