From 2e90f294c4c71d57c87b592521c1e77f4f113431 Mon Sep 17 00:00:00 2001 From: Lukas Weber <49278367+lukas-weber@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:08:24 -0400 Subject: [PATCH] README: add coverage badge to --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e679e20..134dbbe 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Docs dev](https://img.shields.io/badge/docs-latest-blue.svg)](https://lukas.weber.science/StochasticSeriesExpansion.jl/dev/) [![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://lukas.weber.science/StochasticSeriesExpansion.jl/stable/) [![CI](https://github.com/lukas-weber/StochasticSeriesExpansion.jl/actions/workflows/main.yml/badge.svg)](https://github.com/lukas-weber/StochasticSeriesExpansion.jl/actions/workflows/main.yml) +[![codecov](https://codecov.io/gh/lukas-weber/StochasticSeriesExpansion.jl/graph/badge.svg?token=A0X9300H5S)](https://codecov.io/gh/lukas-weber/StochasticSeriesExpansion.jl) This is a state-of-the-art implementation of the stochastic series expansion quantum Monte Carlo (QMC) algorithm [[1]](#1) with abstract loop updates [[2]](#2), which allow the efficient simulation of many different bosonic lattice models in different computational bases using the same code.