Update attributes

This commit is contained in:
Didictateur 2023-10-22 18:30:49 +02:00 committed by GitHub
parent c84dcf919a
commit f088587ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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