diff --git a/index.html b/index.html index 349bbba..b465fb6 100644 --- a/index.html +++ b/index.html @@ -76,25 +76,7 @@

Author: Leonid P. Pryadko & Weilei Zeng

Date: 2024-08-01

-

This file (introduction.md) is used as the main page for the doxygen documentation.

-

-Syntax

-

-Formula syntax

-

Inline formula: here \( a \) is random variable. \(J \in {-1,1} \), and (display mode)

-\[ x \in (0,\infty) \] -

-

Then one can compute \(y\) as (display mode) $$ y=a \exp(-Jx) $$

-

$single dollar sign$ is not supported for inline formulas

-

-Code blocks

-

A Python function can be defined as

def add(a,b):
-
return a+b
-

-Inline code block <tt>y=\exp(Jx)</tt> is not supported in section titles, how about just use (method = 1)

-

-Original readme

-

+

Overview

The program implements two algorithms for calculating the distance of a classical or quantum CSS binary code:

-

+

How to run it

For help, just run ./dist_m4ri -h or ./dist_m4ri --help. This shows the following

$ ./dist_m4ri --help
./dist_m4ri: calculate the minumum distance of a q-LDPC code
@@ -143,12 +125,28 @@

wmax=[int]: max cluster weight in CC (5)
wmin=[int]: min distance of interest in RW (1)
-h or --help gives this help
-

+

Compilation

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

sudo apt-get update -y
sudo apt-get install -y libm4ri-dev
-
+

This file (introduction.md) is used as the main page for the doxygen documentation.

+

+Documentation Syntax

+

+Formula syntax

+

Inline formula: here \( a \) is random variable. \(J \in {-1,1} \), and (display mode)

+\[ x \in (0,\infty) \] +

+

Then one can compute \(y\) as (display mode) $$ y=a \exp(-Jx) $$

+

$single dollar sign$ is not supported for inline formulas

+

+Code blocks

+

A Python function can be defined as

def add(a,b):
+
return a+b
+

+Inline code block <tt>y=\exp(Jx)</tt> is not supported in section titles, how about just use (method = 1)

+