Skip to content

Commit

Permalink
🎨 Incorporated pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 18, 2024
1 parent eeed9b7 commit 909b392
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ 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, "params"_a = fiction::detect_bdl_wires_params{},
"wire_selection"_a = fiction::bdl_wire_selection::ALL, DOC(fiction_detect_bdl_wires));
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));
}

} // namespace detail
Expand Down

0 comments on commit 909b392

Please sign in to comment.