ExactDiagonalization

Build Status codecov 996.icu LICENSE LICENSE Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Julia package for the exact diagonalization method in condensed matter physics.

Introduction

Based on the symbolic operator representation of a quantum lattice system in condensed matter physics that is generated by the package QuantumLattices, exact diagonalization method is implemented for fermionic, hard-core-bosonic and spin systems.

Installation

In Julia v1.8+, please type ] in the REPL to use the package mode, then type this command:

pkg> add ExactDiagonalization

Getting Started

Examples of exact diagonalization method for quantum lattice system

Note

Due to the fast development of this package, releases with different minor version numbers are not guaranteed to be compatible with previous ones before the release of v1.0.0. Comments are welcomed in the issues.

Contact

waltergu1989@gmail.com

Python counterpart

HamiltonianPy: in fact, the authors of this Julia package worked on the python package at first and only turned to Julia later.