-
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
✨ QuickTrace: An Efficient Contour Tracing Algorithm for Defect Robustness Simulation #546
✨ QuickTrace: An Efficient Contour Tracing Algorithm for Defect Robustness Simulation #546
Conversation
Signed-off-by: GitHub Actions <actions@github.com>
# Conflicts: # bindings/pyfiction/include/pyfiction/algorithms/simulation/sidb/assess_physical_population_stability.hpp # bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp # docs/algorithms/sidb_simulation.rst # include/fiction/algorithms/simulation/sidb/assess_physical_population_stability.hpp # include/fiction/algorithms/simulation/sidb/operational_domain.hpp # test/utils/blueprints/layout_blueprints.hpp
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: GitHub Actions <actions@github.com>
# Conflicts: # test/algorithms/physical_design/design_sidb_gates.cpp # test/algorithms/simulation/sidb/assess_physical_population_stability.cpp # test/algorithms/simulation/sidb/critical_temperature.cpp # test/algorithms/simulation/sidb/maximum_defect_influence_position_and_distance.cpp
include/fiction/algorithms/simulation/sidb/defect_clearance.hpp
Outdated
Show resolved
Hide resolved
...s/mnt/pyfiction/include/pyfiction/algorithms/simulation/sidb/physically_valid_parameters.hpp
Outdated
Show resolved
Hide resolved
.../pyfiction/include/pyfiction/algorithms/simulation/sidb/potential_to_distance_conversion.hpp
Outdated
Show resolved
Hide resolved
...gs/mnt/pyfiction/test/algorithms/simulation/sidb/test_groundstate_from_simulation_results.py
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/can_positive_charges_occur.hpp
Outdated
Show resolved
Hide resolved
test/algorithms/simulation/sidb/positive_charge_existence_check.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <actions@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
...yfiction/include/pyfiction/algorithms/simulation/sidb/groundstate_from_simulation_result.hpp
Show resolved
Hide resolved
...yfiction/include/pyfiction/algorithms/simulation/sidb/groundstate_from_simulation_result.hpp
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for implementing my feedback and your hard work on this PR! 🙏 From my end, it is now ready to be merged.
Thank you for helping to improve the code! 🙏 |
Description
This PR implements three key methods---Grid Search, Random Sampling, and QuickTrace (based on Contour Tracing)---to identify and analyze the atomic defect operational domain.
Checklist: