SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
87 stars 19 forks source link

Tutorials should begin with a version check #287

Open kbarros opened 3 months ago

kbarros commented 3 months ago

The interface to Sunny is evolving, and many of our tutorials fall out of date. Our tutorials should begin with a version check. Following the Julia docs for version literals, one could use:

@assert v"0.6.1" <= pkgversion(Sunny) < v"0.7-"