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

add linear algebra and documentation #61

Merged
merged 12 commits into from
Jul 22, 2024
Merged

Conversation

apkille
Copy link
Member

@apkille apkille commented Jul 5, 2024

  • Adds the following linear algebra functionalities:
    • Complex conjugate conj
    • Transpose transpose
    • Exponential of an operator exp
    • Vectorization of an operator vec
  • Adds a guide documentation page for getting started with the package, now that we have extensive functionalities for creating, manipulation, and numerically translating expressions.
  • Cleans up and adds docstrings.

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 83.11111% with 38 lines in your changes missing coverage. Please review.

Project coverage is 73.88%. Comparing base (c9d8eed) to head (32658c9).
Report is 1 commits behind head on main.

Files Patch % Lines
src/QSymbolicsBase/linalg.jl 82.63% 29 Missing ⚠️
src/QSymbolicsBase/basic_superops.jl 59.09% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   70.46%   73.88%   +3.41%     
==========================================
  Files          17       18       +1     
  Lines         650      804     +154     
==========================================
+ Hits          458      594     +136     
- Misses        192      210      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Krastanov Krastanov self-requested a review July 17, 2024 20:04
Copy link
Member

@Krastanov Krastanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Left some very minor comments that you can disregard if you wish or if you have different plans or styles in mind. Feel free to merge

docs/src/introduction.md Show resolved Hide resolved
docs/src/introduction.md Outdated Show resolved Hide resolved
docs/src/introduction.md Outdated Show resolved Hide resolved
@apkille apkille dismissed Krastanov’s stale review July 22, 2024 17:31

permission to merge

@apkille apkille merged commit 4d28a97 into QuantumSavory:main Jul 22, 2024
16 of 17 checks passed
@apkille apkille deleted the ops branch July 22, 2024 17:32
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.

None yet

2 participants