Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

edgembar-3.5.1-py2.py3-none-musllinux_1_2_x86_64.whl (23.8 MB view details)

Uploaded Python 2Python 3musllinux: musl 1.2+ x86-64

edgembar-3.5.1-py2.py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (21.8 MB view details)

Uploaded Python 2Python 3manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

File details

Details for the file edgembar-3.5.1-py2.py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for edgembar-3.5.1-py2.py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d67c06babd45595aa912e37381b57c39712d97643fb6b27952d77401a3ffacf
MD5 a72ed26a57da7cceddc480c75019ea29
BLAKE2b-256 1dab2d608f6ee3385fabab0b9bb7e3e75b5e84056c98f5f6a1721a0e4ef774d7

See more details on using hashes here.

File details

Details for the file edgembar-3.5.1-py2.py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for edgembar-3.5.1-py2.py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5cf32dce4f583f8ae8fd3f80c73b37ff9b7545eba9c7c2be29759a9cd697d1a
MD5 812482077c3b19a0be8c34a2450e7a0e
BLAKE2b-256 f8a6c7c8b740d17434159fad468d87597a16110987c6a98b4069a3cb7ac8ebeb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page