HartreeFockBogoliubov.jl icon indicating copy to clipboard operation
HartreeFockBogoliubov.jl copied to clipboard

Hartree-Fock-Bogoliubov solver for a generic interacting fermion Hamiltonian

HartreeFockBogoliubov

A Hartree-Fock-Bogoliubov solver for Julia.

Documentation Build Status
STABLE DEV Build Status Code Coverage

Overview

HartreeFockBogoliubov.jl is a Julia package for solving interacting fermion Hamiltonian using Hartree-Fock-Bogoliubov (HFB) approach. This project aims to assist fast development of HFB solver for a generic interacting Hamiltonian.

Installation

HartreeFockBogoliubov.jl is currently not registered in the Julia Package Listing. To install, type

add https://github.com/kyungminlee/HartreeFockBogoliubov.jl

to Julia's package manager.