<!-- .. Myblog documentation master file, created by
   sphinx-quickstart on Mon Sep  4 17:24:50 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive. -->

# Hi, this is C.X.Wu's blog.

## 介绍

你好！这是我进行个人兴趣记录的一个博客。

本网站的内容存在不完整的情况，因为创建这个博客的主要目的，是我自己能够方便的查询和整理，以及随便写写。尽管我尝试写的更有逻辑一些，但时间总是有限，有些部分我只写了公式而未做具体说明。对于你来说可能并不方便。然而，如果这其中的某些内容能对你有帮助或启发，我很高兴能无意中做到这一点。

目前我主要的兴趣在`量子计算`和`量子化学`。

如果你有相关的建议，或是准备引用这里的论述，欢迎联系我进行交流: wuchuixiong@miqroera.com 或 wucx20@tsinghua.org.cn

## 目录

```{toctree}
:caption: 博文

docs/blogs/index.md
```

```{toctree}
:caption: 简易理论补充
:maxdepth: 1

docs/群论/index.md
docs/量子力学/index.md
```

```{toctree}
:caption: 计算科学
:maxdepth: 2

docs/量子化学/index.md
docs/量子计算/index.md
```

```{toctree}
:caption: 编程技巧
:maxdepth: 2

docs/coding/python/index.md
docs/coding/julia/index.md
```

```{toctree}
:caption: 其他
:maxdepth: 1

others/sphinx_book.md
others/my_info.md

```
