Skip to content

Commit

Permalink
Revert "add documentation of single qubit problem (#278)" (#282)
Browse files Browse the repository at this point in the history
This reverts commit 10af38d.
  • Loading branch information
cqc-melf authored Mar 8, 2022
1 parent 10af38d commit ba9653c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pytket/binders/mapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ PYBIND11_MODULE(mapping, m) {
LexiLabellingMethod, std::shared_ptr<LexiLabellingMethod>, RoutingMethod>(
m, "LexiLabellingMethod",
"Defines a RoutingMethod for labelling Qubits that uses the "
"Lexicographical Comparison approach outlined in arXiv:1902.08091.\n"
"This method is only labelling interacting qubits that have multi qubit "
"gates on them. To get qubits with only single qubits gates or no gates "
"at all labelled, too, please use a placer in addition")
"Lexicographical Comparison approach outlined in arXiv:1902.08091.")
.def(py::init<>(), "LexiLabellingMethod constructor.");

py::class_<
Expand Down

0 comments on commit ba9653c

Please sign in to comment.