An open API service indexing awesome lists of open source software.

https://github.com/glotzerlab/hoomd-workshop

Interactive workshop teaching HOOMD-blue.
https://github.com/glotzerlab/hoomd-workshop

Last synced: 12 months ago
JSON representation

Interactive workshop teaching HOOMD-blue.

Awesome Lists containing this project

README

          

# HOOMD-blue workshop

This repository contains Jupyter notebooks with notes and exercises for the
HOOMD-blue workshop.

You can run this code in the cloud, access it with a web browser from any
platform on:

* Google Colab (requires a Google account):
* To open a new notebook, choose a link below the notebook in [Google Colab](https://colab.research.google.com/).
* [Introducing HOOMD-blue](https://colab.research.google.com/github/glotzerlab/hoomd-workshop/blob/trunk/00-Introducing-HOOMD-blue.ipynb)
* [Introducing molecular dynamics](https://colab.research.google.com/github/glotzerlab/hoomd-workshop/blob/trunk/01-Molecular-dynamics-with-HOOMD-blue.ipynb)
* [Introducing custom actions](https://colab.research.google.com/github/glotzerlab/hoomd-workshop/blob/trunk/02-Introducing-custom-actions.ipynb)
* You can save your modified notebooks to your Google Drive.
* Binder:
* [Follow this link to start JupyterLab on
Binder](https://mybinder.org/v2/gh/glotzerlab/hoomd-workshop/HEAD)
* Double-click on a notebook in the left panel to open it.
* You can save your modified notebooks locally.

You can run these notebooks locally in a `conda` environment built from
[`environment.yml`](environment.yml).
* Supported platforms: *linux-64*, *osx-64*, and *osx-arm64*.
* Supported conda installations: *mambaforge*, *miniforge*, and *miniconda*.