All Projects → glotzerlab → hoomd-examples

glotzerlab / hoomd-examples

Licence: BSD-3-Clause License
HOOMD-blue example scripts.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hoomd-examples

PySDM
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
Stars: ✭ 26 (+73.33%)
Mutual labels:  simulation, monte-carlo-simulation, particle-system
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (+720%)
Mutual labels:  jupyter, simulation, molecular-dynamics
Lammps
Public development project of the LAMMPS MD software package
Stars: ✭ 1,019 (+6693.33%)
Mutual labels:  simulation, molecular-dynamics
Openmm
OpenMM is a toolkit for molecular simulation using high performance GPU code.
Stars: ✭ 791 (+5173.33%)
Mutual labels:  simulation, molecular-dynamics
Hoomd Blue
Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
Stars: ✭ 143 (+853.33%)
Mutual labels:  simulation, molecular-dynamics
Awesome Python Chemistry
A curated list of Python packages related to chemistry
Stars: ✭ 410 (+2633.33%)
Mutual labels:  simulation, molecular-dynamics
Pyiron
pyiron - an integrated development environment (IDE) for computational materials science.
Stars: ✭ 153 (+920%)
Mutual labels:  simulation, molecular-dynamics
Colvars
Collective variables module for molecular simulation and analysis programs
Stars: ✭ 99 (+560%)
Mutual labels:  simulation, molecular-dynamics
perses
Experiments with expanded ensembles to explore chemical space
Stars: ✭ 99 (+560%)
Mutual labels:  simulation, molecular-dynamics
Tensormol
Tensorflow + Molecules = TensorMol
Stars: ✭ 226 (+1406.67%)
Mutual labels:  simulation, molecular-dynamics
AdaptivePELE
AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
Stars: ✭ 14 (-6.67%)
Mutual labels:  molecular-dynamics, monte-carlo-simulation
ls1-mardyn
ls1-MarDyn is a massively parallel Molecular Dynamics (MD) code for large systems. Its main target is the simulation of thermodynamics and nanofluidics. ls1-MarDyn is designed with a focus on performance and easy extensibility.
Stars: ✭ 17 (+13.33%)
Mutual labels:  simulation, molecular-dynamics
photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (+93.33%)
Mutual labels:  simulation
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (+340%)
Mutual labels:  simulation
nseindia lob
National Stock Exchange of India Limit Order Book Simulation
Stars: ✭ 25 (+66.67%)
Mutual labels:  simulation
FLAMEGPU2
FLAME GPU 2 is a GPU accelerated agent based modelling framework for C++ and Python
Stars: ✭ 25 (+66.67%)
Mutual labels:  simulation
MD-11
A high-quality McDonnell Douglas MD-11 simulation for the open source simulator, FlightGear
Stars: ✭ 21 (+40%)
Mutual labels:  simulation
VENTOS Public
VEhicular NeTwork Open Simulator (VENTOS)
Stars: ✭ 46 (+206.67%)
Mutual labels:  simulation
get-started-with-JAX
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
Stars: ✭ 229 (+1426.67%)
Mutual labels:  jupyter
Newtonian-Particle-Simulator
C# OpenGL Particle Simulation, GPU accelerated
Stars: ✭ 131 (+773.33%)
Mutual labels:  particle-system

HOOMD-blue tutorials

These jupyter notebooks provide a tutorial for the HOOMD-blue simulation software and are included in HOOMD-blue's documentation.

Outline

Executing the tutorials

You can install HOOMD-blue and run these examples interactively.

Clone the hoomd-examples repository and start jupyter notebook

$ git clone https://github.com/glotzerlab/hoomd-examples
$ cd hoomd-examples
$ jupyter lab

Prerequisites

These examples use the following python packages:

Conda users can install these from conda-forge:

conda install -c conda-forge fresnel freud  gsd hoomd jupyterlab matplotlib
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].