Skip to content

qttools.obc#

[docs] package qttools.obc

1
2
3
4
5
6
7
# 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"]