Skip to content

Commit

Permalink
fix type hint in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Jan 3, 2023
1 parent 746b624 commit 4499c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ instance: VortexInstanceT03 = VortexInstanceT03()
delta: interpolate.CubicSpline = instance.get_pair_potential()
e0 = instance.get_ith_eigen_energy(0) # lowest energy level in the region of e > 0.
e0: float = instance.get_ith_eigen_energy(0) # lowest energy level in the region of e > 0.
u0, v0 = instance.get_ith_eigen_func(0) # get wave functions
Expand Down

0 comments on commit 4499c32

Please sign in to comment.