qiskit-documentation/docs/api/qiskit-addon-mpf/backends-tenpy-tebd-mps-nee...

31 lines
1.1 KiB
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: MPS_neel_state (latest version)
description: API reference for qiskit_addon_mpf.backends.tenpy_tebd.MPS_neel_state in the latest version of qiskit-addon-mpf
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit_addon_mpf.backends.tenpy_tebd.MPS_neel_state
---
<span id="mps-neel-state" />
# MPS\_neel\_state
<Class id="qiskit_addon_mpf.backends.tenpy_tebd.MPS_neel_state" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit-addon-mpf/tree/stable/0.3/qiskit_addon_mpf/backends/tenpy_tebd/state.py#L125-L137" signature="MPS_neel_state(lat)" modifiers="class">
Bases:
Constructs the Néel state as an MPS.
**Parameters**
**lat** ([*Lattice*](https://tenpy.readthedocs.io/en/latest/reference/tenpy.models.lattice.Lattice.html#tenpy.models.lattice.Lattice "(in TeNPy v1.0.5)")) the lattice describing the MPS sites.
**Returns**
A Néel state as an MPS.
**Return type**
[*MPS*](https://tenpy.readthedocs.io/en/latest/reference/tenpy.networks.mps.MPS.html#tenpy.networks.mps.MPS "(in TeNPy v1.0.5)")
</Class>