OpenMM 8.0

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Peter Eastman
Posts: 2583
Joined: Thu Aug 09, 2007 1:25 pm

OpenMM 8.0

Post by Peter Eastman » Wed Feb 01, 2023 3:19 pm

Version 8.0 is now released! You can install it with conda or mamba:

Code: Select all

mamba install -c conda-forge openmm
Or to install the full stack including the OpenMM-Torch and OpenMM-ML packages,

Code: Select all

mamba install -c conda-forge openmm-ml
Release notes are at https://github.com/openmm/openmm/releases/tag/8.0.0.

User avatar
Elsaid Mohamed
Posts: 26
Joined: Tue Jan 04, 2022 2:35 am

Re: OpenMM 8.0

Post by Elsaid Mohamed » Mon Mar 27, 2023 3:47 pm

Code: Select all

conda install -c conda-forge openmm
I got this error when I imported openmm
anaconda3/lib/python3.10/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version `GLIBCXX_3.4.30' not found..
what is the problem?

User avatar
Peter Eastman
Posts: 2583
Joined: Thu Aug 09, 2007 1:25 pm

Re: OpenMM 8.0

Post by Peter Eastman » Mon Mar 27, 2023 3:50 pm

See https://github.com/openmm/openmm/issues/3943. People have reported resolving that error in a few different ways.

POST REPLY