27 lines
718 B
Plaintext
27 lines
718 B
Plaintext
---
|
||
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
|
||
---
|
||
|
||
# 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.9/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>
|
||
|