Skip to content

fix some formula typos #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 第二章量子计算基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

  左矢(bra): $$\langle\psi|=\left[\mathrm{c}_{1}^{*}, c_{2}^{*}, \ldots, c_{n}^{*}\right]$$

  采用竖线和尖括号的组合描述一个量子态,其中每一个分量都是复数,右上角标$$T$$表示转置。这种形式表示量子态是一个矢量。右矢表示一个 $$n 1$$的列矢量,左矢表示一个 $$1 n$$ 的行矢量。另外,在讨论同一个问题时,如果左矢和右矢在括号内的描述相同的话,那么这两个矢量互为转置共轭。
  采用竖线和尖括号的组合描述一个量子态,其中每一个分量都是复数,右上角标$$T$$表示转置。这种形式表示量子态是一个矢量。右矢表示一个 $$n \times 1$$的列矢量,左矢表示一个 $$1 \times n$$ 的行矢量。另外,在讨论同一个问题时,如果左矢和右矢在括号内的描述相同的话,那么这两个矢量互为转置共轭。

**2)内积和外积**

Expand All @@ -120,7 +120,7 @@ $$
$$


  表示一个 $$n*n$$ 矩阵。
  表示一个 $$n\times n$$ 矩阵。

**5.两能级系统 Two Level System**

Expand Down