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

27 lines
756 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: row_echelon_F2
description: API reference for qiskit.aqua.operators.legacy.row_echelon_F2
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.aqua.operators.legacy.row_echelon_F2
---
# qiskit.aqua.operators.legacy.row\_echelon\_F2
<Function id="qiskit.aqua.operators.legacy.row_echelon_F2" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-aqua/tree/stable/0.9/qiskit/aqua/operators/legacy/common.py" signature="row_echelon_F2(matrix_in)">
Computes the row Echelon form of a binary matrix on the binary finite field
**Parameters**
**matrix\_in** (*numpy.ndarray*) binary matrix
**Returns**
matrix\_in in Echelon row form
**Return type**
numpy.ndarray
</Function>