Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.35 KB

index.rst

File metadata and controls

38 lines (28 loc) · 1.35 KB

MolSSI Driver Interface TorchANI Tutorial

_static/mdi-dark.png

_static/mdi-light.png

The MolSSI Driver Interface (MDI) project provides a standardized API for fast, on-the-fly communication between computational chemistry codes. Traditionally, enabling communication between various computational chemistry codes has required a cumbersome process of writing and reading files to disk. The MolSSI Driver Interface (MDI) project offers a streamlined API that facilitates direct, on-the-fly communication between different programs. With MDI, researchers can now seamlessly link multiple computational tools using a Python or C++ script, bypassing the need for intermediate files.

This tutorial will walk you through creating an MDI Driver that uses [TorchANI]() and [LAMMPS]() to perform a molecular dynamics simulation.

.. toctree::
   :maxdepth: 2
   :hidden:
   :titlesonly:

   setup
   mdimechanic
   energy_calculations
   driver_tutorial