Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 29, 2024
1 parent 13570a4 commit d8ef93c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
| neighbo(u)r | vesin | voisin | vesin | visin | veí | vecino | vicino |


Vesin is a C library that computes neighbor lists for atomistic system, and tries
to be fast and easy to use. We also provide a Python package to call the C
library.
Vesin is a fast and easy to use library computing neighbor lists for atomistic
system. We provide an interface for the following programing languages:

- C (also compatible with C++). The project can be installed and used as a
library with your own build system, or included as a single file and built
directly by your own build system;
- Python;
- TorchScript, with both a C++ and Python interface;

### Installation

Expand Down

0 comments on commit d8ef93c

Please sign in to comment.