From 8b84e7c7954b741091cda8764198a3f3ed5e7ef9 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 23 Oct 2023 13:30:37 +0200 Subject: [PATCH] update MuBit.md --- docs/QuBit/MuBit.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/QuBit/MuBit.md b/docs/QuBit/MuBit.md index 22f15fd..a22a68c 100644 --- a/docs/QuBit/MuBit.md +++ b/docs/QuBit/MuBit.md @@ -54,4 +54,10 @@ MuBit(n: int) - ```observe() -> list[int]``` - forces the QuBits in a state, where the probabilities are given throught __state. Returns the list of the state of each QuBit. \ No newline at end of file + forces the QuBits in a state, where the probabilities are given throught __state. Returns the list of the state of each QuBit. + +### Staticmethods + +- ```intricateThem(*args: QuBit) -> MuBit``` + + returns a new QuBit, independent of the args, but corresponding to the intrication of all given QuBits \ No newline at end of file