Skip to content

Commit

Permalink
Update src/sage/algebras/lie_conformal_algebras/free_fermions_lie_con…
Browse files Browse the repository at this point in the history
…formal_algebra.py

Co-authored-by: gmou3 <[email protected]>
  • Loading branch information
fchapoton and gmou3 authored Sep 4, 2024
1 parent 2fe6b83 commit e712c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(self, R, ngens=None, gram_matrix=None, names=None,
names,index_set = standardize_names_index_set(names=names,
index_set=index_set,
ngens=ngens)
fermiondict = {(i,j): {0: {('K',0): gram_matrix[index_set.rank(i),
fermiondict = {(i,j): {0: {('K', 0): gram_matrix[index_set.rank(i),
index_set.rank(j)]}} for i in index_set for j in index_set}

from sage.rings.rational_field import QQ
Expand Down

0 comments on commit e712c07

Please sign in to comment.