qubed/docs/api.md
2025-02-26 09:11:30 +00:00

181 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