Skip to content
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

WIP: Symmetric ordering #36

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

WIP: Symmetric ordering #36

wants to merge 1 commit into from

Conversation

david-pl
Copy link
Member

I implemented a simple struct that acts as a QSym avoiding application of commutation relations. This can be used in a simple method for computing the symmetrized equations out of the set of equations that uses normal ordering. As a first test I generalized the example using position and momentum operators from the documentation to higher orders (https://qojulia.github.io/QuantumCumulants.jl/dev/implementation/#interface).

@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #36 (9debb31) into master (7b0c103) will increase coverage by 0.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   82.76%   83.08%   +0.31%     
==========================================
  Files          15       16       +1     
  Lines        1700     1726      +26     
==========================================
+ Hits         1407     1434      +27     
+ Misses        293      292       -1     
Impacted Files Coverage Δ
src/printing.jl 49.09% <100.00%> (+3.99%) ⬆️
src/symmetrize.jl 100.00% <100.00%> (ø)
src/utils.jl 95.97% <0.00%> (+0.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b0c103...9debb31. Read the comment docs.

@david-pl david-pl marked this pull request as draft July 9, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant