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 Quantica.integrand for josephson currents #306

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

pablosanjose
Copy link
Owner

@pablosanjose pablosanjose commented Sep 27, 2024

Provides an unexported method j = integrand(J::Josephson, kBT = 0.0) to obtain the function whose integral over ω yields the Josephson current J(kBT), where J = josephson(...). The integrand can be called with Quantica.call!(j, ω; params...) (mutating) of j(ω; params...) (allocating)

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.77%. Comparing base (85edbfc) to head (6bb8129).

Files with missing lines Patch % Lines
src/observables.jl 66.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   92.79%   92.77%   -0.02%     
==========================================
  Files          38       38              
  Lines        6492     6494       +2     
==========================================
+ Hits         6024     6025       +1     
- Misses        468      469       +1     
Flag Coverage Δ
92.77% <66.66%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@pablosanjose pablosanjose merged commit 365c267 into master Sep 27, 2024
9 checks passed
@pablosanjose pablosanjose deleted the integrand branch October 25, 2024 15:39
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.

2 participants