Skip to content

Commit

Permalink
🐍 small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Oct 18, 2024
1 parent 909b392 commit c647e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void detect_bdl_wires(pybind11::module& m, const std::string& lattice = "")
DOC(fiction_bdl_wire_first_bdl_pair_wire))
.def_readwrite("last_bdl_pair_wire", &bdl_wire_t::last_bdl_pair_wire, DOC(fiction_bdl_wire_last_bdl_pair_wire));

m.def(fmt::format("detect_bdl_wires{}", lattice).c_str(), &fiction::detect_bdl_wires<Lyt>, "lyt"_a,
m.def(fmt::format("detect_bdl_wires_{}", lattice).c_str(), &fiction::detect_bdl_wires<Lyt>, "lyt"_a,
"params"_a = fiction::detect_bdl_wires_params{}, "wire_selection"_a = fiction::bdl_wire_selection::ALL,
DOC(fiction_detect_bdl_wires));
}
Expand Down

0 comments on commit c647e08

Please sign in to comment.