qojulia / QuantumInterface.jl

Lightweight interface for Quantum Physics related packages
MIT License
6 stars 5 forks source link

Move several functions from QOBase #29

Closed apkille closed 1 week ago

apkille commented 2 weeks ago

In preparation for a Gaussian quantum optics package, I am moving the following function definitions to this interface: coherentstate, thermalstate, displace, squeeze, wigner.

apkille commented 2 weeks ago

@Krastanov pinging for review.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 17.29%. Comparing base (521a05b) to head (c8cd954). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ======================================= Coverage 17.29% 17.29% ======================================= Files 12 12 Lines 399 399 ======================================= Hits 69 69 Misses 330 330 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 1 week ago

Thanks, this has been on my todo list for a while, much appreciated you have taken care of it.