Legacy Software and gfortran-10

A recent update to the gfortran program is breaking compiliation of many legacy software packages. I will describe the underlying cause and possible mitigation strategies.



Using py3Dmol

py3Dmol is a convenient python model for visualizing molecules inside python notebooks. Here I will provide a tutorial for using py3Dmol, including some advanced features.



Playing with Pandemic Models

The ongoing COVID-19 pandemic provides some opportunity to explore discrete event modelling with python.



Eigenvectors from Eigenvalues

A recent paper by Denton et al. revealed an interesting fundamental relationship between the eigenvalues and eigenvectors of a matrix. I will describe their findings and explore how it might be applied.



Linear Operators in Python

In this post I will extend the previously presented simple Schrödinger equation solver using the concepts of linear operators and closures.