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

Commit

Permalink
trac #15187 adding to the module list
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Feb 29, 2016
1 parent 731c2c3 commit bcab72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/doc/en/reference/combinat/module_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Comprehensive Module list
sage/combinat/integer_vectors_mod_permgroup
sage/combinat/interval_posets
sage/combinat/k_tableau
sage/combinat/kac_polynomial
sage/combinat/kazhdan_lusztig
sage/combinat/knutson_tao_puzzles
sage/combinat/lyndon_word
Expand Down
4 changes: 3 additions & 1 deletion src/sage/combinat/kac_polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

def cohomology_polynomial(Q, mu, var=None):
r"""
Return the cohomology polynomial of the quiver `Q` .
Return the cohomology polynomial of the quiver `Q`.
INPUT:
Expand Down Expand Up @@ -123,6 +123,8 @@ def DT_invariant(Q, v, q=None):
"""
Return the DT-invariant for the quiver `Q` and the dimension vector `v`.
DT is a shorthand for Donaldson-Thomas.
INPUT:
- `Q` -- a quiver as a digraph
Expand Down

0 comments on commit bcab72f

Please sign in to comment.