Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KruskalLin authored Jul 27, 2023
1 parent f88da3f commit 0aaf153
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OpenMat/PotNet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Official code repository of paper “[Efficient Approximations of Complete Inter

![graph](graph.png)

A short mathematical sum-up can be seen [here](Mathematics%20Short%20Sum%20Up.pdf)

## Environment Setup

- We'll use `conda` to install dependencies and set up the environment. We recommend using the [Python 3.9 Miniconda installer](https://docs.conda.io/en/latest/miniconda.html#linux-installers).
Expand Down Expand Up @@ -51,6 +53,14 @@ make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:TARGET_PATH/lib/
```

and

```shell
source ~/.bashrc
```

or create another terminal.

- Now we back to `functions` directory and run

```shell
Expand Down

0 comments on commit 0aaf153

Please sign in to comment.