Skip to content

Instantly share code, notes, and snippets.

View orbeckst's full-sized avatar

Oliver Beckstein orbeckst

View GitHub Profile
@orbeckst
orbeckst / distances-legacy-0.ipynb
Last active June 12, 2021 05:00
Analysis of moving across the board in the game Pandemic Legacy Season 0.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orbeckst
orbeckst / density-analysis.ipynb
Created January 6, 2021 01:14
Density Analysis in MDAnalysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orbeckst
orbeckst / polymer_rdf_COM.ipynb
Last active June 29, 2023 12:05
Radial distribution function (RDF) calculation of the centers of mass of molecules with MDAnalysis.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orbeckst
orbeckst / otf-blog.ipynb
Last active March 7, 2020 11:55
On-the-fly transformations blog post
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orbeckst
orbeckst / xtc_vs_memreader.py
Created June 12, 2019 17:58
Testing memory consumption of the MDAnalysis XTCReader vs MemoryReader. See https://github.com/MDAnalysis/mdanalysis/wiki/memory-profiling
# -*- coding: utf-8 -*-
# load trajectory and iterate
import numpy as np
import tqdm
import MDAnalysis as mda
import gc
@orbeckst
orbeckst / dihedral_benchmark.ipynb
Last active August 27, 2018 16:59
benchmarking dihedral featurization in MDAnalysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orbeckst
orbeckst / pandemic_season_2.ipynb
Last active March 6, 2018 19:05
Pandemic Legacy – Season 2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.