Skip to content

SmoQySuite/StableLinearAlgebra.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableLinearAlgebra.jl

Stable Dev Build Status Coverage

This package exports an LDR matrix factorization type for square matrices, along with a corresponding collection of functions for calculating numerically stable matrix products and matrix inverses. The methods exported by the package are essential for implementing a determinant quantum Monte Carlo (DQMC) code for simulating interacting itinerant electrons on a lattice.

A very similar Julia package implementing and exporting many of the same algorithms is StableDQMC.jl.

Installation

To install StableLinearAlgebra.jl run following in the Julia REPL:

julia> ]
pkg> add StableLinearAlgebra