NASymmetry / MolSym

I can't believe it's NonAbelian!
MIT License
13 stars 6 forks source link

Bug fix: Inconsistent early return #21

Closed avcopan closed 11 months ago

avcopan commented 11 months ago

I ran into this bug in the early return statement that seemed simple enough for me to fix, so I thought I would submit a PR.

Note: I had the function just return an identity matrix for rmat and rmat_inv. Not sure if that matters.

sgoodlett commented 11 months ago

Thank you for the fix!