Skip to content

qttools.comm#

[docs] package qttools.comm

1
2
3
4
5
6
7
8
# Copyright (c) 2025 ETH Zurich and the authors of the qttools package.

from qttools.comm.comm import QuatrexCommunicator

# Instantiate the singleton communicator.
comm = QuatrexCommunicator()

__all__ = ["comm"]