Skip to content

EigenSolver/EIgenSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

Hi there, I'm Yuning👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class QuantumPhysicist:

    def __init__(self):
        self.name = "Yu-Ning Zhang"
        self.role = "Quantum Physicist"
        self.hobbies = ["Physics", "Mathematics", "Coding", "Gaming"]
        self.language_spoken = ["zh_CN", "en_US"]

    def say_hi(self):
        print("Hello, I program mathematics and quantum physics!")

me = QuantumPhysicist()
me.say_hi()

I am a Ph.D. student working in the area of quantum information. I develop highly efficient numerics in Julia to simulate open quantum systems. In my leisure time, I love programming and solving mathematical puzzles.

Aside from my research, I also have a broad curiosity about trending technologies such as the LLM-based autonomous agent or decentralized networks of Web 3.0.

$\Huge {\hat {H}}|\psi _{n}(t)\rangle =i\hbar {\frac {\partial }{\partial t}}|\psi _{n}(t)\rangle,\quad S(\rho )= -\mathrm {tr} (\rho \ \log _{2}\ \rho )$

About

My personal poster!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published