Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Jan 3, 2023
1 parent 7fec585 commit 6c1600c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sc_vortex_2d/vortex.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_ith_eigen_func(
This method returns ith eigen functions (u, v) at T = 0.3 T_c.
Radial coordinates is scaled by inverse of fermi wave number.
As u and v have dimension of L.L, value of them
As u and v have dimension of inverse of L.L, value of them
is scaled by 2 times fermi wave number. (k_F * k_F)
Args:
Expand Down Expand Up @@ -182,7 +182,7 @@ def get_ith_eigen_func(
This method returns ith eigen functions (u, v) at T = 0.5 T_c.
Radial coordinates is scaled by inverse of fermi wave number.
As (u, v) have dimension of L.L, value of them
As (u, v) have dimension of inverse of L.L, value of them
is scaled by 2 times fermi wave number. (k_F * k_F)
Args:
Expand Down Expand Up @@ -264,7 +264,7 @@ def get_ith_eigen_func(
This method returns ith eigen functions (u, v) at T = 0.8 T_c.
Radial coordinates is scaled by inverse of fermi wave number.
As (u, v) have dimension of L.L, value of them
As (u, v) have dimension of inverse of L.L, value of them
is scaled by 2 times fermi wave number. (k_F * k_F)
Args:
Expand Down

0 comments on commit 6c1600c

Please sign in to comment.