Skip to content

Commit

Permalink
Fix RabiAmp_N
Browse files Browse the repository at this point in the history
Utheta on the correct set of qubits
  • Loading branch information
Diego Ristè committed Nov 1, 2018
1 parent 3614fe6 commit e2d2213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/BasicSequences/Rabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def RabiAmp_NQubits(qubits,

measBlock = reduce(operator.mul, [MEAS(q) for q in measChans])
seqs = [[reduce(operator.mul,
[Utheta(q, amp=amp, phase=phase) for q in measChans]),
[Utheta(q, amp=amp, phase=phase) for q in qubits]),
measBlock] for amp in amps]

if docals:
Expand Down

0 comments on commit e2d2213

Please sign in to comment.