In this post I would like to reflect a bit on Julia. These are my personal views and I have had more than a year developing a lot of packages for the Julia programming language. After roaming around many different languages including R, MATLAB, C, and Pyt... (more…)
Read more »
There are three big parts
of this
release: support for proxying certain panels through an SSH
server, support for three new scripting languages, and usability
improvements when working with many megabytes of data.
(more…)
Read more »
QuantumOptics.jl - Library for the numerical simulation of closed as well as open quantum systems. (more…)
Read more »
Since Julia has a younger ecosystem, you won't always find the functionality you need for every task. In those cases, you're left with the choice to either: Implement it yourself. This is great for the Julia community in the long run (especially if you ... (more…)
Read more »
I wrote a blog post about how to implement your own (operator overloading based) automatic differentiation (AD) in one day (actually 3 hrs) last year. AD looks like magic sometimes, but I’m going to t... (more…)
Read more »