Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Aug 31, 2023
1 parent 016ae57 commit 5f86354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytket/binders/circuit/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ PYBIND11_MODULE(circuit, m) {
.def_property_readonly(
"data", &BarrierOp::get_data, "Get data from BarrierOp");

init_library(m);
auto pyCircuit = py::class_<Circuit, std::shared_ptr<Circuit>>(
m, "Circuit", py::dynamic_attr(),
"Encapsulates a quantum circuit using a DAG representation.\n\n>>> "
Expand Down

0 comments on commit 5f86354

Please sign in to comment.