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

https://github.com/cometscome/exactdiagonalization_with_julia

Exact Diagonalization in the Hubbard model with Julia 1.0.3. We use the LOBPCG method to diagonalize the Hamiltonian. The particle number is fixed.
https://github.com/cometscome/exactdiagonalization_with_julia

Last synced: 4 months ago
JSON representation

Exact Diagonalization in the Hubbard model with Julia 1.0.3. We use the LOBPCG method to diagonalize the Hamiltonian. The particle number is fixed.

Awesome Lists containing this project

README

          

# ExactDiagonalization_with_Julia
Exact Diagonalization in the Hubbard model with Julia 1.0.3
We use the LOBPCG method to diagonalize the Hamiltonian. The particle number is fixed.

# How to use

There is a test code.
```
julia test.jl
```