Skip to content
View EigenSolver's full-sized avatar
:electron:
Solving Quantum Dynamics
:electron:
Solving Quantum Dynamics

Organizations

@MSC-CQU

Block or report EigenSolver

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EIgenSolver/README.md

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 )$

Pinned Loading

  1. SpinControl.jl SpinControl.jl Public

    A Julia package to simulate the open-system dynamics of a noisy spin qubit driven by customizable quantum control protocols.

    Julia 6

  2. QuantumBFS/Yao.jl QuantumBFS/Yao.jl Public

    Extensible, Efficient Quantum Algorithm Design for Humans.

    Julia 987 127

  3. QAOA_TSP QAOA_TSP Public archive

    Research on Quantum Approximate Optimization Algorithm on Travelling Salesman Problem

    Jupyter Notebook 5

  4. SpinShuttling.jl SpinShuttling.jl Public

    Simulate the correlated stochastic noise in multiple-spin shuttling problem.

    Julia