Skip to content

Commit

Permalink
Removed outdated compile_to_hardware arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Jun 7, 2017
1 parent 0f559b9 commit 50e9f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pyqgl2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def qgl2_compile_to_hardware(seqs, filename, suffix=''):
newS.append(el)
seq = newS

newfiles = compile_to_hardware([seq], filename, suffix, qgl2=True, addQGL2SlaveTrigger=doSlave, edgesToCompile=edges, qubitToCompile=seqIdxToChannelMap[idx])
newfiles = compile_to_hardware([seq], filename, suffix)
if newfiles:
logger.debug("Produced files: %s", newfiles)
for nfile in newfiles:
Expand Down

0 comments on commit 50e9f1e

Please sign in to comment.