Skip to content

Commit cd92f15

Browse files
committed
Update plot.py
1 parent 107212f commit cd92f15

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

radicalpy/plot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ def energy_levels(sim: HilbertSimulation, B: np.ndarray, J=0, D=0):
239239
Returns:
240240
None: Displays a Matplotlib line plot of energy levels vs field.
241241
"""
242-
# TODO(VATAI): DO THIS PROPERLY
243-
# TODO(VATAI): use tick labels
244242
assert (
245243
type(sim) == HilbertSimulation
246244
), "plot.energy_levels assumes Hilbert space simulation"

0 commit comments

Comments
 (0)