Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Aug 1, 2024
1 parent cbfbade commit b0e46a7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: README
authors: Leonid P. Pryadko; Weilei Zeng
date: 2024-08-01
---
# dist-m4ri - distance of a classical or quantum CSS code



## Overview

The program implements two algorithms for calculating the distance of
Expand Down Expand Up @@ -101,12 +108,10 @@ Supported parameters:
## Compilation
I only tried it with recent `gcc` compilers under linux. Download the
distribution from `github` then run from the `dist-m4ri/src` directory
```sh
make -j all
```
This should compile the executable `dist_m4ri`.
The program is intended for use with recent `gcc` compilers under
linux. Download the distribution from `github` then run from the
`dist-m4ri/src` directory ```sh make -j all ``` This should compile
the executable `dist_m4ri`.
The program uses `m4ri` library for binary linear algebra. To install
under Ubuntu, run
Expand Down

0 comments on commit b0e46a7

Please sign in to comment.