:py:mod:`cotengra.pathfinders.path_kahypar` =========================================== .. py:module:: cotengra.pathfinders.path_kahypar .. autoapi-nested-parse:: Contraction tree finders using kahypar hypergraph partitioning. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: cotengra.pathfinders.path_kahypar.get_kahypar_profile_dir cotengra.pathfinders.path_kahypar.to_sparse cotengra.pathfinders.path_kahypar.kahypar_subgraph_find_membership Attributes ~~~~~~~~~~ .. autoapisummary:: cotengra.pathfinders.path_kahypar.kahypar_to_tree .. py:function:: get_kahypar_profile_dir() .. py:function:: to_sparse(hg, weight_nodes='const', weight_edges='log') .. py:function:: kahypar_subgraph_find_membership(inputs, output, size_dict, weight_nodes='const', weight_edges='log', fix_output_nodes=False, parts=2, imbalance=0.01, compress=0, seed=None, profile=None, mode='direct', objective='cut', quiet=True) .. py:data:: kahypar_to_tree