Remove need for spin projection in spin_magnitude_conservation
rule
#280
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
Milestone
The
spin_magnitude_conservation()
rule requiresSpinEdgeInput
, which has aspin_projection
attribute, even though the rule implementation does not need it. This is a problem for #158. That issue either needs to work with spin projections for now (which is what we eventually want to remove, see #219) or we need to remove the need for providing a spin projection altogether by solving this issue first.qrules/src/qrules/conservation_rules.py
Lines 694 to 728 in e60ff89
The text was updated successfully, but these errors were encountered: