Skip to content

Commit

Permalink
fix tweedledum
Browse files Browse the repository at this point in the history
  • Loading branch information
fmozafari committed Jul 9, 2021
1 parent 00f6a02 commit 0809714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/tweedledum/include/tweedledum/IR/Circuit.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ class Circuit : public WireStorage {
}

// FIXME: maybe remove this, if so need to change the python bindings!
InstRef apply_operator(Instruction const& optor)
/*InstRef apply_operator(Instruction const& optor)
{
Instruction& inst = instructions_.emplace_back(optor);
connect_instruction(inst);
return InstRef(instructions_.size() - 1);
}
}*/

// Composition
void append(Circuit const& other, std::vector<Qubit> const& qubits,
Expand Down

0 comments on commit 0809714

Please sign in to comment.