Skip to content
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

Fix definition of norm #134

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Parameters
**Type :** Double

**Description :** The norm of a wave function before normalization
given by :math:`\langle \tilde{\psi}_{k} |\tilde{\psi}_{k}\rangle`,
given by :math:`\sqrt{\langle \tilde{\psi}_{k} |\tilde{\psi}_{k}\rangle}`,
where
:math:`|\tilde{\psi}_{k}\rangle \equiv(l-{\mathcal H}/N_{s})|\psi_{k=1}\rangle`.

Expand All @@ -66,7 +66,7 @@ Parameters

**Description :** The norm of an initial wave function before
normalization given by
:math:`\langle \tilde{\psi}_{0} |\tilde{\psi}_{0}\rangle`, where
:math:`\sqrt{\langle \tilde{\psi}_{0} |\tilde{\psi}_{0}\rangle}`, where
:math:`|\tilde{\psi}_{0}\rangle` is an initial random vector.

* [int01]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ Norm\_rand.dat
**形式 :** double型

**説明 :** TPQ法で計算される規格化前の波動関数(ベクトル)のノルム:
:math:`\langle \tilde{\psi}_{k} |\tilde{\psi}_{k}\rangle`\ 。ただし、\ :math:`|\tilde{\psi}_{k}\rangle \equiv(l-\mathcal{H}/N_{s})|\psi_{k-1}\rangle`\ 。
:math:`\sqrt{\langle \tilde{\psi}_{k} |\tilde{\psi}_{k}\rangle}`\ 。ただし、\ :math:`|\tilde{\psi}_{k}\rangle \equiv(l-\mathcal{H}/N_{s})|\psi_{k-1}\rangle`\ 。

- :math:`[`\ double03\ :math:`]`

**形式 :** double型

**説明 :**
規格化前の初期波動関数(ランダムベクトル)のノルム:\ :math:`\langle \tilde{\psi}_{0} |\tilde{\psi}_{0}\rangle`\ 。ただし、\ :math:`|\tilde{\psi}_{0}\rangle`\ は規格化前の初期波動関数。
規格化前の初期波動関数(ランダムベクトル)のノルム:\ :math:`\sqrt{\langle \tilde{\psi}_{0} |\tilde{\psi}_{0}\rangle}`\ 。ただし、\ :math:`|\tilde{\psi}_{0}\rangle`\ は規格化前の初期波動関数。

- :math:`[`\ int01\ :math:`]`

Expand Down