Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BCarnaval committed Jun 7, 2023
1 parent f74398a commit edbe5c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div align="center">

# hubbard_model_ed

This repository contains an exact diagonalization implementation for the Hubbard model (in the approximation of 1D spins chain with first neigbohrs hopping terms using periodic boundary conditions) defined as
$$H = H_t + H_U = \sum_{i, j, \sigma}t_{ij}(c^\dagger_{i\sigma}c_{j\sigma} + h.c.) + U\sum_i n_{i\uparrow}n_{i\downarrow},$$
where $c^\dagger$ and $c$ are respectively the second quantization creation/anihilation operators and where $n$ represents the number operator from the same formalism. The code is entirely written in [Rust](https://www.rust-lang.org/) and will eventually be parallelized using [rayon](https://github.com/rayon-rs/rayon) Rust crate.

![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)

![Build](https://img.shields.io/github/actions/workflow/status/BCarnaval/hubbard_model_ed/rust.yml?color=%23a3d1af&style=for-the-badge) ![LICENSE](https://img.shields.io/github/license/BCarnaval/hubbard_model_ed?color=blue&style=for-the-badge) ![release](https://img.shields.io/github/v/tag/BCarnaval/hubbard_model_ed?color=%23FF7F50&style=for-the-badge)

</div>

## Table of contents
Expand Down

0 comments on commit edbe5c5

Please sign in to comment.