-
Notifications
You must be signed in to change notification settings - Fork 25
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
✨ Algorithm for finding valid physical parameters for a given charge distribution. #424
Conversation
# Conflicts: # docs/algorithms/sidb_simulation.rst # include/fiction/technology/charge_distribution_surface.hpp # test/algorithms/simulation/sidb/operational_domain.cpp
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #424 +/- ##
==========================================
- Coverage 98.22% 98.21% -0.01%
==========================================
Files 214 216 +2
Lines 28961 29155 +194
Branches 1379 1389 +10
==========================================
+ Hits 28448 28636 +188
- Misses 513 519 +6
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
include/fiction/algorithms/simulation/sidb/operational_domain.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <actions@github.com>
Description
This algorithm provides a highly efficient method for determining the physical parameters that make a given charge distribution physically valid. It also provides the excited state number for a given charge distribution. Thus, for a given physical parameter that makes the cds physically valid, it also provides information about whether the cds is the ground state or the n-th excited state.
This algorithm can be useful for extracting current physical parameters from AFM measurements.
Checklist: