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

✨ SA-based gate design and defect operational domain algorithms. #425

Open
wants to merge 135 commits into
base: main
Choose a base branch
from

Conversation

Drewniok
Copy link
Collaborator

Description

This PR introduces two main features:

  1. Simulated Annealing-based gate design (in the current version, gates are optimized for critical temperature and operational domain).
  2. Efficient algorithms to determine the defect influence operational domain (grid search, random sampling, and contour tracing).

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • 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 Drewniok changed the title ✨ SA-based gate design and defect influence operational domain algorithms. ✨ SA-based gate design and defect operational domain algorithms. Jul 3, 2024
Drewniok and others added 15 commits July 3, 2024 09:05
Signed-off-by: GitHub Actions <[email protected]>
# 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 <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
Drewniok and others added 13 commits July 25, 2024 15:03
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
# 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
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.

2 participants