Skip to content
Snippets Groups Projects
Commit 0ec6a259 authored by Christoph Groth's avatar Christoph Groth
Browse files

continuum: remove some names from the API for now

parent c45fbe8d
Branches
No related tags found
No related merge requests found
......@@ -12,13 +12,12 @@ from .._common import ExtensionUnavailable
try:
from .discretizer import discretize, discretize_symbolic, build_discretized
from ._common import sympify, lambdify
from ._common import momentum_operators, position_operators
from ._common import sympify, lambdify, make_commutative
except ImportError:
sys.modules[__name__] = ExtensionUnavailable(__name__, ('sympy',))
del sys, ExtensionUnavailable
__all__ = ['discretize', 'discretize_symbolic', 'build_discretized',
'momentum_operators', 'position_operators', 'sympify',
'lambdify', 'make_commutative']
'sympify', 'lambdify']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment