Skip to content

Commit e55a010

Browse files
author
Hongwei
committedAug 11, 2022
correct equation
1 parent b7a5efe commit e55a010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All the parameters in the wave function are complex numbers.
6666
In the modified natural gradient descent method, the Fubini-study
6767
metric, which is the complex-valued form of Fisher information, is used to measure the "distance" between wave functions |ψ〉 and |φ〉. NGD can greatly improve the convengence speed as shown below.
6868

69-
$$\begin{equation}
70-
\gamma(\psi,\phi)=\arccos{ \sqrt{ \frac{\langle\psi|\phi\rangle\langle\phi|\psi\rangle}{ \langle\psi|\psi\rangle\langle\phi|\phi\rangle }} }.
71-
\end{equation}$$
69+
$$
70+
\gamma(\psi,\phi)=\arccos{ \sqrt{ \frac{\langle\psi|\phi\rangle\langle\phi|\psi\rangle}{\langle\psi|\psi\rangle\langle\phi|\phi\rangle }} }$$
71+
7272
![compare](./images/compare.png)

0 commit comments

Comments
 (0)
Please sign in to comment.