Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 authored Oct 7, 2024
1 parent 599238c commit 0f9984b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ You can install via [PyPI](https://pypi.org/). For example,
"""Sample python code"""

from sc_vortex_2d.vortex import VortexInstanceT03
from scipy import interpolate
from scipy.interpolate import CubicSpline

instance: VortexInstanceT03 = VortexInstanceT03()

delta: interpolate.CubicSpline = instance.get_pair_potential()
delta: CubicSpline = instance.get_pair_potential()

e0: float = instance.get_ith_eigen_energy(0) # lowest energy level in the region of e > 0.

Expand Down

0 comments on commit 0f9984b

Please sign in to comment.