Skip to content

qttools.kernels.inplace.cupy#

[docs] package qttools.kernels.inplace.cupy

1
2
3
4
5
6
# Copyright (c) 2024-2026 ETH Zurich and the authors of the qttools package.


from qttools.kernels.inplace.cupy.inplace import iadd, iadd_obc, isub, isub_obc

__all__ = ["iadd", "iadd_obc", "isub", "isub_obc"]