Revision 291ae6c7dbfcbded27c604f136982a5067d14b8e authored by thevincentadam on 20 January 2020, 12:17:20 UTC, committed by thevincentadam on 20 January 2020, 12:17:20 UTC
1 parent 5dc31b8
Raw File
dispatch.py
from multipledispatch import Dispatcher

expectation = Dispatcher('expectation')
quadrature_expectation = Dispatcher('quadrature_expectation')
variational_expectation = Dispatcher('variational_expectation')
back to top