qttools.obc
[docs]
package
qttools.obc
| # Copyright (c) 2024 ETH Zurich and the authors of the qttools package.
from qttools.obc.obc import OBCMemoizer, OBCSolver
from qttools.obc.sancho_rubio import SanchoRubio
from qttools.obc.spectral import Spectral
__all__ = ["OBCSolver", "OBCMemoizer", "SanchoRubio", "Spectral"]
|