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.
- Host: GitHub
- URL: https://github.com/cometscome/exactdiagonalization_with_julia
- Owner: cometscome
- Created: 2017-10-20T22:16:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T00:53:58.000Z (over 7 years ago)
- Last Synced: 2025-12-31T06:56:04.202Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```