From f088587ed41989e98e9bd8acabf5ff81907c89cd Mon Sep 17 00:00:00 2001 From: Didictateur <105631786+Didictateur@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:30:49 +0200 Subject: [PATCH] Update attributes --- docs/QuBit/QuBit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/QuBit/QuBit.md b/docs/QuBit/QuBit.md index bc54454..3b3d056 100644 --- a/docs/QuBit/QuBit.md +++ b/docs/QuBit/QuBit.md @@ -7,13 +7,13 @@ QuBit(alpha: complexe, beta: complexe) ### Attributes -- ```__m: list[list[complexe]]``` +- ```__state: list[complexe]``` - the values contained in the matrix. + list of the values for the state |0> and |1> -- ```__size: tuple[int, int]``` +- ```__intricated: bool``` - the size of the matrix + tells if the qubit is intricated or not ### Methode