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