[sage-combinat-devel] Re: Hopf Algebra(s) -> FQSym, WQSym, PQSym... PBT (Ticket #13793 and #13855)

2014-02-15 Thread Jean-Baptiste Priez
Hi, I begin with git so I'm not sure about what I did... but that code should work to use FQSym: {{{ fqs = FQSym(QQ) }}} or {{{ from sage.combinat.hopf_algebras.fqsym import FreeQuasiSymmetricFunctions fqs = FreeQuasiSymmetricFunctions(QQ) }}} Then you could use bases like before... {{{ sage:

[sage-combinat-devel] Re: Hopf Algebra(s) -> FQSym, WQSym, PQSym... PBT (Ticket #13793 and #13855)

2014-02-03 Thread bump
We were trying to find FQSym in sage-git. We tried checking out the branch u/elixyre/ticket/13793 but did not find the code we are looking for. We were hoping to find code for FreeQuasiSymmetricFunctions similar to this: https://bitbucket.org/nborie/cha Did we check out the wrong branch? On Thur

[sage-combinat-devel] Re: Hopf Algebra(s) -> FQSym, WQSym, PQSym... PBT (Ticket #13793 and #13855)

2012-12-29 Thread Jean-Baptiste Priez
I put my patch at the top of the queue and it's ok. (It was just a hunk). Cheers, Jean-Baptiste Le samedi 29 décembre 2012 11:28:33 UTC+1, Frédéric Chapoton a écrit : > > Well, this is not exactly true, as the latex method is not modified in my > patch. I only introduce new methods (written ju

[sage-combinat-devel] Re: Hopf Algebra(s) -> FQSym, WQSym, PQSym... PBT (Ticket #13793 and #13855)

2012-12-29 Thread Frédéric Chapoton
Well, this is not exactly true, as the latex method is not modified in my patch. I only introduce new methods (written just before the latex method indeed) Is there any conflict with my patch when you apply the queue in full ? does it say that it need to be rebased ? or is there just a hunk ?

[sage-combinat-devel] Re: Hopf Algebra(s) -> FQSym, WQSym, PQSym... PBT (Ticket #13793 and #13855)

2012-12-28 Thread Jean-Baptiste Priez
I disabled #13855 because I have re-implement the latex method of abstract_tree.py and this one is also redefine in q_tree_factorial-fc.patch. (the attached file contains some examples of latex output) Le jeudi 20 décembre 2012 18:40:10 UTC+1, Jean-Baptiste Priez a écrit : > > I try to implement