Skip to content

Commit 5f0addb

Browse files
authored
Update README.md
Replace module with library
1 parent 8f0dc55 commit 5f0addb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Collective variables module (Colvars)
1+
# Collective variables library (Colvars)
22

3-
A software module for molecular simulation and analysis that provides a high-performance implementation of sampling algorithms defined on a reduced space of continuously differentiable functions (aka collective variables).
3+
A software library for molecular simulation and analysis that provides a high-performance implementation of sampling algorithms defined on a reduced space of continuously differentiable functions (aka collective variables).
44

55
First released in 2008 as part of the standard distribution of [NAMD](https://www.ks.uiuc.edu/Research/namd/) version 2.7b1, Colvars has also been integrated in [LAMMPS](https://lammps.sandia.gov/download.html) and [VMD](https://www.ks.uiuc.edu/Research/vmd/). In VMD, interactive use is possible both from the command line and through the [Dashboard](vmd/cv_dashboard/README.md) graphical user interface.
66

@@ -85,7 +85,7 @@ The [tests](https://github.com/Colvars/colvars/tree/master/tests?raw=true) folde
8585

8686
## Updating to the latest version
8787

88-
To recompile each program with the most recent version of the module, [download](https://github.com/Colvars/colvars/archive/master.zip) the `master` branch of this repository, or clone it via git:
88+
To recompile each program with the most recent version of the library, [download](https://github.com/Colvars/colvars/archive/master.zip) the `master` branch of this repository, or clone it via git:
8989
```
9090
git clone https://github.com/Colvars/colvars.git
9191
```

0 commit comments

Comments
 (0)