Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix .one_basis()
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorkarn committed Jun 20, 2022
1 parent 353d588 commit 8b0bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/clifford_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ def one_basis(self):
sage: Cl.one_basis()
()
"""
return ()
return FrozenBitset('0')

def is_commutative(self):
"""
Expand Down

0 comments on commit 8b0bd3c

Please sign in to comment.