An open API service indexing awesome lists of open source software.

https://github.com/pulkin/hubbard-bethe

A python implementation of Bethe ansatz in the Hubbard model by Lieb and Wu
https://github.com/pulkin/hubbard-bethe

1d bethe-ansatz hubbard-model lieb-wu physics

Last synced: 30 days ago
JSON representation

A python implementation of Bethe ansatz in the Hubbard model by Lieb and Wu

Awesome Lists containing this project

README

        

Hubbard-Bethe
=============

Demonstrates how to find the ground state of the 1D Hubbard model with infinite boundary conditions using Bethe ansatz.
This python implementation is based on the [original paper by Lieb and Wu (2003)](https://arxiv.org/abs/cond-mat/0207529).
The bottom left plot resembles that of [Knizia and Chan (2012)](https://arxiv.org/abs/1204.5783), Fig. 1(a).

![The plot produced by the script](plot.png)