Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Nov 4, 2024
1 parent 4c6ad99 commit 00c6a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
if (GROUP == "All") || (GROUP == "Core")
using QuantumToolbox
import QuantumToolbox: position, momentum
import Random
import Random: MersenneTwister
import SciMLOperators: MatrixOperator

QuantumToolbox.about()
Expand Down

0 comments on commit 00c6a92

Please sign in to comment.