Package TTCME
TT-CME package with torchTT as backend for the Tensor-Train computations.
Expand source code
"""
TT-CME package with [torchTT](https://github.com/ion-g-ion/torchTT) as backend for the Tensor-Train computations.
"""
from .ttcme import ChemicalReaction, ReactionSystem
from .pdf import pdfTT, GammaPDF, BetaPdfTT, LogNormalObservation, GaussianObservation
from .basis import BSplineBasis, LegendreBasis, ChebyBasis
from .TimeIntegrator import TTInt
Sub-modules
TTCME.TimeIntegrator-
Tensor train integrator for linear ODEs in the TT format (implements tAMEn)
TTCME.basis-
Implements the basic univariate bases.
TTCME.pdf-
This contains the basic probability density function
pdfTTrepresented using tensor product basis and TT DoFs. TTCME.ttcme-
This module implements the
ChemicalReactionclass as well as theReactionSystemclass.