Write spin magnitude and projection as Fraction #158
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
⚠️ Interface
Breaking changes to the API
Spin
andState.spin_projection
are currentlyfloat
. This is annoying in testing whether a spin is integer or half. A way out may be to usefractions.Fraction
. Note that it has to be verified if this works well with theconstraints
solver.The text was updated successfully, but these errors were encountered: