qubed/docs/api.md
2025-02-14 09:13:55 +00:00

183 B

API

Set Operations

from qubed import Qube

A = Qube.from_dict({
    "a=1": {"b": {1, 2, 3}, "c": {1}},
    "a=2": {"b": {1, 2, 3}, "c": {1}},
})
A