Hello, welcome to my homepage!

About Me

I completed my B.Sc. in Physics @Nankai University in China. Now, I am an M.Sc. in Physics student @Ludwig Maximilian University of Munich, in Germany. My interest lies in exploring the beauty of physics using code.

I currently focus on quantum many-body physics.

Recent posts

Using GPU with Julia

1 minute read

I wanted to use Julia package CUDA.jl on computing clusters. But when I precompile the pkg, I got: Error: CUDA.jl could not find an appropriate CUDA runtime...

Using Julia on computing clusters

1 minute read

I wanted to use Julia on computing clusters with Jupyterhub at LMU. So I first checked if Julia is installed using: pip show julia which gave me the info a...