Code
Web stuff
- mdscript.py - A script that utilizes Markdown
to make fully XHTML compliant html files. I use it to create all
of my pages now, since editing plaintext files is a lot easier to
read and maintain than HTML files.
Physics/Math
- optbloch - Evaluates the optical Bloch
equations for a two level system using simple time step
integration.
- wigner.py - Python module for evaluating
Clebsch-Gordan coefficients and Wigner 3- and 6-j symbols. 9-j
symbols are not yet implemented. (Note: This has not been
thoroughly tested, but all values that I have checked have given
correct results).
Miscellaneous
- arxivsum.py - Aggregates
arXiv RSS feeds and sends you an email
with new abstracts from the categories you want. This is meant to
be something you can run daily as a cron job. The only required
non-standard module is feedparser
which is available in Debian's apt repository.
Last updated 17 January 2012