Coder Social home page Coder Social logo

openmm-ani's Introduction

OpenMM ANI Plugin

This is a plugin for OpenMM that allows the ANI Neural Net Potential developed by Smith et al. to be used to compute forces and energies.

This code is released under the MIT license.

Installation

At present this plugin must be compiled from source. It uses CMake as its build system.

  1. Download the ASE_ANI package for access to the neural network definitions.

  2. Acquire modified shared libraries from the ANI authors. Currently a working version of the library for centos is available from the "centos_cuda90_py35" branch of ASE_ANI

  3. Create a directory in which to build the plugin.

  4. Run the CMake GUI or ccmake, specifying your new directory as the build directory and the top level directory of this project as the source directory.

  5. Press "Configure".

  6. Set OPENMM_DIR to point to the directory where OpenMM is installed. This is needed to locate the OpenMM header files and libraries.

  7. Set CMAKE_INSTALL_PREFIX to the directory where the plugin should be installed. Usually, this will be the same as OPENMM_DIR, so the plugin will be added to your OpenMM installation.

  8. Make sure that CUDA_TOOLKIT_ROOT_DIR is set correctly and that NN_BUILD_CUDA_LIB is selected.

  9. Press "Configure" again if necessary, then press "Generate". Alternatively, to steps 3-9 you can issue command line statements similar to the following:

mkdir build
cd build
\rm -rf ../build/*

ASE_ANI_DIR=<your path to ASE_ANI installation>
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$ASE_ANI_DIR/lib

condaEnv=~/.conda/envs/openMM2
CUDA_DIR=/local/CUDA/9.0.176
export OPENMM_CUDA_COMPILER=$CUDA_DIR/bin/nvcc

cmake -DOPENMM_DIR=$condaEnv \
      -DCMAKE_INSTALL_PREFIX=$condaEnv \
      -DASE_ANI_DIR=$ASE_ANI_DIR \
      -DCUDA_TOOLKIT_ROOT_DIR=$CUDA_DIR \
      -DNN_BUILD_CUDA_LIB=1 \
       <your path to the openmm-ani source root>
  1. Use the build system you selected to build and install the plugin. For example, if you selected Unix Makefiles, type make install to install the plugin, and make PythonInstall to install the Python wrapper.

Usage

You should now be able to run a minimization of a water molecule by running the command line below:

cd demo
min_ani.py -netDir $ASE_ANI_DIR/ani_models/ani-1ccx_8x -in H2O.pdb -out H2O.min.pdb
min_ani_cell.py -netDir $ASE_ANI_DIR/ani_models/ani-1ccx_8x -in H2O.pdb -out H2O.min.pdb

This runs a very simple minimization of water using OpenMM and the ANI neural Net potential. Pleae note that when starting from a strongly distorted water conformation the minimization might not converge to the expected minimum conformation. This is due to the optimizer taking big steps and landing in regions of the chemical wpace in which the ANI network was not trained. The result is that a wrong local minimum might be found.

Acknowledgments

Big parts of the is code were derived from the openmm-nn plugin by Peter Eastman. I would like to thank Peter for a great introduction to his plugin and OpenMM development as a whole!

The integration with ANI was done with lots of input from Justin S. Smith. I would like to thank him for all his input and for providing me with a modified version of the ANI shared libraries.

Petr Votava as instrumental in setting up the High Performance Computing enviroment and the OpenMM package at Genentch.

Literature:

Smith, J. S.; Isayev, O.; Roitberg, A. E. ANI-1: An Extensible Neural Network Potential with DFT Accuracy at Force Field Computational Cost. Chem. Sci. 2017, 8 (4), 3192โ€“3203.

Smith, J. S.; Nebgen, B.; Lubbers, N.; Isayev, O.; Roitberg, A. E. Less Is More: Sampling Chemical Space with Active Learning. The Journal of Chemical Physics 2018, 148 (24), 241733.

Smith, J. s.; Nebgen, B. T.; Zubatyuk, R.; Lubbers, N.; Devereux, C.; Barros, K.; Tretiak, S.; Isayev, O.; Roitberg, A. Outsmarting Quantum Chemistry Through Transfer Learning. figshare 2018.

Eastman, P.; Swails, J.; Chodera, J. D.; McGibbon, R. T.; Zhao, Y.; Beauchamp, K. A.; Wang, L.-P.; Simmonett, A. C.; Harrigan, M. P.; Stern, C. D.; et al. OpenMM 7: Rapid Development of High Performance Algorithms for Molecular Dynamics. PLOS Computational Biology 2017, 13 (7), e1005659.

License

###############################################################################
## The MIT License
##
## SPDX short identifier: MIT
##
## Copyright 2019 Genentech Inc. South San Francisco
##
## Permission is hereby granted, free of charge, to any person obtaining a
## copy of this software and associated documentation files (the "Software"),
## to deal in the Software without restriction, including without limitation
## the rights to use, copy, modify, merge, publish, distribute, sublicense,
## and/or sell copies of the Software, and to permit persons to whom the
## Software is furnished to do so, subject to the following conditions:
##
## The above copyright notice and this permission notice shall be included
## in all copies or substantial portions of the Software.
##
## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
## OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
## DEALINGS IN THE SOFTWARE.
###############################################################################

openmm-ani's People

Contributors

smdi-gne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.