qiskit-documentation/docs/api/qiskit/0.24/qiskit.aqua.operators.legac...

29 lines
772 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: kernel_F2
description: API reference for qiskit.aqua.operators.legacy.kernel_F2
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.aqua.operators.legacy.kernel_F2
---
<span id="qiskit-aqua-operators-legacy-kernel-f2" />
# qiskit.aqua.operators.legacy.kernel\_F2
<Function id="qiskit.aqua.operators.legacy.kernel_F2" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-aqua/tree/stable/0.8/qiskit/aqua/operators/legacy/common.py" signature="kernel_F2(matrix_in)">
Computes the kernel of a binary matrix on the binary finite field
**Parameters**
**matrix\_in** (*numpy.ndarray*) binary matrix
**Returns**
the list of kernel vectors
**Return type**
list\[numpy.ndarray]
</Function>