Update attributes
This commit is contained in:
parent
c84dcf919a
commit
f088587ed4
1 changed files with 4 additions and 4 deletions
|
|
@ -7,13 +7,13 @@ QuBit(alpha: complexe, beta: complexe)
|
||||||
|
|
||||||
### Attributes
|
### 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
|
### Methode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue