forked from lammps/lammps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request lammps#4176 from akohlmey/remove-i-pi
Remove i-PI distribution from tools folder
- Loading branch information
Showing
111 changed files
with
71 additions
and
29,494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
This folder used to contain a bundled version of [i-PI](https://ipi-code.org) | ||
but the bundled version was removed in 06/2024. | ||
|
||
i-PI is available via PyPi using the pip package manager at: | ||
https://pypi.org/project/ipi/ | ||
|
||
Here are the commands to set up a virtual environment and | ||
install i-PI into it with all its dependencies. | ||
|
||
``` sh | ||
python -m venv ipienv | ||
source ipienv/bin/activate | ||
pip install --upgrade pip | ||
pip install ipi | ||
``` | ||
|
||
For further information and other methods of installing i-PI, | ||
please consult the [i-PI home page](https://ipi-code.org). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.