-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding a bunch of gates from the lab #520
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #520 +/- ##
===========================================
+ Coverage 89.84% 90.16% +0.31%
===========================================
Files 93 101 +8
Lines 6098 6291 +193
===========================================
+ Hits 5479 5672 +193
Misses 619 619
Continue to review full report in Codecov by Sentry.
|
- The tests for mzgate are improved - a bugfix in interferometer
- adding tests for realinterfermeter - minor improvements (e.g., correcting comments) in other files
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.
Some initial comments. Thanks Arsalan!
Hi, |
Co-authored-by: Anthony <125415978+apchytr@users.noreply.github.com>
Co-authored-by: Anthony <125415978+apchytr@users.noreply.github.com>
…into many-unitaries
Co-authored-by: Anthony <125415978+apchytr@users.noreply.github.com>
Co-authored-by: Anthony <125415978+apchytr@users.noreply.github.com>
…into many-unitaries
Thank you for the question. We are working to add a |
Context:
There are many interesting things implemented in the old lab which are still missing in lab_dev.
Description of the Change:
We add the following gates:
Pgate
: the quadratic phase gateCXgate
andCZgate
: the controlled-X and -Z gatesMZgate
: Mach-Zehnder gateInterferometer
andRealInterferometer
Also, we add the
BargmannEigenstate
which are simply unnormalized coherent states.Benefits:
More things to have ready!
Possible Drawbacks:
None.
Related GitHub Issues:
None.