Commit Graph

14 Commits

Author SHA1 Message Date
Bertrand Benjamin 60ee751e91 Fix: add special case to add typing
continuous-integration/drone/push Build is failing Details
Sometimes, typing/add.py tried to build MOpolynomial with only one
coefficient.
2021-10-20 15:33:46 +02:00
Bertrand Benjamin f12ec38746 Feat: Polynomial are displayed in nicer order! 2019-10-30 21:12:58 +01:00
Bertrand Benjamin 41385ec561 Feat: Polynoms can be differentiate!!!! 2019-07-15 17:48:59 +02:00
Bertrand Benjamin 09b04d2703 Style: apply black 2019-05-14 06:55:56 +02:00
Bertrand Benjamin f51ffbbe8b Fix(Core): refact MO, clean import and fix renders
Split MO in 2 categories Atoms and Molecules
2018-12-21 11:26:37 +01:00
Bertrand Benjamin 8b6ede92c5 Feat(Core): Clarify power and degree for MO 2018-12-07 15:29:34 +01:00
Bertrand Benjamin 79aaa3c5d9 Feat(core): add power attribut to MOPolynomial 2018-12-07 10:47:00 +01:00
Bertrand Benjamin 1c02b57476 Fix(Core): degree method of MOpolynomial 2018-12-07 10:43:41 +01:00
Bertrand Benjamin c8be5c1414 Doc(Core): Add docstring for monomials in MOPolynomial 2018-11-23 11:53:10 +01:00
Bertrand Benjamin b23d83b9da Feat(Compute): Add polynoms with polynoms 2018-11-13 16:19:02 +01:00
Bertrand Benjamin 17153dd345 Feat(Compute): Add MOpolynomial with scalar 2018-11-13 14:42:40 +01:00
Bertrand Benjamin 051d79cb9b Feat(Compute): Start add MO to create MOpolynomial 2018-11-13 11:40:21 +01:00
Bertrand Benjamin eff3ccf9f5 Feat(MO): Initiate MOpolynomial 2018-11-13 10:58:32 +01:00
Bertrand Benjamin 5b9a35081a Feat(MO): Start polynomial 2018-11-12 09:41:39 +01:00