You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the initial unitary using the result from the previous example.
opts = {"initial_unitary": np.array([[ 1, 1],
[-1, 1]]/np.sqrt(2))}
# Execute and obtain Unitary matrix of the circuit
result = execute(qc_init, simulator, backend_options=opts).result()