Follow-up workshop: Interchange Showcase

Abstract

This session will cover the current state of Interchange development and future plans. The example code will explore the API points for creating, inspecting, modifying, combining, and exporting parameterized molecular systems using the new Interchange object, and show examples of how Interchange can be tied into larger workflows.

Occurrence(s)

Zoom Link

Join our Cloud HD Video Meeting

Attendee preparation/install instructions

You can either follow along with this workshop on your local computer (preferred) or on an online Binder instance if you are unable to get it running locally:

Local installation

  1. Ensure you have a conda distribution installed on your computer. Miniconda or miniforge are two lighter options compared to the full Anaconda distribution. An existing installation should work.

  2. Download the materials from the GitHub repository below, either from the โ€œDownload ZIPโ€ button or through git clone git@github.com:openforcefield/interchange-workshop-2022.git

    1. Extract the ZIP file, if used

    2. Change directory into the appropriate directory

  3. Create a Conda environment:

conda env create --file environment.yml conda activate interchange-workshop

4. Open the notebooks directory and click on notebooks to follow along

jupyter-notebook notebooks/

ย 

Binder (slower, runs in cloud)

  1. Binder link available during the workshop

  2. Binder link with post-workshop materials

Materials

Materials (mostly Jupyter notebooks) are prepared in a GitHub repository [1]. A tagged โ€œreleaseโ€ [2] is made for those that prefer downloading archives (see โ€œAssetsโ€). Another tagged โ€œreleaseโ€ [3] was made to include the virtual sites notebook and some minor edits.

ย 

  1. https://github.com/openforcefield/interchange-workshop-2022

  2. https://github.com/openforcefield/interchange-workshop-2022/releases/tag/2022.0.0

  3. Release 2022.1.0 Post-Workshop Release ยท openforcefield/interchange-workshop-2022

ย