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

✨ QuickTrace: An Efficient Contour Tracing Algorithm for Defect Robustness Simulation #546

Merged
merged 351 commits into from
Jan 13, 2025

Conversation

Drewniok
Copy link
Collaborator

@Drewniok Drewniok commented Oct 18, 2024

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:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have added a changelog entry.
  • I have created/adjusted the Python bindings for any new or updated functionality.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

Drewniok and others added 30 commits July 2, 2024 09:07
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
@Drewniok Drewniok requested a review from marcelwa January 2, 2025 17:33
Copy link
Contributor

@github-actions github-actions bot left a 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

@Drewniok Drewniok requested review from marcelwa and removed request for marcelwa January 9, 2025 09:20
@Drewniok Drewniok requested a review from marcelwa January 9, 2025 12:21
Copy link
Collaborator

@marcelwa marcelwa left a 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.

@Drewniok
Copy link
Collaborator Author

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! 🙏

@Drewniok Drewniok merged commit 9ff9b53 into cda-tum:main Jan 13, 2025
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants