-
Notifications
You must be signed in to change notification settings - Fork 23
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
✨ Added function to generate random SiDB layouts and write simulation results to file. #200
Conversation
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `6783411` to `1f881ab`. - [Release notes](https://github.com/catchorg/Catch2/releases) - [Commits](catchorg/Catch2@6783411...1f881ab) --- updated-dependencies: - dependency-name: libs/Catch2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libs/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap) from `7883cb6` to `d2bed96`. - [Release notes](https://github.com/greg7mdp/parallel-hashmap/releases) - [Commits](greg7mdp/parallel-hashmap@7883cb6...d2bed96) --- updated-dependencies: - dependency-name: libs/parallel-hashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…the simulation results as text files.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
==========================================
+ Coverage 94.54% 94.56% +0.01%
==========================================
Files 83 85 +2
Lines 7586 7667 +81
==========================================
+ Hits 7172 7250 +78
- Misses 414 417 +3
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
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.
clang-tidy made some suggestions
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/simulation_result_file.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/simulation_result_file.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/simulation_result_file.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/simulation_result_file.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/simulation_result_file.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_layout_generation/random_layout_generation.cpp
Outdated
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.
clang-tidy made some suggestions
experiments/random_sidb_layout_generation/random_sidb_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_sidb_layout_generation/random_sidb_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_sidb_layout_generation/random_sidb_layout_generation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_sidb_layout_generation/sidb_location_and_ground_state_simulation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_sidb_layout_generation/sidb_location_and_ground_state_simulation.cpp
Outdated
Show resolved
Hide resolved
experiments/random_sidb_layout_generation/sidb_location_and_ground_state_simulation.cpp
Outdated
Show resolved
Hide resolved
@Drewniok please incorporate the bots' comments first. Afterward, I will gladly review it again. |
clang-tidy review says "All clean, LGTM! 👍" |
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
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Show resolved
Hide resolved
clang-tidy review says "All clean, LGTM! 👍" |
test/algorithms/simulation/sidb/random_sidb_layout_generator.cpp
Dismissed
Show dismissed
Hide dismissed
test/algorithms/simulation/sidb/random_sidb_layout_generator.cpp
Dismissed
Show dismissed
Hide dismissed
test/algorithms/simulation/sidb/random_sidb_layout_generator.cpp
Dismissed
Show dismissed
Hide dismissed
clang-tidy review says "All clean, LGTM! 👍" |
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.
Many thanks for the great additions!
Description
This PR adds a workflow to generate random SiDB layouts. The layouts are made compatible with SiQAD and the corresponding simulation results are provided.
Checklist: