-
Notifications
You must be signed in to change notification settings - Fork 1
Qbits tests (round 4) #43
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
Conversation
|
Need to test that one can pass |
rajarshitiwari
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead with these changes.
| Let x1, x2, x3 be the vectors describing the positions of the three | ||
| qubits. Then we calcule the angle between x1-x2 and x3-x2. | ||
| """ | ||
| return self.get_angles([[a1, a2, a3]], mic=mic)[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if in the original ASE, a1, a2, a3 were only treated as integer indices, or did it support them as Atom object as well
This PR adds tests for:
All part of #26