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.
- Host: GitHub
- URL: https://github.com/glotzerlab/hoomd-workshop
- Owner: glotzerlab
- License: bsd-3-clause
- Created: 2022-06-20T21:49:06.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2023-02-17T18:00:35.000Z (over 3 years ago)
- Last Synced: 2025-04-13T10:11:34.682Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 441 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*.