-
Notifications
You must be signed in to change notification settings - Fork 11
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
implement squeezing #83
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
==========================================
+ Coverage 75.31% 75.50% +0.18%
==========================================
Files 19 19
Lines 794 800 +6
==========================================
+ Hits 598 604 +6
Misses 196 196 ☔ View full report in Codecov by Sentry. |
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.
Wonderful! Feel free to bump version and add changelog and merge if the tests pass again after the bump.
@Krastanov I thought about this a little more after developing the Gaussian quantum info package and would like to alter this PR slightly as follows:
|
sounds good to me! |
Adds symbolic squeeze operator
SqueezeOp
and squeezed coherent stateSqueezedCoherentState
, with supported numerical translations to QuantumOptics.jl and symbolic simplification.