chore: Test stats workflow

This commit is contained in:
jstoobysmith 2024-11-11 10:07:25 +00:00
parent bff1468718
commit ad5c329e26
7 changed files with 39 additions and 0 deletions

View file

@ -120,6 +120,7 @@ noncomputable
def asBasis : Basis (Fin n) ((PureU1 n.succ).LinSols) where
repr := coordinateMap
/-- The module over `` defined by linear solutions to the pure `U(1)` ACCs is finite. -/
instance : Module.Finite ((PureU1 n.succ).LinSols) :=
Module.Finite.of_basis asBasis

View file

@ -26,6 +26,7 @@ namespace PureU1
@[simp]
def PermGroup (n : ) := Equiv.Perm (Fin n)
/-- The type `PermGroup n` inherits the instance of a group from `Equiv.Perm`. -/
instance {n : } : Group (PermGroup n) := Equiv.Perm.permGroup
section Charges