Companion library to the edgembar C++ program for analyzing free energy molecular dynamics simulations
Project description
INSTALLATION
The configuration is performed with cmake. You will need cmake (version 3.12 or later installed). The installation of the python components is performed with pip.
To install cmake and update your version of pip, you can run: USERBASE=$(python3 -m site --user-base) USERSITE=$(python3 -m site --user-site) export PATH="${USERBASE}/bin:${PATH}" export PYTHONPATH="${USERSITE}:${PYTHONPATH}" python3 -m pip install pip --upgrade --user python3 -m pip install cmake --upgrade --user
You should consider adding the above export commands to your ${HOME}/.bashrc and then "source ~/.bashrc".
If, for whatever reason, pip is unavailable on your system, you can install it using the directions here: https://pip.pypa.io/en/stable/installation/
To install edgembar, cd build bash ./run_cmake.sh make install VERBOSE=1 -j4 cd ../local export PATH="${PWD}/bin:${PATH}" export PYTHONPATH="${PWD}/lib/python3.XX/site-packages:${PYTHONPATH}" where python3.XX should be replaced by the appropriate python version.
Edgembar has dependencies on blas/lapack and nlopt. The cmake configuration will check if these libraries are available. If they are not available, it will automatically download them from github and install them.
The blas/lapack libraries are installed from the openblas package. https://github.com/OpenMathLib/OpenBLAS The nlopt software is used to perform nonlinear optimizations. https://github.com/stevengj/nlopt
These libraries could also be installed globally using your system's package manager. For example, on Fedora, you could install them with: sudo dnf install NLopt-devel openblas
See the contents of build/run_cmake.sh to see how you can adjust the compilers, compiler flags, python interpreter, and installation directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file edgembar-3.5.0-py2.py3-none-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: edgembar-3.5.0-py2.py3-none-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 23.8 MB
- Tags: Python 2, Python 3, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4c6c07f1f8e09ad296ff316620d7de0b06aa6b5955db56b0f8817341b08df244
|
|
MD5 |
e3438897b57fb745d7f390515380ecf8
|
|
BLAKE2b-256 |
ab97a43118c671b3d3a594b4343c5160634200c67a04cccf194da17951b112fb
|
File details
Details for the file edgembar-3.5.0-py2.py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: edgembar-3.5.0-py2.py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 21.8 MB
- Tags: Python 2, Python 3, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6220923bb11d961f96d43ba53b8a407ba9f62a6fe0c6913170de6bd4c478e80f
|
|
MD5 |
867487538e60e7af0fd254bb125296c4
|
|
BLAKE2b-256 |
37f77cf373ec0c07e058be305f4e79f770139935ae6efcfe64ffb2af317aedd5
|