Skip to content

Commit

Permalink
Merge branch 'two_dit' of github.com:cda-tum/mqt-qudits into two_dit
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMTO committed Aug 22, 2024
2 parents 75d2351 + 9a393ed commit 670f4f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def prepare_ansatz(u, params, dims):

unitary = unitary @ u # noqa

unitary = unitary @ gate_expand_to_circuit(
unitary @= gate_expand_to_circuit(
generic_sud(params[i], dims[counter]), circuits_size=2, target=counter, dims=dims
) # noqa
)

counter += 1

Expand Down

0 comments on commit 670f4f2

Please sign in to comment.