-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6 support qubits initialised in z rotated hadamard basis #11
6 support qubits initialised in z rotated hadamard basis #11
Conversation
remove pytket-benchmarking = {path = "../../pytket-benchmarking"} python = "<3.12,>=3.10" to python = "^3.10" pyproject.toml I did not have these install, but seemed to be needed pip install "pyqt5<5.16" pip install "pyqtwebengine<5.16"
…s-initialised-in-z-rotated-hadamard-basis
I believe it should be that if you rebase this branch on top of main then the changes will start to make sense. |
Depending on how many changes there are in here that you want to keep you may also wish to make a fresh branch. I see that there are some conflicts which might make the rebase messy. |
Cool. I think main thing is the removal of the env and some changes in each class. |
Should we close this PR. I think the change is made in -> #32 |
The class:
QubitManager
was updated to include a newBitRegister
.The class
GraphCircuit
was updated to include aget_plus_state(self,z_multiple: int = 0)
with the option of having aZ
rotation added.