HartreeFockBogoliubov.jl

Hartree-Fock-Bogoliubov solver for a generic interacting fermion Hamiltonian
Author kyungminlee
Popularity
12 Stars
Updated Last
2 Years Ago
Started In
May 2017

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.